Searched refs:cra_destroy (Results 1 – 3 of 3) sorted by relevance
117 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()711 if (alg->cra_destroy) in crypto_destroy_alg()712 alg->cra_destroy(alg); in crypto_destroy_alg()
140 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
351 void (*cra_destroy)(struct crypto_alg *alg); member