X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fcrypto.h;h=187c6ea919595dc3e595fcda6d6c695d278b665e;hb=6010439f47e6b308c031dad7d99686030ef942dd;hp=d4f9948b64b1161620b2d65e97fa1f18a78b2761;hpb=e4d5b79c661c7cfca9d8d5afd040a295f128d3cb;p=linux-2.6 diff --git a/include/linux/crypto.h b/include/linux/crypto.h index d4f9948b64..187c6ea919 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -42,6 +42,12 @@ #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). */