Home
last modified time | relevance | path

Searched refs:algs (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dshash.c633 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() argument
638 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() argument
658 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()
Dalgapi.c391 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() argument
396 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() argument
416 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()