Home
last modified time | relevance | path

Searched defs:not_before (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/openssl/examples/
Dmk_certs.rs39 let not_before = Asn1Time::days_from_now(0)?; in mk_ca_cert() localVariable
102 let not_before = Asn1Time::days_from_now(0)?; in mk_ca_signed_cert() localVariable
/external/openscreen/cast/test/
Dmake_crl_tests.cc41 TbsCrl MakeTbsCrl(uint64_t not_before, in MakeTbsCrl()
138 std::chrono::seconds not_before = DateTimeToSeconds(july2019); in CastMain() local
/external/rust/crates/x509-cert/src/ext/pkix/
Dkeyusage.rs97 pub not_before: Option<GeneralizedTime>, field
/external/webrtc/rtc_base/
Dssl_identity.h95 time_t not_before; // Absolute time since epoch in seconds. member
/external/openscreen/cast/sender/channel/
Dcast_auth_util_unittest.cc301 DateTime not_before; in TEST_F() local
319 DateTime not_before; in TEST_F() local
340 DateTime not_before; in TEST_F() local
Dcast_auth_util.cc223 DateTime not_before; in VerifyTLSCertificateValidity() local
/external/cronet/net/cert/
Dx509_util_nss_unittest.cc405 base::Time not_before, not_after; in TEST() local
421 base::Time not_before; in TEST() local
Dx509_util_nss.cc416 base::Time* not_before, in GetValidityTimes()
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc95 DateTime not_before; in VerifyCertTime() local
358 DateTime* not_before, in GetCertValidTimeRange()
Dcast_crl.cc94 DateTime not_before; in VerifyCRL() local
/external/rust/crates/x509-cert/src/
Dtime.rs119 pub not_before: Time, field
/external/rust/crates/x509-parser/tests/
Dreadcert.rs55 let not_before = tbs_cert.validity.not_before; in test_x509_parser() localVariable
/external/cronet/net/test/
Dcert_builder.cc190 base::Time not_before = base::Time::Now() - base::Days(7); in CreateSimpleChain() local
807 void CertBuilder::SetValidity(base::Time not_before, base::Time not_after) { in SetValidity()
942 bool CertBuilder::GetValidity(base::Time* not_before, in GetValidity()
/external/rust/crates/coset/src/cwt/
Dmod.rs71 pub not_before: Option<Timestamp>, field
/external/rust/crates/webpki/src/
Dverify_cert.rs186 let not_before = der::time_choice(input)?; in check_validity() localVariable
/external/open-dice/src/
Dboringssl_cert_op.c69 ASN1_TIME* not_before = NULL; variable
/external/autotest/client/cros/power/
Dpower_suspend.py282 def _hwclock_ts(self, not_before): argument
/external/openthread/third_party/mbedtls/repo/library/
Dx509write_crt.c110 const char *not_before, in mbedtls_x509write_crt_set_validity()
/external/openthread/third_party/mbedtls/repo/programs/x509/
Dcert_write.c171 const char *not_before; /* validity period not before */ member
/external/mbedtls/programs/x509/
Dcert_write.c177 const char *not_before; /* validity period not before */ member
/external/mbedtls/library/
Dx509write_crt.c118 const char *not_before, in mbedtls_x509write_crt_set_validity()
/external/cronet/net/cert/pki/
Dparse_certificate.cc300 der::GeneralizedTime* not_before, in ParseValidity()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcertificate_view.cc357 CBS not_before, not_after; in ParseSingleCertificate() local
/external/wpa_supplicant_8/src/tls/
Dx509v3.h60 os_time_t not_before; member
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h191 char not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1]; member

12