Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/crypto/
Dchacha-neon-glue.c183 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_init()
Daes-neonbs-glue.c522 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-ce-glue.c713 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/Linux-v5.4/arch/arm64/crypto/
Dchacha-neon-glue.c180 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_init()
Daes-neonbs-glue.c539 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-glue.c1035 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/Linux-v5.4/crypto/
Dchacha_generic.c192 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_init()
Dsimd.c242 err = crypto_register_skciphers(algs, count); in simd_register_skciphers_compat()
Dskcipher.c1066 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() function
1084 EXPORT_SYMBOL_GPL(crypto_register_skciphers);
/Linux-v5.4/arch/x86/crypto/
Dtwofish_glue_3way.c260 return crypto_register_skciphers(tf_skciphers, in init()
Dchacha_glue.c281 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); 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.4/include/crypto/internal/
Dskcipher.h131 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c486 return crypto_register_skciphers(nitrox_skciphers, in nitrox_register_skciphers()
/Linux-v5.4/drivers/crypto/hisilicon/sec/
Dsec_algs.c1094 ret = crypto_register_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_register()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c2936 err = crypto_register_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()