Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Ddes_generic.c117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_init()
Dcrypto_null.c192 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
Dtea.c263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
Dalgapi.c467 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() function
485 EXPORT_SYMBOL_GPL(crypto_register_algs);
Dserpent_generic.c664 return crypto_register_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_init()
/Linux-v5.10/Documentation/crypto/
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-v5.10/include/linux/
Dcrypto.h612 int crypto_register_algs(struct crypto_alg *algs, int count);
/Linux-v5.10/arch/sparc/crypto/
Ddes_glue.c458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()