Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c125 unsigned int cert_status; in tls_process_ocsp_single_response() local
251 cert_status = hdr.tag; in tls_process_ocsp_single_response()
252 wpa_printf(MSG_DEBUG, "OCSP: certStatus=%u", cert_status); in tls_process_ocsp_single_response()
307 if (cert_status == 0 /* good */) in tls_process_ocsp_single_response()
309 else if (cert_status == 1 /* revoked */) in tls_process_ocsp_single_response()
/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c900 unsigned int cert_status; in check_ocsp() local
954 NULL, &cert_status, NULL, in check_ocsp()
964 if (cert_status == GNUTLS_OCSP_CERT_GOOD) { in check_ocsp()
966 } else if (cert_status == GNUTLS_OCSP_CERT_REVOKED) { in check_ocsp()
/external/curl/lib/vtls/
Dopenssl.c1363 int cert_status, crl_reason; in verifystatus() local
1372 cert_status = OCSP_single_get0_status(single, &crl_reason, &rev, in verifystatus()
1382 OCSP_cert_status_str(cert_status), cert_status); in verifystatus()
1384 switch(cert_status) { in verifystatus()