Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Dcmac.c127 static TEE_Result crypto_cmac_alloc_ctx(struct crypto_mac_ctx **ctx_ret, in crypto_cmac_alloc_ctx() function
176 return crypto_cmac_alloc_ctx(ctx_ret, MBEDTLS_CIPHER_ID_3DES, 192); in crypto_des3_cmac_alloc_ctx()
181 return crypto_cmac_alloc_ctx(ctx_ret, MBEDTLS_CIPHER_ID_AES, 128); in crypto_aes_cmac_alloc_ctx()

Completed in 3 milliseconds