Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dinternal.h171 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
172 alg->cra_destroy(alg); in crypto_alg_put()
Dalgapi.c146 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
470 if (alg->cra_destroy) in crypto_unregister_alg()
471 alg->cra_destroy(alg); in crypto_unregister_alg()
Dapi.c116 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
/linux-6.12.1/include/linux/
Dcrypto.h367 void (*cra_destroy)(struct crypto_alg *alg); member