]> Git Repo - linux.git/blobdiff - include/linux/crypto.h
crypto: cryptomgr - Add test infrastructure
[linux.git] / include / linux / crypto.h
index c43dc47fdf75e8127498a79290c6c10ef4b945e8..7ea0a4bc4ced07a54d313446916707113e599c06 100644 (file)
@@ -515,6 +515,8 @@ struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags);
 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
 void crypto_free_tfm(struct crypto_tfm *tfm);
 
+int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
+
 /*
  * Transform helpers which query the underlying algorithm.
  */
This page took 0.028162 seconds and 4 git commands to generate.