Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c495 SingleResponse *matching_resp = NULL, *cmp_sresp; in check_ocsp_resp() local
785 if (!matching_resp && issuer && in check_ocsp_resp()
791 matching_resp = sresp; in check_ocsp_resp()
801 if (!matching_resp) { in check_ocsp_resp()
808 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
809 matching_resp->nextUpdate)) { in check_ocsp_resp()
815 if (matching_resp->certStatus->type == 1) { in check_ocsp_resp()
822 if (matching_resp->certStatus->type != 0) { in check_ocsp_resp()