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

/linux-4.1.27/crypto/
H A Dinternal.h114 if (atomic_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) crypto_alg_put()
115 alg->cra_destroy(alg); crypto_alg_put()
H A Dalgapi.c122 inst->alg.cra_destroy = crypto_destroy_instance; crypto_remove_instance()
395 if (alg->cra_destroy) crypto_unregister_alg()
396 alg->cra_destroy(alg); crypto_unregister_alg()
H A Dapi.c120 larval->alg.cra_destroy = crypto_larval_destroy; crypto_larval_alloc()
/linux-4.1.27/include/linux/
H A Dcrypto.h533 * @cra_destroy: internally used
567 void (*cra_destroy)(struct crypto_alg *alg); member in struct:crypto_alg

Completed in 64 milliseconds