Home
last modified time | relevance | path

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

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