]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/crypto.h
crypto: api - Use test infrastructure
[net-next-2.6.git] / include / linux / crypto.h
index 7ea0a4bc4ced07a54d313446916707113e599c06..81d994a3bdaf1395db837a4ce2454ae733cc12c2 100644 (file)
  */
 #define CRYPTO_ALG_GENIV               0x00000200
 
+/*
+ * Set if the algorithm has passed automated run-time testing.  Note that
+ * if there is no run-time testing for a given algorithm it is considered
+ * to have passed.
+ */
+
+#define CRYPTO_ALG_TESTED              0x00000400
+
 /*
  * Transform masks and values (for crt_flags).
  */