Home
last modified time | relevance | path

Searched refs:crypto_register_algs (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/crypto/
H A Ddes_generic.c117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_init()
H A Dtea.c246 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
H A Dalgapi.c473 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() function
491 EXPORT_SYMBOL_GPL(crypto_register_algs);
/linux-6.15/include/crypto/
H A Dalgapi.h135 int crypto_register_algs(struct crypto_alg *algs, int count);
/linux-6.15/Documentation/crypto/
H A Ddevel-algos.rst27 int crypto_register_algs(struct crypto_alg *algs, int count);
39 value on failure. crypto_register_algs() succeeds only if it
/linux-6.15/arch/sparc/crypto/
H A Ddes_glue.c458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()