Home
last modified time | relevance | path

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

/linux/crypto/
A Ddes_generic.c117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_init()
A Dcrypto_null.c192 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
A Dtea.c263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
A Dalgapi.c469 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() function
487 EXPORT_SYMBOL_GPL(crypto_register_algs);
/linux/Documentation/crypto/
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/include/linux/
A Dcrypto.h615 int crypto_register_algs(struct crypto_alg *algs, int count);
/linux/arch/sparc/crypto/
A Ddes_glue.c458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()
/linux/
A Dvmlinux.symvers6232 0x00000000 crypto_register_algs vmlinux EXPORT_SYMBOL_GPL
A DSystem.map14986 ffff800010444a60 T crypto_register_algs
A D.tmp_System.map14986 ffff800010444a60 T crypto_register_algs

Completed in 1107 milliseconds