Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/arm/crypto/
Dchacha-glue.c300 err = crypto_register_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_init()
324 err = crypto_register_skciphers(neon_algs, ARRAY_SIZE(neon_algs)); in chacha_simd_mod_init()
Daes-neonbs-glue.c533 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-v5.10/crypto/
Dchacha_generic.c120 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_init()
Dskcipher.c834 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
852 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
Dsimd.c239 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
/Linux-v5.10/include/crypto/internal/
Dskcipher.h126 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/Linux-v5.10/arch/mips/crypto/
Dchacha-glue.c132 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
/Linux-v5.10/arch/x86/crypto/
Dtwofish_glue_3way.c263 return crypto_register_skciphers(tf_skciphers, in init()
Dchacha_glue.c297 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
Dblowfish_glue.c441 err = crypto_register_skciphers(bf_skcipher_algs, in init()
Ddes3_ede_glue.c482 err = crypto_register_skciphers(des3_ede_skciphers, in des3_ede_x86_init()
Dcamellia_glue.c1491 err = crypto_register_skciphers(camellia_skcipher_algs, in init()
/Linux-v5.10/arch/arm64/crypto/
Dchacha-neon-glue.c223 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
Daes-neonbs-glue.c540 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-glue.c1012 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/Linux-v5.10/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-v5.10/drivers/crypto/
Dgeode-aes.c394 ret = crypto_register_skciphers(geode_skcipher_algs, in geode_aes_probe()
Dmxs-dcp.c1086 ret = crypto_register_skciphers(dcp_aes_algs, in mxs_dcp_probe()
/Linux-v5.10/drivers/crypto/cavium/cpt/
Dcptvf_algs.c454 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs()
/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c544 return crypto_register_skciphers(nitrox_skciphers, in nitrox_register_skciphers()
/Linux-v5.10/arch/powerpc/crypto/
Daes-spe-glue.c497 err = crypto_register_skciphers(aes_skcipher_algs, in ppc_aes_mod_init()
/Linux-v5.10/drivers/crypto/hisilicon/sec/
Dsec_algs.c1104 ret = crypto_register_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_register()

12