Searched refs:AES_FLAGS_CFB32 (Results 1 - 1 of 1) sorted by relevance

/drivers/crypto/
H A Datmel-aes.c58 #define AES_FLAGS_CFB32 BIT(5) macro
341 AES_FLAGS_CFB32 | AES_FLAGS_CFB64)) {
510 else if (dd->flags & AES_FLAGS_CFB32)
713 } else if (mode & AES_FLAGS_CFB32) {
891 AES_FLAGS_ENCRYPT | AES_FLAGS_CFB | AES_FLAGS_CFB32);
897 AES_FLAGS_CFB | AES_FLAGS_CFB32);

Completed in 44 milliseconds