Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c267 hw_mode == STARFIVE_AES_MODE_OFB) in starfive_aes_hw_init()
297 case STARFIVE_AES_MODE_OFB: in starfive_aes_hw_init()
798 return starfive_aes_crypt(req, STARFIVE_AES_MODE_OFB | FLG_ENCRYPT); in starfive_aes_ofb_encrypt()
803 return starfive_aes_crypt(req, STARFIVE_AES_MODE_OFB); in starfive_aes_ofb_decrypt()
H A Djh7110-cryp.h55 #define STARFIVE_AES_MODE_OFB 0x3 macro