aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/crypto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index 3e3e95aff13..85f73c38191 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -260,6 +260,15 @@ struct crypto_tfm {
260 void *__crt_ctx[] CRYPTO_MINALIGN_ATTR; 260 void *__crt_ctx[] CRYPTO_MINALIGN_ATTR;
261}; 261};
262 262
263enum {
264 CRYPTOA_UNSPEC,
265 CRYPTOA_ALG,
266};
267
268struct crypto_attr_alg {
269 char name[CRYPTO_MAX_ALG_NAME];
270};
271
263/* 272/*
264 * Transform user interface. 273 * Transform user interface.
265 */ 274 */