Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-defs.h17 #define crypto_register_algs fips140_crypto_register_algs macro
H A Dfips140-alg-registration.c45 #undef crypto_register_algs
317 return crypto_register_algs(algs, count); in fips140_crypto_register_algs()
H A Ddes_generic.c117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_init()
H A Dcrypto_null.c192 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
H A Dtea.c263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
H A Dalgapi.c467 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() function
485 EXPORT_SYMBOL_GPL(crypto_register_algs);
H A Dserpent_generic.c664 return crypto_register_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_init()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14049 crypto_register_algs
H A Dabi_gki_aarch64_qcom300 crypto_register_algs
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h615 int crypto_register_algs(struct crypto_alg *algs, int count);
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Ddes_glue.c458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()