Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c78 return (cryp->flags & FLG_MODE_MASK) == STARFIVE_AES_MODE_GCM; in is_gcm()
92 case STARFIVE_AES_MODE_GCM: in starfive_aes_aead_hw_start()
284 case STARFIVE_AES_MODE_GCM: in starfive_aes_hw_init()
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()
H A Djh7110-cryp.h58 #define STARFIVE_AES_MODE_GCM 0x6 macro