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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtoffset.c51 KRB5_OS_TOFFSET_VALID);
67 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_VALID) |
81 os_ctx->os_flags &= ~(KRB5_OS_TOFFSET_VALID|KRB5_OS_TOFFSET_TIME);
113 KRB5_OS_TOFFSET_VALID);
H A Dtimeofday.c71 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c51 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1455 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)
1462 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) {
1525 (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID))
1541 KRB5_OS_TOFFSET_VALID);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1045 * KRB5_OS_TOFFSET_VALID means that the time offset fields are valid.
1056 #define KRB5_OS_TOFFSET_VALID 1 macro

Completed in 73 milliseconds