crypto_register_skciphers  713 arch/arm/crypto/aes-ce-glue.c 	err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_register_skciphers  522 arch/arm/crypto/aes-neonbs-glue.c 	err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_register_skciphers  183 arch/arm/crypto/chacha-neon-glue.c 	return crypto_register_skciphers(algs, ARRAY_SIZE(algs));
crypto_register_skciphers 1035 arch/arm64/crypto/aes-glue.c 	err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_register_skciphers  539 arch/arm64/crypto/aes-neonbs-glue.c 	err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_register_skciphers  180 arch/arm64/crypto/chacha-neon-glue.c 	return crypto_register_skciphers(algs, ARRAY_SIZE(algs));
crypto_register_skciphers  441 arch/x86/crypto/blowfish_glue.c 	err = crypto_register_skciphers(bf_skcipher_algs,
crypto_register_skciphers 1491 arch/x86/crypto/camellia_glue.c 	err = crypto_register_skciphers(camellia_skcipher_algs,
crypto_register_skciphers  281 arch/x86/crypto/chacha_glue.c 	return crypto_register_skciphers(algs, ARRAY_SIZE(algs));
crypto_register_skciphers  482 arch/x86/crypto/des3_ede_glue.c 	err = crypto_register_skciphers(des3_ede_skciphers,
crypto_register_skciphers  260 arch/x86/crypto/twofish_glue_3way.c 	return crypto_register_skciphers(tf_skciphers,
crypto_register_skciphers  192 crypto/chacha_generic.c 	return crypto_register_skciphers(algs, ARRAY_SIZE(algs));
crypto_register_skciphers  242 crypto/simd.c  	err = crypto_register_skciphers(algs, count);
crypto_register_skciphers 1084 crypto/skcipher.c EXPORT_SYMBOL_GPL(crypto_register_skciphers);
crypto_register_skciphers 2936 drivers/crypto/axis/artpec6_crypto.c 	err = crypto_register_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos));
crypto_register_skciphers  486 drivers/crypto/cavium/nitrox/nitrox_skcipher.c 	return crypto_register_skciphers(nitrox_skciphers,
crypto_register_skciphers  410 drivers/crypto/geode-aes.c 	ret = crypto_register_skciphers(geode_skcipher_algs,
crypto_register_skciphers 1094 drivers/crypto/hisilicon/sec/sec_algs.c 	ret = crypto_register_skciphers(sec_algs, ARRAY_SIZE(sec_algs));
crypto_register_skciphers  131 include/crypto/internal/skcipher.h int crypto_register_skciphers(struct skcipher_alg *algs, int count);