Home
last modified time | relevance | path

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

/external/nos/test/system-test-harness/src/
Dkeymaster-provision-tests.cc812 EXPECT_TRUE(response.cert_status() == CertificateStatus::CERT_MISSING || in TEST_F()
813 response.cert_status() == in TEST_F()
818 EXPECT_EQ(response.cert_status(), in TEST_F()
/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.c996 unsigned int cert_status; in check_ocsp() local
1050 NULL, &cert_status, NULL, in check_ocsp()
1060 if (cert_status == GNUTLS_OCSP_CERT_GOOD) { in check_ocsp()
1062 } else if (cert_status == GNUTLS_OCSP_CERT_REVOKED) { in check_ocsp()
/external/curl/lib/vtls/
Dopenssl.c1780 int cert_status, crl_reason; in verifystatus() local
1789 cert_status = OCSP_single_get0_status(single, &crl_reason, &rev, in verifystatus()
1799 OCSP_cert_status_str(cert_status), cert_status); in verifystatus()
1801 switch(cert_status) { in verifystatus()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto457 CertificateStatus cert_status = 2; field