cra_destroy       124 crypto/algapi.c 	inst->alg.cra_destroy = crypto_destroy_instance;
cra_destroy       431 crypto/algapi.c 	if (alg->cra_destroy)
cra_destroy       432 crypto/algapi.c 		alg->cra_destroy(alg);
cra_destroy       116 crypto/api.c   	larval->alg.cra_destroy = crypto_larval_destroy;
cra_destroy        96 crypto/internal.h 	if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy)
cra_destroy        97 crypto/internal.h 		alg->cra_destroy(alg);
cra_destroy       576 include/linux/crypto.h 	void (*cra_destroy)(struct crypto_alg *alg);