Searched refs:skew_threshold (Results 1 – 2 of 2) sorted by relevance
67 …t char *username, const char *password, const time_t ts, const char *filename, int skew_threshold){ in check_authentication() argument70 if ( (utc_seconds - ts) > skew_threshold || (utc_seconds - ts) < -skew_threshold ) { in check_authentication()
40 …t char *username, const char *password, const time_t ts, const char *filename, int skew_threshold);