aes: Remove AES-XEX
AES-XEX is a building block for other cryptographic standards and not yet a standard in and of itself. We'll just provide the standardized AES-XTS algorithm, and not AES-XEX. The AES-XTS algorithm and interface provided can be used to perform the AES-XEX algorithm when the length of the input is a multiple of the AES block size.
This commit is contained in:
parent
010c2cb456
commit
e9ecf00007
8 changed files with 2 additions and 3794 deletions
|
@ -501,13 +501,6 @@
|
|||
*/
|
||||
#define MBEDTLS_CIPHER_MODE_CBC
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CIPHER_MODE_XEX
|
||||
*
|
||||
* Enable Xor-encrypt-xor mode (XEX) for symmetric ciphers.
|
||||
*/
|
||||
#define MBEDTLS_CIPHER_MODE_XEX
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CIPHER_MODE_XTS
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue