Home
last modified time | relevance | path

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

12

/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.c538 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
A Daes-ce-glue.c703 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux/arch/x86/crypto/
A Dtwofish_glue_3way.c153 return crypto_register_skciphers(tf_skciphers, in init()
A Dblowfish_glue.c334 err = crypto_register_skciphers(bf_skcipher_algs, in init()
A Dchacha_glue.c297 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
A Ddes3_ede_glue.c378 err = crypto_register_skciphers(des3_ede_skciphers, in des3_ede_x86_init()
A Dcamellia_glue.c1396 err = crypto_register_skciphers(camellia_skcipher_algs, in init()
/linux/crypto/
A Dchacha_generic.c120 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_init()
A Dskcipher.c829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
847 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
A Dsimd.c239 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
/linux/include/crypto/internal/
A Dskcipher.h127 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/linux/arch/mips/crypto/
A Dchacha-glue.c132 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
/linux/arch/arm64/crypto/
A Dchacha-neon-glue.c223 crypto_register_skciphers(algs, ARRAY_SIZE(algs)) : 0; in chacha_simd_mod_init()
A Daes-neonbs-glue.c458 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
A Daes-glue.c965 err = 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()
A Dmxs-dcp.c1094 ret = crypto_register_skciphers(dcp_aes_algs, in mxs_dcp_probe()
/linux/drivers/crypto/cavium/cpt/
A Dcptvf_algs.c454 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_skcipher.c544 return crypto_register_skciphers(nitrox_skciphers, in nitrox_register_skciphers()
/linux/arch/powerpc/crypto/
A Daes-spe-glue.c497 err = crypto_register_skciphers(aes_skcipher_algs, in ppc_aes_mod_init()
/linux/drivers/crypto/hisilicon/sec/
A Dsec_algs.c1104 ret = crypto_register_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_register()

Completed in 49 milliseconds

12