Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dskcipher.h138 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/Linux-v4.19/arch/x86/crypto/
Dtwofish_glue_3way.c275 return crypto_register_skciphers(tf_skciphers, in init()
Dblowfish_glue.c456 err = crypto_register_skciphers(bf_skcipher_algs, in init()
Ddes3_ede_glue.c484 err = crypto_register_skciphers(des3_ede_skciphers, in des3_ede_x86_init()
Dcamellia_glue.c1506 err = crypto_register_skciphers(camellia_skcipher_algs, in init()
Daesni-intel_glue.c1480 err = crypto_register_skciphers(aesni_skciphers, in aesni_init()
/Linux-v4.19/crypto/
Dsimd.c234 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
Dskcipher.c998 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
1016 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-glue.c265 return crypto_register_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_init()
Daes-neonbs-glue.c446 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-glue.c635 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/Linux-v4.19/arch/arm/crypto/
Dspeck-neon-glue.c271 return crypto_register_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_init()
Daes-neonbs-glue.c407 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-ce-glue.c427 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c450 return crypto_register_skciphers(nitrox_skciphers, in nitrox_crypto_register()
/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c1104 ret = crypto_register_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_register()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c3117 err = crypto_register_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()