summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorHerbert Xu2006-08-06 15:12:59 +0200
committerHerbert Xu2006-09-21 03:41:49 +0200
commitf3f632d61ae9af85d436706ee8e33af1a7fb9c28 (patch)
tree38c9aa8a1210d88d60a7d961c47e15210d16ca78 /include/linux
parent[CRYPTO] api: Add common instance initialisation code (diff)
downloadkernel-qcow2-linux-f3f632d61ae9af85d436706ee8e33af1a7fb9c28.tar.gz
kernel-qcow2-linux-f3f632d61ae9af85d436706ee8e33af1a7fb9c28.tar.xz
kernel-qcow2-linux-f3f632d61ae9af85d436706ee8e33af1a7fb9c28.zip
[CRYPTO] api: Added asynchronous flag
This patch adds the asynchronous flag and changes all existing users to only look up algorithms that are synchronous. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index dbdfc7c79367..530dc4bf363c 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -37,6 +37,7 @@
#define CRYPTO_ALG_LARVAL 0x00000010
#define CRYPTO_ALG_DEAD 0x00000020
#define CRYPTO_ALG_DYING 0x00000040
+#define CRYPTO_ALG_ASYNC 0x00000080
/*
* Transform masks and values (for crt_flags).