Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx_crl.c168 if (crl->meth->crl_free) { in crl_cb()
169 if (!crl->meth->crl_free(crl)) in crl_cb()
264 if (crl->meth != NULL && crl->meth->crl_free != NULL) { in crl_cb()
265 if (!crl->meth->crl_free(crl)) in crl_cb()
483 int (*crl_free) (X509_CRL *crl), in X509_CRL_METHOD_new()
496 m->crl_free = crl_free; in X509_CRL_METHOD_new()
H A Dx509_local.h68 int (*crl_free) (X509_CRL *crl); member
/openssl/include/openssl/
H A Dx509.h.in317 int (*crl_free) (X509_CRL *crl),

Completed in 15 milliseconds