Home
last modified time | relevance | path

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

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c427 static int crypto4xx_crypt_aes_ccm(struct aead_request *req, bool decrypt) in crypto4xx_crypt_aes_ccm() function
461 return crypto4xx_crypt_aes_ccm(req, false); in crypto4xx_encrypt_aes_ccm()
466 return crypto4xx_crypt_aes_ccm(req, true); in crypto4xx_decrypt_aes_ccm()