Searched refs:crypto_mac_alloc_ctx (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/tee/ |
A D | tee_cryp_hkdf.c | 37 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_extract() 88 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_expand()
|
A D | tee_cryp_pbkdf2.c | 88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
|
A D | tee_fs_key_manager.c | 51 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
|
A D | tee_rpmb_fs.c | 381 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc() 699 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()
|
A D | tee_svc_cryp.c | 2226 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
/optee_os/core/drivers/crypto/se050/glue/ |
A D | user.c | 15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
|
/optee_os/core/kernel/ |
A D | huk_subkey.c | 74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in huk_subkey_derive()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 52 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
|
/optee_os/core/crypto/ |
A D | crypto.c | 225 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 223 000000000e10e664 0000000000000170 T crypto_mac_alloc_ctx
|
A D | tee.dmp | 22502 000000000e10e664 <crypto_mac_alloc_ctx>: 22503 crypto_mac_alloc_ctx(): 22544 e10e6f4: 14000014 b e10e744 <crypto_mac_alloc_ctx+0xe0> 22561 e10e730: 14000002 b e10e738 <crypto_mac_alloc_ctx+0xd4> 22576 e10e754: 17fffff9 b e10e738 <crypto_mac_alloc_ctx+0xd4> 35000 e1166b8: 97ffdfeb bl e10e664 <crypto_mac_alloc_ctx> 49767 e1200dc: 97ffb962 bl e10e664 <crypto_mac_alloc_ctx> 49834 e120188: 97ffb937 bl e10e664 <crypto_mac_alloc_ctx> 50227 e120580: 97ffb839 bl e10e664 <crypto_mac_alloc_ctx> 55736 e123ef0: 97ffa9dd bl e10e664 <crypto_mac_alloc_ctx> [all …]
|
A D | tee.map | 21459 .text.crypto_mac_alloc_ctx 21461 0x000000000e10e664 crypto_mac_alloc_ctx 24811 .rodata.crypto_mac_alloc_ctx
|
Completed in 232 milliseconds