aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/box.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-09-01 02:53:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-09-01 02:53:39 +0300
commit32f8a474fdfe5ed1a5a9dfc34fa2dd41e1a6d9c1 (patch)
tree4d7eec934fd76754dfa0e28868f3f67601ba9d05 /include/aesni/box.h
parentcxx: Boost.Config for compiler workarounds (diff)
downloadaes-tools-32f8a474fdfe5ed1a5a9dfc34fa2dd41e1a6d9c1.tar.gz
aes-tools-32f8a474fdfe5ed1a5a9dfc34fa2dd41e1a6d9c1.zip
refactoring
Diffstat (limited to 'include/aesni/box.h')
-rw-r--r--include/aesni/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aesni/box.h b/include/aesni/box.h
index 1ff7941..04c2b6c 100644
--- a/include/aesni/box.h
+++ b/include/aesni/box.h
@@ -22,7 +22,7 @@ extern "C"
AesNI_StatusCode aesni_box_init(
AesNI_Box* box,
AesNI_Algorithm algorithm,
- const AesNI_BoxAlgorithmParams* algorithm_params,
+ const AesNI_BoxKey* box_key,
AesNI_Mode mode,
const AesNI_BoxBlock* iv,
AesNI_ErrorDetails* err_details);