aesni: Added AES_ECB support

This commit is contained in:
Andreas Steffen
2019-11-28 17:03:08 +01:00
committed by Tobias Brunner
parent 1352413272
commit 20f3d04b13
10 changed files with 970 additions and 3 deletions
@@ -64,6 +64,7 @@ enum encryption_algorithm_t {
ENCR_TWOFISH_CBC = 1027,
/* see macros below to handle RC2 (effective) key length */
ENCR_RC2_CBC = 1028,
ENCR_AES_ECB = 1029,
};
#define DES_BLOCK_SIZE 8