Home
last modified time | relevance | path

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

/linux/drivers/crypto/starfive/
H A Djh7110-aes.c827 static int starfive_aes_aead_crypt(struct aead_request *req, unsigned long flags) in starfive_aes_aead_crypt() function
959 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM | FLG_ENCRYPT); in starfive_aes_gcm_encrypt()
964 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM); in starfive_aes_gcm_decrypt()
975 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM | FLG_ENCRYPT); in starfive_aes_ccm_encrypt()
986 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM); in starfive_aes_ccm_decrypt()