summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2017-05-02 11:47:50 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2017-05-02 11:47:50 +0000
commit7cb03c93b85dea174cebb59cfeb51b87d0721c75 (patch)
treebac822b28f66a437419e3ac054a4d321da606c8b /sys/crypto
parent810ec2d6b6437fb122a10269267d4fe60503cb4b (diff)
Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/aes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/crypto/aes.h b/sys/crypto/aes.h
index f3885c773ef..a670a2b522c 100644
--- a/sys/crypto/aes.h
+++ b/sys/crypto/aes.h
@@ -26,6 +26,8 @@
#ifndef _AES_H_
#define _AES_H_
+#define AES_MAXROUNDS (14)
+
typedef struct aes_ctx {
uint32_t sk[60];
uint32_t sk_exp[120];