Searched refs:crypto_mac_final (Results 1 – 12 of 12) sorted by relevance
/optee_os/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/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 | 2517 res = crypto_mac_final(cs->ctx, hash, hash_size); in syscall_hash_final()
|
/optee_os/core/kernel/ |
A D | huk_subkey.c | 100 res = crypto_mac_final(ctx, subkey, subkey_len); in huk_subkey_derive()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 55 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len);
|
/optee_os/core/crypto/ |
A D | crypto.c | 327 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len) in crypto_mac_final() function
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 1184 000000000e10e8d0 0000000000000044 T crypto_mac_final
|
A D | tee.dmp | 2263 000000000e10e8d0 g F .text 0000000000000044 crypto_mac_final 22735 000000000e10e8d0 <crypto_mac_final>: 22736 crypto_mac_final(): 35073 e11676c: 97ffe059 bl e10e8d0 <crypto_mac_final> 49791 e120124: 97ffb9eb bl e10e8d0 <crypto_mac_final> 49904 e12023c: 97ffb9a5 bl e10e8d0 <crypto_mac_final> 50153 e1204bc: 97ffb905 bl e10e8d0 <crypto_mac_final> 56239 e124498: 97ffa90e bl e10e8d0 <crypto_mac_final> 62782 e128b38: 97ff9766 bl e10e8d0 <crypto_mac_final>
|
A D | tee.map | 21474 .text.crypto_mac_final 21476 0x000000000e10e8d0 crypto_mac_final
|
Completed in 208 milliseconds