Searched refs:STARFIVE_AES_MODE_CCM (Results 1 – 2 of 2) sorted by relevance
98 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()
57 #define STARFIVE_AES_MODE_CCM 0x5 macro