Home
last modified time | relevance | path

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

12

/linux/arch/x86/crypto/
A Dtwofish_glue_3way.c154 return crypto_register_skciphers(tf_skciphers, in twofish_3way_init()
A Dblowfish_glue.c176 err = crypto_register_skciphers(bf_skcipher_algs, in blowfish_init()
A Ddes3_ede_glue.c370 err = crypto_register_skciphers(des3_ede_skciphers, in des3_ede_x86_init()
A Dchacha_glue.c297 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
A Dcamellia_glue.c1396 err = crypto_register_skciphers(camellia_skcipher_algs, in camellia_init()
/linux/arch/arm/crypto/
A 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()
A Daes-neonbs-glue.c483 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux/crypto/
A Dchacha_generic.c120 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_init()
A Dsimd.c217 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
A Dskcipher.c933 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
951 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
/linux/arch/s390/crypto/
A Dchacha-glue.c115 crypto_register_skciphers(chacha_algs, ARRAY_SIZE(chacha_algs)) : 0; in chacha_mod_init()
/linux/arch/mips/crypto/
A Dchacha-glue.c132 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
/linux/arch/powerpc/crypto/
A Dchacha-p10-glue.c205 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_p10_init()
A Daes-spe-glue.c497 err = crypto_register_skciphers(aes_skcipher_algs, in ppc_aes_mod_init()
/linux/include/crypto/internal/
A Dskcipher.h196 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/linux/arch/arm64/crypto/
A Dsm4-neon-glue.c239 return crypto_register_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_init()
A Dchacha-neon-glue.c223 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
A Daes-neonbs-glue.c465 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux/arch/sparc/crypto/
A Dcamellia_glue.c273 err = crypto_register_skciphers(skcipher_algs, in camellia_sparc64_mod_init()
A Ddes_glue.c461 err = crypto_register_skciphers(skcipher_algs, in des_sparc64_mod_init()
A Daes_glue.c454 err = crypto_register_skciphers(skcipher_algs, in aes_sparc64_mod_init()
/linux/drivers/crypto/
A Dgeode-aes.c393 ret = crypto_register_skciphers(geode_skcipher_algs, in geode_aes_probe()
/linux/drivers/crypto/cavium/cpt/
A Dcptvf_algs.c428 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_skcipher.c523 return crypto_register_skciphers(nitrox_skciphers, in nitrox_register_skciphers()
/linux/arch/riscv/crypto/
A Daes-riscv64-glue.c581 err = crypto_register_skciphers( in riscv64_aes_mod_init()

Completed in 68 milliseconds

12