summaryrefslogtreecommitdiff
path: root/src/nvaes_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvaes_ref.h')
-rw-r--r--src/nvaes_ref.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvaes_ref.h b/src/nvaes_ref.h
index 76bd6c3..00fc6e0 100644
--- a/src/nvaes_ref.h
+++ b/src/nvaes_ref.h
@@ -27,9 +27,9 @@
#define NVAES_KEYCOLS 4
#define NVAES_ROUNDS 10
-void nv_aes_expand_key(u_int8_t *key, u_int8_t *expkey);
-void nv_aes_encrypt(u_int8_t *in,
- u_int8_t *expkey,
- u_int8_t *out);
+void nv_aes_expand_key(uint8_t *key, uint8_t *expkey);
+void nv_aes_encrypt(uint8_t *in,
+ uint8_t *expkey,
+ uint8_t *out);
#endif // INCLUDED_NVAES_REF_H