summaryrefslogtreecommitdiff
path: root/sys/crypto/crypto.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-10-09 22:17:31 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-10-09 22:17:31 +0000
commit1410b93a62b49ecd27b1fd8a8a00d79a16f6d7a3 (patch)
tree7f6143eab4015122df5bba8457f8629898b6b710 /sys/crypto/crypto.h
parent2d02b13a520c2c8c3bf1c47b80d8b8735ae7964f (diff)
AES alias for Rijndael, also adjust the name.
Diffstat (limited to 'sys/crypto/crypto.h')
-rw-r--r--sys/crypto/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/crypto/crypto.h b/sys/crypto/crypto.h
index 2e828b89771..e3c218b7ade 100644
--- a/sys/crypto/crypto.h
+++ b/sys/crypto/crypto.h
@@ -58,6 +58,7 @@
#define CRYPTO_MD5_KPDK 9
#define CRYPTO_SHA1_KPDK 10
#define CRYPTO_RIJNDAEL128_CBC 11 /* 128 bit blocksize */
+#define CRYPTO_AES_CBC 11 /* 128 bit blocksize -- the same as above */
#define CRYPTO_ALGORITHM_MAX 11 /* Keep this updated */