blk-mq: fix iteration of busy bitmap
[linux-2.6-block.git] / include / linux / crypto.h
index fb5ef16d6a122ad7f3f038d22c3160044581921d..10df5d2d093a7ffa14fd02fec144a5073562e194 100644 (file)
  */
 #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).
  */