Searched refs:cra_destroy (Results 1 – 4 of 4) sorted by relevance
124 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()125 alg->cra_destroy(alg); in crypto_alg_put()
128 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()462 if (alg->cra_destroy) in crypto_unregister_alg()463 alg->cra_destroy(alg); in crypto_unregister_alg()
115 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
493 void (*cra_destroy)(struct crypto_alg *alg); member
Completed in 9 milliseconds