Searched refs:crypto_unregister_algs (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/
H A Dcrypto_null.c209 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));
216 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));
H A Ddes_generic.c122 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs));
H A Dtea.c268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs));
H A Dalgapi.c537 void crypto_unregister_algs(struct crypto_alg *algs, int count) function
544 EXPORT_SYMBOL_GPL(crypto_unregister_algs); variable
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs));
470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs));
/linux-master/include/crypto/
H A Dalgapi.h144 void crypto_unregister_algs(struct crypto_alg *algs, int count);

Completed in 211 milliseconds