Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcrypto_null.c206 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
214 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_fini()
Darc4.c160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); in arc4_exit()
Dtea.c270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
Dalgapi.c431 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
444 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
Ddes_generic.c993 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
Dserpent_generic.c659 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
/linux-4.4.14/arch/sparc/crypto/
Dcamellia_glue.c317 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
Daes_glue.c495 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
Ddes_glue.c528 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue_3way.c490 crypto_unregister_algs(tf_algs, ARRAY_SIZE(tf_algs)); in fini()
Dblowfish_glue.c473 crypto_unregister_algs(bf_algs, ARRAY_SIZE(bf_algs)); in fini()
Ddes3_ede_glue.c497 crypto_unregister_algs(des3_ede_algs, ARRAY_SIZE(des3_ede_algs)); in des3_ede_x86_fini()
Dcast5_avx_glue.c483 crypto_unregister_algs(cast5_algs, ARRAY_SIZE(cast5_algs)); in cast5_exit()
Dserpent_avx2_glue.c556 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in fini()
Dtwofish_avx_glue.c571 crypto_unregister_algs(twofish_algs, ARRAY_SIZE(twofish_algs)); in twofish_exit()
Dcamellia_aesni_avx_glue.c573 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
Dserpent_sse2_glue.c618 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_sse2_exit()
Dcast6_avx_glue.c605 crypto_unregister_algs(cast6_algs, ARRAY_SIZE(cast6_algs)); in cast6_exit()
Dserpent_avx_glue.c611 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_exit()
Dcamellia_aesni_avx2_glue.c581 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
Daesni-intel_glue.c1509 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_init()
1518 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_exit()
Dcamellia_glue.c1720 crypto_unregister_algs(camellia_algs, ARRAY_SIZE(camellia_algs)); in fini()
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c1047 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe()
1068 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
/linux-4.4.14/arch/arm/crypto/
Daesbs-glue.c429 crypto_unregister_algs(aesbs_algs, ARRAY_SIZE(aesbs_algs)); in aesbs_mod_exit()
Daes-ce-glue.c520 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/linux-4.4.14/arch/arm64/crypto/
Daes-glue.c448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-glue.c498 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c1299 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_register()
1310 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_unregister()
/linux-4.4.14/include/linux/
Dcrypto.h478 int crypto_unregister_algs(struct crypto_alg *algs, int count);