commit | 5b685653ef16f174728ee0b3680286cdbdeb4263 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Dec 18 11:45:21 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Dec 25 13:03:26 2013 +0100 |
tree | cbd1f029da69fb20bf1e4bcd4a28e83ee155a94e | |
parent | 92ac76f9db9c4faa29f6fb31c04fc5c1b693dcb8 [diff] [blame] |
Add aesni_crypt_ecb() and use it
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h index 1b93e2a..0eb25df 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h
@@ -38,6 +38,7 @@ #include <inttypes.h> #endif +/* padlock.c and aesni.c rely on these values! */ #define AES_ENCRYPT 1 #define AES_DECRYPT 0