aesni: Added AES_ECB support
This commit is contained in:
committed by
Tobias Brunner
parent
1352413272
commit
20f3d04b13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user