X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fcrypto.h;h=48ce5479386c60fbc954b972636b53cc1dc9d9fb;hb=4b004346feab6b431f3e1f89ef692e3a4186fdfd;hp=a8fa6541b86c7a0ee946de1c678bc648a9aadf5a;hpb=b85a088f15f2070b7180735a231012843a5ac96c;p=deliverable%2Flinux.git diff --git a/include/linux/crypto.h b/include/linux/crypto.h index a8fa6541b86c..48ce5479386c 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -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.