Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dlifetime.rs13 pub not_before: u64, field
27 let not_before = MlsTime::now().seconds_since_epoch(); in seconds() localVariable
30 let not_before = 3600u64; in seconds() localVariable
/aosp_15_r20/external/rust/crates/openssl/examples/
Dmk_certs.rs41 let not_before = Asn1Time::days_from_now(0)?; in mk_ca_cert() localVariable
104 let not_before = Asn1Time::days_from_now(0)?; in mk_ca_signed_cert() localVariable
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A 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
H A Dcast_auth_util.cc223 DateTime not_before; in VerifyTLSCertificateValidity() local
/aosp_15_r20/external/openscreen/cast/test/
H A Dmake_crl_tests.cc41 TbsCrl MakeTbsCrl(uint64_t not_before, in MakeTbsCrl()
138 std::chrono::seconds not_before = DateTimeToSeconds(july2019); in CastMain() local
/aosp_15_r20/external/cronet/net/cert/
H A Dx509_util_nss_unittest.cc404 base::Time not_before, not_after; in TEST() local
420 base::Time not_before; in TEST() local
H A Dcert_verify_proc_unittest.cc2414 base::Time not_before = base::Time::Now() + base::Days(1) + base::Minutes(5); in TEST_P() local
2433 base::Time not_before = base::Time::Now() + base::Days(1); in TEST_P() local
2452 base::Time not_before = base::Time::Now() + base::Minutes(5); in TEST_P() local
2471 base::Time not_before = base::Time::Now() - base::Seconds(1); in TEST_P() local
2490 base::Time not_before = base::Time::Now() - base::Days(30); in TEST_P() local
2509 base::Time not_before = base::Time::Now() - base::Days(30); in TEST_P() local
/aosp_15_r20/external/openscreen/cast/common/certificate/
H A Dcast_cert_validator_internal.cc95 DateTime not_before; in VerifyCertTime() local
358 DateTime* not_before, in GetCertValidTimeRange()
H A Dcast_crl.cc94 DateTime not_before; in VerifyCRL() local
/aosp_15_r20/external/cronet/net/test/
H A Dcert_builder.cc225 base::Time not_before = base::Time::Now() - base::Days(7); in CreateSimpleChain() local
848 void CertBuilder::SetValidity(base::Time not_before, base::Time not_after) { in SetValidity()
997 bool CertBuilder::GetValidity(base::Time* not_before, in GetValidity()
/aosp_15_r20/external/boringssl/src/include/openssl/pki/
H A Dcertificate.h65 int64_t not_before; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/include/openssl/pki/
H A Dcertificate.h65 int64_t not_before; member
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_identity.h95 time_t not_before; // Absolute time since epoch in seconds. member
/aosp_15_r20/external/tink/cc/jwt/
H A Djwt_validator.cc69 util::StatusOr<absl::Time> not_before = raw_jwt.GetNotBefore(); in ValidateTimestamps() local
/aosp_15_r20/external/tink/python/tink/jwt/
H A D_verified_jwt.py87 def not_before(self) -> datetime.datetime: member in VerifiedJwt
H A D_raw_jwt.py147 def not_before(self) -> datetime.datetime: member in RawJwt
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dtime.rs138 pub not_before: Time, field
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ext/pkix/
Dkeyusage.rs181 pub not_before: Option<GeneralizedTime>, field
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/cwt/
Dmod.rs71 pub not_before: Option<Timestamp>, field
/aosp_15_r20/external/open-dice/src/
H A Dboringssl_cert_op.c72 ASN1_TIME* not_before = NULL; variable
/aosp_15_r20/external/autotest/client/cros/power/
H A Dpower_suspend.py282 def _hwclock_ts(self, not_before): argument
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Dverify_cert.rs238 let not_before = der::time_choice(input)?; in check_validity() localVariable
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto233 bytes not_before = 5; // strftime('%Y%m%d%H%M%SZ') [15 octects] field
586 bytes not_before = 5; // strftime('%y%m%d%H%M%SZ') [15 octects] field
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto234 bytes not_before = 5; // strftime('%Y%m%d%H%M%SZ') [15 octects] field
589 bytes not_before = 5; // strftime('%y%m%d%H%M%SZ') [15 octects] field
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparse_certificate.cc312 bool ParseValidity(der::Input validity_tlv, der::GeneralizedTime *not_before, in ParseValidity()

12