Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dinternal.h107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
108 alg->cra_destroy(alg); in crypto_alg_put()
H A Dalgapi.c128 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
460 if (alg->cra_destroy) in crypto_unregister_alg()
461 alg->cra_destroy(alg); in crypto_unregister_alg()
H A Dapi.c116 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dinternal.h107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
108 alg->cra_destroy(alg); in crypto_alg_put()
H A Dalgapi.c128 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
460 if (alg->cra_destroy) in crypto_unregister_alg()
461 alg->cra_destroy(alg); in crypto_unregister_alg()
H A Dapi.c116 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dinternal.h107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
108 alg->cra_destroy(alg); in crypto_alg_put()
H A Dalgapi.c128 inst->alg.cra_destroy = crypto_destroy_instance; in crypto_remove_instance()
460 if (alg->cra_destroy) in crypto_unregister_alg()
461 alg->cra_destroy(alg); in crypto_unregister_alg()
H A Dapi.c116 larval->alg.cra_destroy = crypto_larval_destroy; in crypto_larval_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrypto.h493 void (*cra_destroy)(struct crypto_alg *alg); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrypto.h493 void (*cra_destroy)(struct crypto_alg *alg); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrypto.h493 void (*cra_destroy)(struct crypto_alg *alg); member