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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dinternal.h134 if (atomic_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy)
135 alg->cra_destroy(alg);
H A Dalgapi.c107 inst->alg.cra_destroy = crypto_destroy_instance;
246 if (alg->cra_destroy)
247 alg->cra_destroy(alg);
336 if (inst->alg.cra_destroy)
H A Dapi.c120 larval->alg.cra_destroy = crypto_larval_destroy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h249 void (*cra_destroy)(struct crypto_alg *alg); member in struct:crypto_alg

Completed in 114 milliseconds