diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-17 04:07:06 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-17 04:07:06 +0000 |
commit | fc2a8fa9ef8f4f2965cbf28fa06d8124b6e00de2 (patch) | |
tree | 14cac47079a1c0384de538826602f4938611cbf3 /sys/crypto/crypto.h | |
parent | 0d350435604346cacde1197af1e7c22c7418cecd (diff) |
*HMAC96->*HMAC
Diffstat (limited to 'sys/crypto/crypto.h')
-rw-r--r-- | sys/crypto/crypto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/crypto/crypto.h b/sys/crypto/crypto.h index e3c218b7ade..b37026f3f9a 100644 --- a/sys/crypto/crypto.h +++ b/sys/crypto/crypto.h @@ -52,9 +52,9 @@ #define CRYPTO_BLF_CBC 3 #define CRYPTO_CAST_CBC 4 #define CRYPTO_SKIPJACK_CBC 5 -#define CRYPTO_MD5_HMAC96 6 -#define CRYPTO_SHA1_HMAC96 7 -#define CRYPTO_RIPEMD160_HMAC96 8 +#define CRYPTO_MD5_HMAC 6 +#define CRYPTO_SHA1_HMAC 7 +#define CRYPTO_RIPEMD160_HMAC 8 #define CRYPTO_MD5_KPDK 9 #define CRYPTO_SHA1_KPDK 10 #define CRYPTO_RIJNDAEL128_CBC 11 /* 128 bit blocksize */ |