Searched refs:crl_lookup (Results 1 – 3 of 3) sorted by relevance
380 if (crl->meth->crl_lookup) in X509_CRL_get0_by_serial()381 return crl->meth->crl_lookup(crl, ret, serial, NULL); in X509_CRL_get0_by_serial()387 if (crl->meth->crl_lookup) in X509_CRL_get0_by_cert()388 return crl->meth->crl_lookup(crl, ret, in X509_CRL_get0_by_cert()478 int (*crl_lookup) (X509_CRL *crl, in X509_CRL_METHOD_new()493 m->crl_lookup = crl_lookup; in X509_CRL_METHOD_new()
69 int (*crl_lookup) (X509_CRL *crl, X509_REVOKED **ret, member
302 int (*crl_lookup) (X509_CRL *crl,
Completed in 6 milliseconds