aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r--include/linux/crypto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index 6eb06101089f..e8839d3a7559 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -113,6 +113,11 @@
113#define CRYPTO_ALG_OPTIONAL_KEY 0x00004000 113#define CRYPTO_ALG_OPTIONAL_KEY 0x00004000
114 114
115/* 115/*
116 * Don't trigger module loading
117 */
118#define CRYPTO_NOLOAD 0x00008000
119
120/*
116 * Transform masks and values (for crt_flags). 121 * Transform masks and values (for crt_flags).
117 */ 122 */
118#define CRYPTO_TFM_NEED_KEY 0x00000001 123#define CRYPTO_TFM_NEED_KEY 0x00000001