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

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c501 SingleResponse *matching_resp = NULL, *cmp_sresp; local
790 if (!matching_resp && issuer &&
796 matching_resp = sresp;
806 if (!matching_resp) {
813 if (!ocsp_resp_valid(matching_resp->thisUpdate,
814 matching_resp->nextUpdate)) {
820 if (matching_resp->certStatus->type == 1) {
827 if (matching_resp->certStatus->type != 0) {

Completed in 184 milliseconds