Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c266 if (hw_mode == STARFIVE_AES_MODE_CFB || in starfive_aes_hw_init()
298 case STARFIVE_AES_MODE_CFB: in starfive_aes_hw_init()
788 return starfive_aes_crypt(req, STARFIVE_AES_MODE_CFB | FLG_ENCRYPT); in starfive_aes_cfb_encrypt()
793 return starfive_aes_crypt(req, STARFIVE_AES_MODE_CFB); in starfive_aes_cfb_decrypt()
H A Djh7110-cryp.h54 #define STARFIVE_AES_MODE_CFB 0x2 macro