Home
last modified time | relevance | path

Searched refs:crypto_destroy (Results 1 – 2 of 2) sorted by relevance

/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-session.c78 GDestroyNotify crypto_destroy; member
97 if (self->pv->crypto_state && self->pv->crypto_destroy) in cleanup_crypto()
98 (self->pv->crypto_destroy) (self->pv->crypto_state); in cleanup_crypto()
100 self->pv->crypto_destroy = NULL; in cleanup_crypto()
625 if (self->pv->crypto_state && self->pv->crypto_destroy) in gkm_session_set_crypto_state()
626 (self->pv->crypto_destroy) (self->pv->crypto_state); in gkm_session_set_crypto_state()
629 self->pv->crypto_destroy = destroy; in gkm_session_set_crypto_state()
/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/
H A Dcrypto.c240 static int crypto_destroy(bool);
283 return crypto_destroy(false); in crypto_init0()
301 crypto_destroy(bool exit_kthread) in crypto_destroy() function
1411 error = crypto_destroy(true); in opencrypto_modcmd()