Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgapi.c442 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg() function
461 ret = crypto_remove_alg(alg, &list); in crypto_unregister_alg()
560 int err = crypto_remove_alg(&inst->alg, &users); in crypto_unregister_template()