Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/starfive/
Djh7110-aes.c826 static int starfive_aes_aead_crypt(struct aead_request *req, unsigned long flags) in starfive_aes_aead_crypt() function
958 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM | FLG_ENCRYPT); in starfive_aes_gcm_encrypt()
963 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_GCM); in starfive_aes_gcm_decrypt()
974 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM | FLG_ENCRYPT); in starfive_aes_ccm_encrypt()
985 return starfive_aes_aead_crypt(req, STARFIVE_AES_MODE_CCM); in starfive_aes_ccm_decrypt()