Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dcmac.c86 static TEE_Result crypto_common_cmac_alloc_ctx(struct crypto_mac_ctx **ctx_ret, in crypto_common_cmac_alloc_ctx() function
111 return crypto_common_cmac_alloc_ctx(ctx_ret, "aes"); in crypto_aes_cmac_alloc_ctx()
116 return crypto_common_cmac_alloc_ctx(ctx_ret, "3des"); in crypto_des3_cmac_alloc_ctx()