]> err.no Git - linux-2.6/blobdiff - include/linux/crypto.h
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash
[linux-2.6] / include / linux / crypto.h
index d4f9948b64b1161620b2d65e97fa1f18a78b2761..187c6ea919595dc3e595fcda6d6c695d278b665e 100644 (file)
 #define CRYPTO_ALG_DYING               0x00000040
 #define CRYPTO_ALG_ASYNC               0x00000080
 
+/*
+ * Set this bit if and only if the algorithm requires another algorithm of
+ * the same type to handle corner cases.
+ */
+#define CRYPTO_ALG_NEED_FALLBACK       0x00000100
+
 /*
  * Transform masks and values (for crt_flags).
  */