Home
last modified time | relevance | path

Searched refs:verification_time_exploded (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dcast_auth_util.cc233 DateTime verification_time_exploded = {}; in VerifyTLSCertificateValidity() local
236 &verification_time_exploded)); in VerifyTLSCertificateValidity()
239 if (verification_time_exploded < not_before) { in VerifyTLSCertificateValidity()
244 if (not_after < verification_time_exploded) { in VerifyTLSCertificateValidity()