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

/drivers/crypto/
H A Datmel-aes.c59 #define AES_FLAGS_CFB64 BIT(6) macro
341 AES_FLAGS_CFB32 | AES_FLAGS_CFB64)) {
512 else if (dd->flags & AES_FLAGS_CFB64)
719 } else if (mode & AES_FLAGS_CFB64) {
879 AES_FLAGS_ENCRYPT | AES_FLAGS_CFB | AES_FLAGS_CFB64);
885 AES_FLAGS_CFB | AES_FLAGS_CFB64);

Completed in 66 milliseconds