Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c98 case STARFIVE_AES_MODE_CCM: in starfive_aes_aead_hw_start()
291 case STARFIVE_AES_MODE_CCM: in starfive_aes_hw_init()
585 if ((cryp->flags & FLG_MODE_MASK) == STARFIVE_AES_MODE_CCM) in starfive_aes_aead_do_one_req()
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()
H A Djh7110-cryp.h57 #define STARFIVE_AES_MODE_CCM 0x5 macro