Searched refs:produced_at (Results 1 – 7 of 7) sorted by relevance
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | ocsp.py | 208 def produced_at(self): member in _OCSPResponse 209 produced_at = self._backend._lib.OCSP_resp_get0_produced_at( 212 return _parse_asn1_generalized_time(self._backend, produced_at)
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_ocsp.c | 368 os_time_t produced_at; in tls_process_basic_ocsp_response() local 570 &produced_at) < 0) { in tls_process_basic_ocsp_response() 575 (unsigned long) produced_at); in tls_process_basic_ocsp_response()
|
/external/python/cryptography/tests/x509/ |
D | test_ocsp.py | 376 assert (current_time - resp.produced_at).total_seconds() < 10 611 assert resp.produced_at == datetime.datetime(2018, 8, 30, 11, 15) 648 resp.produced_at
|
/external/python/cryptography/src/cryptography/x509/ |
D | ocsp.py | 356 def produced_at(self): member in OCSPResponse
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 1229 res = OCSP_resp_find_status(basic, id, &status, &reason, &produced_at, in ocsp_resp_cb() 1244 &produced_at, &this_update, in ocsp_resp_cb()
|
/external/python/cryptography/docs/x509/ |
D | ocsp.rst | 212 objects. You cannot set ``produced_at`` on OCSP responses at this time. 489 .. attribute:: produced_at
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 4827 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 4927 res = OCSP_resp_find_status(basic, id, &status, &reason, &produced_at, in ocsp_resp_cb() 4941 &produced_at, &this_update, in ocsp_resp_cb()
|