Searched refs:algs (Results 1 – 2 of 2) sorted by relevance
633 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() argument638 ret = crypto_register_shash(&algs[i]); in crypto_register_shashes()647 crypto_unregister_shash(&algs[i]); in crypto_register_shashes()653 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() argument658 ret = crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()661 algs[i].base.cra_driver_name, in crypto_unregister_shashes()662 algs[i].base.cra_name, ret); in crypto_unregister_shashes()
391 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() argument396 ret = crypto_register_alg(&algs[i]); in crypto_register_algs()405 crypto_unregister_alg(&algs[i]); in crypto_register_algs()411 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() argument416 ret = crypto_unregister_alg(&algs[i]); in crypto_unregister_algs()419 algs[i].cra_driver_name, algs[i].cra_name, ret); in crypto_unregister_algs()