Searched refs:crypto_cmac_alloc_ctx (Results 1 – 1 of 1) sorted by relevance
127 static TEE_Result crypto_cmac_alloc_ctx(struct crypto_mac_ctx **ctx_ret, in crypto_cmac_alloc_ctx() function176 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