Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dalgapi.c397 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg() function
416 ret = crypto_remove_alg(alg, &list); in crypto_unregister_alg()
502 int err = crypto_remove_alg(&inst->alg, &users); in crypto_unregister_template()