Home
last modified time | relevance | path

Searched refs:crypto_mac_final (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c39 if (crypto_mac_final(mac, buf, len)) in glue_mac_final()
51 if (crypto_mac_final(mac, buf, mac_len)) in glue_mac_one_go()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_hkdf.c55 res = crypto_mac_final(ctx, prk, *prk_len); in hkdf_extract()
130 res = crypto_mac_final(ctx, tn, sizeof(tn)); in hkdf_expand()
A Dtee_cryp_pbkdf2.c61 res = crypto_mac_final(h->ctx, u, sizeof(u)); in pbkdf2_f()
A Dtee_fs_key_manager.c63 res = crypto_mac_final(ctx, out_key, out_key_size); in do_hmac()
A Dtee_rpmb_fs.c396 res = crypto_mac_final(ctx, mac, macsize); in tee_rpmb_mac_calc()
760 res = crypto_mac_final(ctx, rawdata->key_mac, RPMB_KEY_MAC_SIZE); in tee_rpmb_data_cpy_mac_calc()
A Dtee_svc_cryp.c2956 res = crypto_mac_final(cs->ctx, hash, hash_size); in syscall_hash_final()
/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c100 res = crypto_mac_final(ctx, subkey, subkey_len); in huk_subkey_derive()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h56 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len);
/optee_os-3.20.0/core/crypto/
A Dcrypto.c330 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len) in crypto_mac_final() function

Completed in 20 milliseconds