Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/network/
Dattest_channel.c79 struct tm *theNowTm = gmtime(&nowTime); in VerifyCrtTime() local
80 if (theNowTm == NULL) { in VerifyCrtTime()
87 curTime.year = ATTEST_TIME_DIFF_YEAR_1900 + theNowTm->tm_year; in VerifyCrtTime()
89 curTime.mon = ATTEST_TIME_DIFF_MONTH_ONE + theNowTm->tm_mon; in VerifyCrtTime()
91 curTime.day = theNowTm->tm_mday; in VerifyCrtTime()
92 curTime.hour = theNowTm->tm_hour; in VerifyCrtTime()
93 curTime.min = theNowTm->tm_min; in VerifyCrtTime()
94 curTime.sec = theNowTm->tm_sec; in VerifyCrtTime()