Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
Docsp.py114 def __init__(self, cert, issuer, algorithm, cert_status, this_update, argument
137 if not isinstance(cert_status, OCSPCertStatus):
141 if cert_status is not OCSPCertStatus.REVOKED:
170 self._cert_status = cert_status
183 def add_response(self, cert, issuer, algorithm, cert_status, this_update, argument
189 cert, issuer, algorithm, cert_status, this_update, next_update,
/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/python/cryptography/docs/x509/
Docsp.rst217 ….. method:: add_response(cert, issuer, algorithm, cert_status, this_update, next_update, revocatio…
237 :param cert_status: An item from the
320 ... cert_status=ocsp.OCSPCertStatus.GOOD,
/external/curl/lib/vtls/
Dopenssl.c1852 int cert_status, crl_reason; in verifystatus() local
1861 cert_status = OCSP_single_get0_status(single, &crl_reason, &rev, in verifystatus()
1871 OCSP_cert_status_str(cert_status), cert_status); in verifystatus()
1873 switch(cert_status) { in verifystatus()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto499 CertificateStatus cert_status = 2; field