Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dcbc-mac.c188 static TEE_Result crypto_cbc_mac_alloc_ctx(struct crypto_mac_ctx **ctx_ret, in crypto_cbc_mac_alloc_ctx() function
222 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_AES_CBC_NOPAD, false); in crypto_aes_cbc_mac_nopad_alloc_ctx()
227 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_AES_CBC_NOPAD, true); in crypto_aes_cbc_mac_pkcs5_alloc_ctx()
232 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, false); in crypto_des_cbc_mac_nopad_alloc_ctx()
237 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, true); in crypto_des_cbc_mac_pkcs5_alloc_ctx()
242 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES3_CBC_NOPAD, false); in crypto_des3_cbc_mac_nopad_alloc_ctx()
247 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES3_CBC_NOPAD, true); in crypto_des3_cbc_mac_pkcs5_alloc_ctx()

Completed in 2 milliseconds