| /linux-4.4.14/crypto/ |
| D | crypto_null.c | 206 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()
|
| D | arc4.c | 160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); in arc4_exit()
|
| D | tea.c | 270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
|
| D | algapi.c | 431 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function 444 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 | serpent_generic.c | 659 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
|
| /linux-4.4.14/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.4.14/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 | 483 crypto_unregister_algs(cast5_algs, ARRAY_SIZE(cast5_algs)); in cast5_exit()
|
| D | serpent_avx2_glue.c | 556 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in fini()
|
| D | twofish_avx_glue.c | 571 crypto_unregister_algs(twofish_algs, ARRAY_SIZE(twofish_algs)); in twofish_exit()
|
| D | camellia_aesni_avx_glue.c | 573 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 | cast6_avx_glue.c | 605 crypto_unregister_algs(cast6_algs, ARRAY_SIZE(cast6_algs)); in cast6_exit()
|
| D | serpent_avx_glue.c | 611 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_exit()
|
| D | camellia_aesni_avx2_glue.c | 581 crypto_unregister_algs(cmll_algs, ARRAY_SIZE(cmll_algs)); in camellia_aesni_fini()
|
| D | aesni-intel_glue.c | 1509 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()
|
| D | camellia_glue.c | 1720 crypto_unregister_algs(camellia_algs, ARRAY_SIZE(camellia_algs)); in fini()
|
| /linux-4.4.14/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.4.14/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.4.14/arch/arm64/crypto/ |
| D | aes-glue.c | 448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /linux-4.4.14/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.4.14/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 1299 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/ |
| D | crypto.h | 478 int crypto_unregister_algs(struct crypto_alg *algs, int count);
|