Home
last modified time | relevance | path

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

/linux-3.4.99/crypto/
Dalgapi.c428 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
441 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
/linux-3.4.99/arch/x86/crypto/
Dblowfish_glue.c480 crypto_unregister_algs(bf_algs, ARRAY_SIZE(bf_algs)); in fini()
Dtwofish_glue_3way.c686 crypto_unregister_algs(tf_algs, ARRAY_SIZE(tf_algs)); in fini()
Dserpent_sse2_glue.c936 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_sse2_exit()
Dcamellia_glue.c1943 crypto_unregister_algs(camellia_algs, ARRAY_SIZE(camellia_algs)); in fini()
/linux-3.4.99/include/linux/
Dcrypto.h319 int crypto_unregister_algs(struct crypto_alg *algs, int count);