aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/box_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aesni/box_data.h')
-rw-r--r--include/aesni/box_data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/aesni/box_data.h b/include/aesni/box_data.h
index 160cf34..732f714 100644
--- a/include/aesni/box_data.h
+++ b/include/aesni/box_data.h
@@ -17,9 +17,9 @@ extern "C"
typedef union
{
- AesNI_Block128 aes128_key;
- AesNI_Block192 aes192_key;
- AesNI_Block256 aes256_key;
+ AesNI_Aes128_Key aes128_key;
+ AesNI_Aes192_Key aes192_key;
+ AesNI_Aes256_Key aes256_key;
}
AesNI_BoxAlgorithmParams;
@@ -59,7 +59,7 @@ AesNI_BoxDecryptionParams;
typedef union
{
- AesNI_Block128 aes_block;
+ AesNI_Aes_Block aes_block;
}
AesNI_BoxBlock;