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

/freebsd-9.3-release/crypto/heimdal/
H A Dkrb5.conf3 clockskew = 300
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dkssl.c1925 * Helper function for kssl_validate_times(). We need context->clockskew,
1926 * but krb5_context is an opaque struct. So we try to sneek the clockskew
1933 krb5_deltat clockskew; local
1939 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1940 clockskew = KSSL_CLOCKSKEW;
1943 return clockskew;
1949 * The authenticator client time is checked to be within clockskew secs of

Completed in 102 milliseconds