Searched refs:DateTimeFromSeconds (Results 1 – 7 of 7) sorted by relevance
/external/openscreen/cast/common/certificate/ |
D | cast_crl.cc | 95 if (!DateTimeFromSeconds(tbs_crl.not_before_seconds(), ¬_before)) { in VerifyCRL() 99 if (!DateTimeFromSeconds(tbs_crl.not_after_seconds(), ¬_after)) { in VerifyCRL() 144 DateTimeFromSeconds(tbs_crl.not_before_seconds(), ¬_before_); in CastCRL() 145 DateTimeFromSeconds(tbs_crl.not_after_seconds(), ¬_after_); in CastCRL()
|
D | types.h | 31 bool DateTimeFromSeconds(uint64_t seconds, DateTime* time);
|
D | cast_crl_unittest.cc | 119 EXPECT_TRUE(DateTimeFromSeconds(test_case.cert_verification_time_seconds(), in RunTest() 124 EXPECT_TRUE(DateTimeFromSeconds(crl_verify_time, &crl_verification_time)); in RunTest()
|
D | types.cc | 50 bool DateTimeFromSeconds(uint64_t seconds, DateTime* time) { in DateTimeFromSeconds() function
|
D | cast_cert_validator_unittest.cc | 618 DateTimeFromSeconds(seconds.count(), &converted_date); in TEST()
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util.cc | 206 OSP_CHECK(DateTimeFromSeconds(verification_time.count(), in VerifyTLSCertificateValidity() 209 DateTimeFromSeconds(lifetime_limit.count(), &lifetime_limit_exploded)); in VerifyTLSCertificateValidity() 287 OSP_CHECK(DateTimeFromSeconds(GetWallTimeSinceUnixEpoch().count(), &now)); in AuthenticateChallengeReply() 393 OSP_CHECK(DateTimeFromSeconds(GetWallTimeSinceUnixEpoch().count(), &now)); in VerifyCredentials()
|
D | cast_auth_util_unittest.cc | 181 ASSERT_TRUE(DateTimeFromSeconds(GetWallTimeSinceUnixEpoch().count(), &now)); in TEST_F() 238 ASSERT_TRUE(DateTimeFromSeconds(GetWallTimeSinceUnixEpoch().count(), &now)); in TEST_F() 251 ASSERT_TRUE(DateTimeFromSeconds(GetWallTimeSinceUnixEpoch().count(), &now)); in TEST_F() 419 OSP_DCHECK(DateTimeFromSeconds(cert_verify_time, &verification_time)); in RunTest()
|