aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/algorithm.h
diff options
context:
space:
mode:
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
}