Home
last modified time | relevance | path

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

/linux/crypto/
H A Dinternal.h152 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
153 alg->cra_destroy(alg); in crypto_alg_put()
H A Dapi.c116 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
/linux/include/linux/
H A Dcrypto.h367 void (*cra_destroy)(struct crypto_alg *alg); member