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

/linux-master/crypto/
H A Ddes_generic.c117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs));
H A Dcrypto_null.c192 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs));
H A Dtea.c263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs));
H A Dalgapi.c517 int crypto_register_algs(struct crypto_alg *algs, int count) function
535 EXPORT_SYMBOL_GPL(crypto_register_algs); variable
/linux-master/include/crypto/
H A Dalgapi.h143 int crypto_register_algs(struct crypto_alg *algs, int count);
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs));

Completed in 206 milliseconds