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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dkssl.c1928 ** We need context->clockskew, but krb5_context is an opaque struct.
1929 ** So we try to sneek the clockskew out through the replay cache.
1935 krb5_deltat clockskew; local
1939 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1940 clockskew = KSSL_CLOCKSKEW;
1943 return clockskew;
1950 ** to be within clockskew secs of the current time and the current
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dkssl.c1928 ** We need context->clockskew, but krb5_context is an opaque struct.
1929 ** So we try to sneek the clockskew out through the replay cache.
1935 krb5_deltat clockskew; local
1939 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1940 clockskew = KSSL_CLOCKSKEW;
1943 return clockskew;
1950 ** to be within clockskew secs of the current time and the current
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dkssl.c1928 ** We need context->clockskew, but krb5_context is an opaque struct.
1929 ** So we try to sneek the clockskew out through the replay cache.
1935 krb5_deltat clockskew; local
1939 if (krb5_rc_get_lifespan(context, rc, &clockskew)) {
1940 clockskew = KSSL_CLOCKSKEW;
1943 return clockskew;
1950 ** to be within clockskew secs of the current time and the current

Completed in 120 milliseconds