Searched refs:utc_seconds (Results 1 – 1 of 1) sorted by relevance
69 time_t utc_seconds = mktime(localtime(&t)); in check_authentication() local70 if ( (utc_seconds - ts) > skew_threshold || (utc_seconds - ts) < -skew_threshold ) { in check_authentication()285 time_t utc_seconds = mktime(localtime(&t)); in encode_auth_setting() local296 snprintf(text, text_len, auth_text_format, username, password, (int64_t)utc_seconds); in encode_auth_setting()314 int64_t utc_seconds; in decode_auth_setting() local337 int rc = sscanf((char *) plaintext, auth_text_format, s_username, s_password, &utc_seconds); in decode_auth_setting()350 *ts = (time_t)utc_seconds; in decode_auth_setting()