Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_time.c74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj()
94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj()
95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj()
96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
/openssl/crypto/ts/
H A Dts_rsp_sign.c819 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local
828 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()

Completed in 9 milliseconds