Searched refs:crypto_register_algs (Results 1 – 3 of 3) sorted by relevance
117 return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_init()
246 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
508 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() function526 EXPORT_SYMBOL_GPL(crypto_register_algs);
Completed in 6 milliseconds