diff --git a/include/crypto/cipher_structs.h b/include/crypto/cipher_structs.h index ecd8f520225..47bcd416664 100644 --- a/include/crypto/cipher_structs.h +++ b/include/crypto/cipher_structs.h @@ -172,6 +172,9 @@ struct cipher_ctx { /* Whether the hardware/driver supports autononce feature */ #define CAP_AUTONONCE BIT(7) +/* Don't prefix IV to cipher blocks */ +#define CAP_NO_IV_PREFIX BIT(8) + /* More flags to be added as necessary */