Searched refs:crypto_mac_final (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | user.c | 39 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 D | tee_cryp_hkdf.c | 55 res = crypto_mac_final(ctx, prk, *prk_len); in hkdf_extract() 130 res = crypto_mac_final(ctx, tn, sizeof(tn)); in hkdf_expand()
|
A D | tee_cryp_pbkdf2.c | 61 res = crypto_mac_final(h->ctx, u, sizeof(u)); in pbkdf2_f()
|
A D | tee_fs_key_manager.c | 63 res = crypto_mac_final(ctx, out_key, out_key_size); in do_hmac()
|
A D | tee_rpmb_fs.c | 396 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 D | tee_svc_cryp.c | 2956 res = crypto_mac_final(cs->ctx, hash, hash_size); in syscall_hash_final()
|
/optee_os-3.20.0/core/kernel/ |
A D | huk_subkey.c | 100 res = crypto_mac_final(ctx, subkey, subkey_len); in huk_subkey_derive()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 56 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len);
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 330 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len) in crypto_mac_final() function
|
Completed in 20 milliseconds