Searched refs:crypto_mac_alloc_ctx (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/tee/ |
| H 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()
|
| H A D | tee_cryp_pbkdf2.c | 88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
|
| H A D | tee_fs_key_manager.c | 50 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
|
| H A D | tee_rpmb_fs.c | 387 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc() 772 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()
|
| H A D | tee_svc_cryp.c | 2847 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | user.c | 15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
|
| /optee_os/core/kernel/ |
| H 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/ |
| H A D | crypto.h | 53 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 245 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function
|