Merge git://github.com/herbertx/crypto
[pandora-kernel.git] / include / linux / crypto.h
index e5e468e..de9adec 100644 (file)
 
 #define CRYPTO_ALG_TESTED              0x00000400
 
+/*
+ * Set if the algorithm is an instance that is build from templates.
+ */
+#define CRYPTO_ALG_INSTANCE            0x00000800
+
 /*
  * Transform masks and values (for crt_flags).
  */