Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dcrypto_null.c167 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
175 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()
Dansi_cprng.c473 crypto_unregister_algs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_fini()
Dtea.c270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
Dalgapi.c423 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
436 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
Ddes_generic.c993 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
Ddrbg.c1966 crypto_unregister_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()
Dserpent_generic.c659 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
/linux-4.1.27/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.1.27/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.c489 crypto_unregister_algs(cast5_algs, ARRAY_SIZE(cast5_algs)); in cast5_exit()
Dtwofish_avx_glue.c579 crypto_unregister_algs(twofish_algs, ARRAY_SIZE(twofish_algs)); in twofish_exit()
Dserpent_avx2_glue.c558 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in fini()
Dcast6_avx_glue.c611 crypto_unregister_algs(cast6_algs, ARRAY_SIZE(cast6_algs)); in cast6_exit()
Dcamellia_aesni_avx2_glue.c582 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
Dserpent_avx_glue.c617 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_exit()
Dcamellia_aesni_avx_glue.c574 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()
Dcamellia_glue.c1720 crypto_unregister_algs(camellia_algs, ARRAY_SIZE(camellia_algs)); in fini()
Daesni-intel_glue.c1624 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_exit()
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/crypto/
Daes-spe-glue.c498 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
/linux-4.1.27/arch/arm64/crypto/
Daes-glue.c448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/linux-4.1.27/include/linux/
Dcrypto.h578 int crypto_unregister_algs(struct crypto_alg *algs, int count);
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c1299 ret = crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_unregister()