Home
last modified time | relevance | path

Searched refs:crypto_mac_alloc_ctx (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/tee/
A Dtee_cryp_hkdf.c37 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_extract()
88 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_expand()
A Dtee_cryp_pbkdf2.c88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
A Dtee_fs_key_manager.c51 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
A Dtee_rpmb_fs.c381 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 Dtee_svc_cryp.c2226 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os/core/drivers/crypto/se050/glue/
A Duser.c15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
/optee_os/core/kernel/
A Dhuk_subkey.c74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in huk_subkey_derive()
/optee_os/core/include/crypto/
A Dcrypto.h52 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
/optee_os/core/crypto/
A Dcrypto.c225 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function
/optee_os/out/arm/core/
A Dtee.symb_sizes223 000000000e10e664 0000000000000170 T crypto_mac_alloc_ctx
A Dtee.dmp22502 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 Dtee.map21459 .text.crypto_mac_alloc_ctx
21461 0x000000000e10e664 crypto_mac_alloc_ctx
24811 .rodata.crypto_mac_alloc_ctx

Completed in 232 milliseconds