aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/algorithm.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:48:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:48:59 +0300
commitf0393777befc4ff1024513dab3ab6bad0e7ec45f (patch)
tree97571103c522ff60f96a8fdde35a0bbee9532837 /include/aes/algorithm.h
parentrename the project (diff)
downloadaes-tools-f0393777befc4ff1024513dab3ab6bad0e7ec45f.tar.gz
aes-tools-f0393777befc4ff1024513dab3ab6bad0e7ec45f.zip
'aesni' -> 'aes'
Diffstat (limited to 'include/aes/algorithm.h')
-rw-r--r--include/aes/algorithm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/aes/algorithm.h b/include/aes/algorithm.h
index a73b412..61b211d 100644
--- a/include/aes/algorithm.h
+++ b/include/aes/algorithm.h
@@ -15,11 +15,11 @@ extern "C"
typedef enum
{
- AESNI_AES128,
- AESNI_AES192,
- AESNI_AES256,
+ AES_AES128,
+ AES_AES192,
+ AES_AES256,
}
-AesNI_Algorithm;
+AES_Algorithm;
#ifdef __cplusplus
}