Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtoffset.c51 KRB5_OS_TOFFSET_VALID); in krb5_set_real_time()
67 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_VALID) | in krb5_set_debugging_time()
81 os_ctx->os_flags &= ~(KRB5_OS_TOFFSET_VALID|KRB5_OS_TOFFSET_TIME); in krb5_use_natural_time()
113 KRB5_OS_TOFFSET_VALID); in krb5_set_time_offsets()
H A Dtimeofday.c71 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in krb5_timeofday()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c51 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in krb5_us_timeofday()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1455 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in krb5_fcc_open_file()
1462 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in krb5_fcc_open_file()
1525 (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)) in krb5_fcc_open_file()
1541 KRB5_OS_TOFFSET_VALID); in krb5_fcc_open_file()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1056 #define KRB5_OS_TOFFSET_VALID 1 macro