Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dx_crl.c162 if (crl->meth->crl_free) { in crl_cb()
163 if (!crl->meth->crl_free(crl)) in crl_cb()
258 if (crl->meth->crl_free) { in crl_cb()
259 if (!crl->meth->crl_free(crl)) in crl_cb()
477 int (*crl_free) (X509_CRL *crl), in X509_CRL_METHOD_new()
492 m->crl_free = crl_free; in X509_CRL_METHOD_new()
A Dx509_local.h68 int (*crl_free) (X509_CRL *crl); member
/openssl-master/include/openssl/
A Dx509.h.in301 int (*crl_free) (X509_CRL *crl),

Completed in 10 milliseconds