| /linux-4.1.27/crypto/ |
| D | crypto_null.c | 167 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()
|
| D | arc4.c | 160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); in arc4_exit()
|
| D | ansi_cprng.c | 473 crypto_unregister_algs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_fini()
|
| D | tea.c | 270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
|
| D | algapi.c | 423 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function 436 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
|
| D | des_generic.c | 993 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
|
| D | drbg.c | 1966 crypto_unregister_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()
|
| D | serpent_generic.c | 659 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
|
| /linux-4.1.27/arch/sparc/crypto/ |
| D | camellia_glue.c | 317 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
|
| D | aes_glue.c | 495 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
|
| D | des_glue.c | 528 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
|
| /linux-4.1.27/arch/x86/crypto/ |
| D | twofish_glue_3way.c | 490 crypto_unregister_algs(tf_algs, ARRAY_SIZE(tf_algs)); in fini()
|
| D | blowfish_glue.c | 473 crypto_unregister_algs(bf_algs, ARRAY_SIZE(bf_algs)); in fini()
|
| D | des3_ede_glue.c | 497 crypto_unregister_algs(des3_ede_algs, ARRAY_SIZE(des3_ede_algs)); in des3_ede_x86_fini()
|
| D | cast5_avx_glue.c | 489 crypto_unregister_algs(cast5_algs, ARRAY_SIZE(cast5_algs)); in cast5_exit()
|
| D | twofish_avx_glue.c | 579 crypto_unregister_algs(twofish_algs, ARRAY_SIZE(twofish_algs)); in twofish_exit()
|
| D | serpent_avx2_glue.c | 558 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in fini()
|
| D | cast6_avx_glue.c | 611 crypto_unregister_algs(cast6_algs, ARRAY_SIZE(cast6_algs)); in cast6_exit()
|
| D | camellia_aesni_avx2_glue.c | 582 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
|
| D | serpent_avx_glue.c | 617 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_exit()
|
| D | camellia_aesni_avx_glue.c | 574 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
|
| D | serpent_sse2_glue.c | 618 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_sse2_exit()
|
| D | camellia_glue.c | 1720 crypto_unregister_algs(camellia_algs, ARRAY_SIZE(camellia_algs)); in fini()
|
| D | aesni-intel_glue.c | 1624 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_exit()
|
| /linux-4.1.27/drivers/crypto/ |
| D | mxs-dcp.c | 1047 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/ |
| D | aesbs-glue.c | 429 crypto_unregister_algs(aesbs_algs, ARRAY_SIZE(aesbs_algs)); in aesbs_mod_exit()
|
| D | aes-ce-glue.c | 520 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /linux-4.1.27/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 498 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
|
| /linux-4.1.27/arch/arm64/crypto/ |
| D | aes-glue.c | 448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /linux-4.1.27/include/linux/ |
| D | crypto.h | 578 int crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /linux-4.1.27/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 1299 ret = crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_unregister()
|