mbedtls/programs
Jaeden Amero e9ecf00007 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.
2018-06-13 12:03:29 +01:00
..
aes
hash New MD API: rename functions from _ext to _ret 2018-01-22 11:54:42 +01:00
pkey Merge remote-tracking branch 'upstream-public/pr/1142' into development-proposed 2018-04-04 09:20:59 +02:00
random
ssl Fix minor code style issues 2018-05-15 09:21:57 +01:00
test aes: Remove AES-XEX 2018-06-13 12:03:29 +01:00
util
x509 Merge remote-tracking branch 'public/pr/795' into development 2018-06-12 16:55:47 +01:00
.gitignore Add programs/test/zeroize.c to test mbedtls_zeroize 2018-04-17 09:17:38 -05:00
CMakeLists.txt
Makefile Fix alignment of Makefiles 2018-04-17 09:17:38 -05:00
wince_main.c