Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/x509/
Dx509_vfy.c137 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
1260 if (crl_crldp_check(x, crl, crl_score, &crl_reasons)) { in get_crl_score()
1477 crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score, unsigned int *preasons) in crl_crldp_check() function