Skip to content

Commit

Permalink
Testing commit will remove
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Feb 11, 2025
1 parent c3c34bf commit 5b3dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/aes/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void aes_hw_xts_encrypt(const uint8_t *in, uint8_t *out, size_t length,
void aes_hw_xts_decrypt(const uint8_t *in, uint8_t *out, size_t length,
const AES_KEY *key1, const AES_KEY *key2,
const uint8_t iv[16]);
OPENSSL_EXPORT int aes_hw_xts_cipher(const uint8_t *in, uint8_t *out, size_t length,
int aes_hw_xts_cipher(const uint8_t *in, uint8_t *out, size_t length,
const AES_KEY *key1, const AES_KEY *key2,
const uint8_t iv[16], int enc);

Expand Down

0 comments on commit 5b3dd1a

Please sign in to comment.