Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Datmel-aes.c68 #define AES_FLAGS_CFB8 (AES_MR_OPMOD_CFB | AES_MR_CFBS_8b) macro
1117 case AES_FLAGS_CFB8: in atmel_aes_crypt()
1243 return atmel_aes_crypt(req, AES_FLAGS_CFB8 | AES_FLAGS_ENCRYPT); in atmel_aes_cfb8_encrypt()
1248 return atmel_aes_crypt(req, AES_FLAGS_CFB8); in atmel_aes_cfb8_decrypt()