diff options
Diffstat (limited to 'include/linux/crypto.h')
| -rw-r--r-- | include/linux/crypto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index fb5ef16d6a12..10df5d2d093a 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h | |||
| @@ -95,6 +95,12 @@ | |||
| 95 | #define CRYPTO_ALG_KERN_DRIVER_ONLY 0x00001000 | 95 | #define CRYPTO_ALG_KERN_DRIVER_ONLY 0x00001000 |
| 96 | 96 | ||
| 97 | /* | 97 | /* |
| 98 | * Mark a cipher as a service implementation only usable by another | ||
| 99 | * cipher and never by a normal user of the kernel crypto API | ||
| 100 | */ | ||
| 101 | #define CRYPTO_ALG_INTERNAL 0x00002000 | ||
| 102 | |||
| 103 | /* | ||
| 98 | * Transform masks and values (for crt_flags). | 104 | * Transform masks and values (for crt_flags). |
| 99 | */ | 105 | */ |
| 100 | #define CRYPTO_TFM_REQ_MASK 0x000fff00 | 106 | #define CRYPTO_TFM_REQ_MASK 0x000fff00 |
