aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/box_aes.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-19 05:36:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-19 05:36:34 +0300
commita386820259790f08073bc84bb868c9907558bb84 (patch)
treebc46ca07ef0d0a3671f8d0ecc1a45295881ec289 /include/aesni/box_aes.h
parenterror message update (diff)
downloadaes-tools-a386820259790f08073bc84bb868c9907558bb84.tar.gz
aes-tools-a386820259790f08073bc84bb868c9907558bb84.zip
refactoring
Diffstat (limited to 'include/aesni/box_aes.h')
-rw-r--r--include/aesni/box_aes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/aesni/box_aes.h b/include/aesni/box_aes.h
index 62259a2..3d7faec 100644
--- a/include/aesni/box_aes.h
+++ b/include/aesni/box_aes.h
@@ -15,9 +15,9 @@ extern "C"
{
#endif
-extern AesNI_BoxAlgorithmInterface aesni_box_aes128_iface;
-extern AesNI_BoxAlgorithmInterface aesni_box_aes192_iface;
-extern AesNI_BoxAlgorithmInterface aesni_box_aes256_iface;
+extern AesNI_BoxAlgorithmInterface aesni_box_algorithm_aes128;
+extern AesNI_BoxAlgorithmInterface aesni_box_algorithm_aes192;
+extern AesNI_BoxAlgorithmInterface aesni_box_algorithm_aes256;
#ifdef __cplusplus
}