Searched refs:clockskew (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/
H A Dkrb5.conf3 clockskew = 300
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dkssl.c1930 * Helper function for kssl_validate_times(). We need context->clockskew,
1931 * but krb5_context is an opaque struct. So we try to sneek the clockskew
1938 krb5_deltat clockskew; local
1944 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1945 clockskew = KSSL_CLOCKSKEW;
1948 return clockskew;
1954 * The authenticator client time is checked to be within clockskew secs of

Completed in 101 milliseconds