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

/linux-master/crypto/
H A Dinternal.h169 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy)
170 alg->cra_destroy(alg);
H A Dalgapi.c146 inst->alg.cra_destroy = crypto_destroy_instance;
510 if (alg->cra_destroy)
511 alg->cra_destroy(alg);
H A Dapi.c117 larval->alg.cra_destroy = crypto_larval_destroy;
/linux-master/include/linux/
H A Dcrypto.h337 * @cra_destroy: internally used
367 void (*cra_destroy)(struct crypto_alg *alg); member in struct:crypto_alg

Completed in 214 milliseconds