X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Flinux%2Fcrypto.h;h=10df5d2d093a7ffa14fd02fec144a5073562e194;hb=569fd0ce96087283866ab8c438dac4bcf1738846;hp=fb5ef16d6a122ad7f3f038d22c3160044581921d;hpb=521d474631310e8aafef7953a8a7f7d1efd42da6;p=linux-2.6-block.git diff --git a/include/linux/crypto.h b/include/linux/crypto.h index fb5ef16d6a12..10df5d2d093a 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -94,6 +94,12 @@ */ #define CRYPTO_ALG_KERN_DRIVER_ONLY 0x00001000 +/* + * Mark a cipher as a service implementation only usable by another + * cipher and never by a normal user of the kernel crypto API + */ +#define CRYPTO_ALG_INTERNAL 0x00002000 + /* * Transform masks and values (for crt_flags). */