Home
last modified time | relevance | path

Searched refs:crypto_register_skciphers (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.1.9/arch/x86/crypto/
Dtwofish_glue_3way.c153 return crypto_register_skciphers(tf_skciphers, in twofish_3way_init()
Dblowfish_glue.c322 err = crypto_register_skciphers(bf_skcipher_algs, in blowfish_init()
Ddes3_ede_glue.c370 err = crypto_register_skciphers(des3_ede_skciphers, in des3_ede_x86_init()
Dchacha_glue.c297 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
Dcamellia_glue.c1396 err = crypto_register_skciphers(camellia_skcipher_algs, in camellia_init()
/linux-6.1.9/arch/arm/crypto/
Dchacha-glue.c301 err = crypto_register_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_init()
325 err = crypto_register_skciphers(neon_algs, ARRAY_SIZE(neon_algs)); in chacha_simd_mod_init()
Daes-neonbs-glue.c531 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-ce-glue.c703 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux-6.1.9/crypto/
Dchacha_generic.c120 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_init()
Dskcipher.c829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
847 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
Dsimd.c239 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
/linux-6.1.9/arch/s390/crypto/
Dchacha-glue.c115 crypto_register_skciphers(chacha_algs, ARRAY_SIZE(chacha_algs)) : 0; in chacha_mod_init()
/linux-6.1.9/include/crypto/internal/
Dskcipher.h127 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/linux-6.1.9/arch/mips/crypto/
Dchacha-glue.c132 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
/linux-6.1.9/arch/arm64/crypto/
Dchacha-neon-glue.c223 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
Dsm4-ce-glue.c353 return crypto_register_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_init()
Dsm4-neon-glue.c423 return crypto_register_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_init()
Daes-neonbs-glue.c453 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux-6.1.9/arch/sparc/crypto/
Dcamellia_glue.c273 err = crypto_register_skciphers(skcipher_algs, in camellia_sparc64_mod_init()
Ddes_glue.c461 err = crypto_register_skciphers(skcipher_algs, in des_sparc64_mod_init()
Daes_glue.c454 err = crypto_register_skciphers(skcipher_algs, in aes_sparc64_mod_init()
/linux-6.1.9/drivers/crypto/
Dgeode-aes.c393 ret = crypto_register_skciphers(geode_skcipher_algs, in geode_aes_probe()
/linux-6.1.9/drivers/crypto/cavium/cpt/
Dcptvf_algs.c454 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs()
/linux-6.1.9/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c544 return crypto_register_skciphers(nitrox_skciphers, in nitrox_register_skciphers()
/linux-6.1.9/arch/powerpc/crypto/
Daes-spe-glue.c497 err = crypto_register_skciphers(aes_skcipher_algs, in ppc_aes_mod_init()

12