crypto_unregister_algs  500 arch/powerpc/crypto/aes-spe-glue.c 	crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs));
crypto_unregister_algs  490 arch/sparc/crypto/aes_glue.c 	crypto_unregister_algs(algs, ARRAY_SIZE(algs));
crypto_unregister_algs  313 arch/sparc/crypto/camellia_glue.c 	crypto_unregister_algs(algs, ARRAY_SIZE(algs));
crypto_unregister_algs  516 arch/sparc/crypto/des_glue.c 	crypto_unregister_algs(algs, ARRAY_SIZE(algs));
crypto_unregister_algs  472 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_unregister_algs);
crypto_unregister_algs  209 crypto/crypto_null.c 	crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));
crypto_unregister_algs  216 crypto/crypto_null.c 	crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));
crypto_unregister_algs  128 crypto/des_generic.c 	crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs));
crypto_unregister_algs  667 crypto/serpent_generic.c 	crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs));
crypto_unregister_algs  268 crypto/tea.c   	crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs));
crypto_unregister_algs  483 drivers/crypto/cavium/cpt/cptvf_algs.c 	crypto_unregister_algs(algs, ARRAY_SIZE(algs));
crypto_unregister_algs 1140 drivers/crypto/mxs-dcp.c 		crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs));
crypto_unregister_algs 1165 drivers/crypto/mxs-dcp.c 		crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs));
crypto_unregister_algs 1406 drivers/crypto/qat/qat_common/qat_algs.c 	crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs));
crypto_unregister_algs 1417 drivers/crypto/qat/qat_common/qat_algs.c 	crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs));
crypto_unregister_algs 2030 drivers/crypto/stm32/stm32-cryp.c 	crypto_unregister_algs(crypto_algs, ARRAY_SIZE(crypto_algs));
crypto_unregister_algs 2062 drivers/crypto/stm32/stm32-cryp.c 	crypto_unregister_algs(crypto_algs, ARRAY_SIZE(crypto_algs));
crypto_unregister_algs  705 include/linux/crypto.h int crypto_unregister_algs(struct crypto_alg *algs, int count);