Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c671 static int starfive_aes_aead_crypt(struct aead_request *req, unsigned long flags) in starfive_aes_aead_crypt() function
818 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM | FLG_ENCRYPT); in starfive_aes_gcm_encrypt()
823 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM); in starfive_aes_gcm_decrypt()
834 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM | FLG_ENCRYPT); in starfive_aes_ccm_encrypt()
845 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM); in starfive_aes_ccm_decrypt()