/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | lifetime.rs | 13 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/ |
D | mk_certs.rs | 41 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 D | cast_auth_util_unittest.cc | 301 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 D | cast_auth_util.cc | 223 DateTime not_before; in VerifyTLSCertificateValidity() local
|
/aosp_15_r20/external/openscreen/cast/test/ |
H A D | make_crl_tests.cc | 41 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 D | x509_util_nss_unittest.cc | 404 base::Time not_before, not_after; in TEST() local 420 base::Time not_before; in TEST() local
|
H A D | cert_verify_proc_unittest.cc | 2414 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 D | cast_cert_validator_internal.cc | 95 DateTime not_before; in VerifyCertTime() local 358 DateTime* not_before, in GetCertValidTimeRange()
|
H A D | cast_crl.cc | 94 DateTime not_before; in VerifyCRL() local
|
/aosp_15_r20/external/cronet/net/test/ |
H A D | cert_builder.cc | 225 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 D | certificate.h | 65 int64_t not_before; member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/include/openssl/pki/ |
H A D | certificate.h | 65 int64_t not_before; member
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | ssl_identity.h | 95 time_t not_before; // Absolute time since epoch in seconds. member
|
/aosp_15_r20/external/tink/cc/jwt/ |
H A D | jwt_validator.cc | 69 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.py | 87 def not_before(self) -> datetime.datetime: member in VerifiedJwt
|
H A D | _raw_jwt.py | 147 def not_before(self) -> datetime.datetime: member in RawJwt
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ |
D | time.rs | 138 pub not_before: Time, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ext/pkix/ |
D | keyusage.rs | 181 pub not_before: Option<GeneralizedTime>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/cwt/ |
D | mod.rs | 71 pub not_before: Option<Timestamp>, field
|
/aosp_15_r20/external/open-dice/src/ |
H A D | boringssl_cert_op.c | 72 ASN1_TIME* not_before = NULL; variable
|
/aosp_15_r20/external/autotest/client/cros/power/ |
H A D | power_suspend.py | 282 def _hwclock_ts(self, not_before): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/ |
D | verify_cert.rs | 238 let not_before = der::time_choice(input)?; in check_validity() localVariable
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/ |
D | keymaster.proto | 233 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/ |
D | keymaster.proto | 234 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 D | parse_certificate.cc | 312 bool ParseValidity(der::Input validity_tlv, der::GeneralizedTime *not_before, in ParseValidity()
|