crypto_register_algs  495 arch/powerpc/crypto/aes-spe-glue.c 	return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs));
crypto_register_algs  482 arch/sparc/crypto/aes_glue.c 		return crypto_register_algs(algs, ARRAY_SIZE(algs));
crypto_register_algs  305 arch/sparc/crypto/camellia_glue.c 		return crypto_register_algs(algs, ARRAY_SIZE(algs));
crypto_register_algs  508 arch/sparc/crypto/des_glue.c 		return crypto_register_algs(algs, ARRAY_SIZE(algs));
crypto_register_algs  457 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_register_algs);
crypto_register_algs  192 crypto/crypto_null.c 	ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs));
crypto_register_algs  123 crypto/des_generic.c 	return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs));
crypto_register_algs  662 crypto/serpent_generic.c 	return crypto_register_algs(srp_algs, ARRAY_SIZE(srp_algs));
crypto_register_algs  263 crypto/tea.c   	return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs));
crypto_register_algs  474 drivers/crypto/cavium/cpt/cptvf_algs.c 	err = crypto_register_algs(algs, ARRAY_SIZE(algs));
crypto_register_algs 1105 drivers/crypto/mxs-dcp.c 		ret = crypto_register_algs(dcp_aes_algs,
crypto_register_algs 1390 drivers/crypto/qat/qat_common/qat_algs.c 	ret = crypto_register_algs(qat_algs, ARRAY_SIZE(qat_algs));
crypto_register_algs 2013 drivers/crypto/stm32/stm32-cryp.c 	ret = crypto_register_algs(crypto_algs, ARRAY_SIZE(crypto_algs));
crypto_register_algs  704 include/linux/crypto.h int crypto_register_algs(struct crypto_alg *algs, int count);