diff options
Diffstat (limited to 'include/linux/crypto.h')
| -rw-r--r-- | include/linux/crypto.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/linux/crypto.h b/include/linux/crypto.h index fa310ac1db59..31f6fee0c36c 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -25,11 +25,12 @@  #define CRYPTO_ALG_TYPE_COMPRESS	0x00000002  #define CRYPTO_ALG_TYPE_AEAD		0x00000003  #define CRYPTO_ALG_TYPE_SKCIPHER	0x00000005 +#define CRYPTO_ALG_TYPE_AKCIPHER	0x00000006 +#define CRYPTO_ALG_TYPE_SIG		0x00000007  #define CRYPTO_ALG_TYPE_KPP		0x00000008  #define CRYPTO_ALG_TYPE_ACOMPRESS	0x0000000a  #define CRYPTO_ALG_TYPE_SCOMPRESS	0x0000000b  #define CRYPTO_ALG_TYPE_RNG		0x0000000c -#define CRYPTO_ALG_TYPE_AKCIPHER	0x0000000d  #define CRYPTO_ALG_TYPE_HASH		0x0000000e  #define CRYPTO_ALG_TYPE_SHASH		0x0000000e  #define CRYPTO_ALG_TYPE_AHASH		0x0000000f |