Home
last modified time | relevance | path

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

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