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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c1929 ** We need context->clockskew, but krb5_context is an opaque struct.
1930 ** So we try to sneek the clockskew out through the replay cache.
1936 krb5_deltat clockskew; local
1940 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1941 clockskew = KSSL_CLOCKSKEW;
1944 return clockskew;
1951 ** to be within clockskew secs of the current time and the current
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 115 milliseconds