diff options
Diffstat (limited to 'include/aesni/box.h')
-rw-r--r-- | include/aesni/box.h | 2 |
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); |