Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c1589 static const int authtimediff = 3600 * 2; /* 2 hours */ variable
1664 if (abs((int)(authtime - now)) > authtimediff) { in heim_ntlm_verify_ntlm2()