crypto: Add bulk algorithm registration interface
[deliverable/linux.git] / include / linux / crypto.h
index a8fa6541b86c7a0ee946de1c678bc648a9aadf5a..48ce5479386c60fbc954b972636b53cc1dc9d9fb 100644 (file)
@@ -314,6 +314,8 @@ struct crypto_alg {
  */
 int crypto_register_alg(struct crypto_alg *alg);
 int crypto_unregister_alg(struct crypto_alg *alg);
+int crypto_register_algs(struct crypto_alg *algs, int count);
+int crypto_unregister_algs(struct crypto_alg *algs, int count);
 
 /*
  * Algorithm query interface.
This page took 0.02856 seconds and 5 git commands to generate.