Home
last modified time | relevance | path

Searched refs:cra_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/crypto/
H A Dapi.c117 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()
H A Dalgapi.c140 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
/linux-6.15/include/linux/
H A Dcrypto.h351 void (*cra_destroy)(struct crypto_alg *alg); member