Searched refs:KRB5_OS_TOFFSET_VALID (Results 1 – 10 of 10) sorted by relevance
55 KRB5_OS_TOFFSET_VALID); in krb5_set_real_time()71 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_VALID) | in krb5_set_debugging_time()85 os_ctx->os_flags &= ~(KRB5_OS_TOFFSET_VALID|KRB5_OS_TOFFSET_TIME); in krb5_use_natural_time()117 KRB5_OS_TOFFSET_VALID); in krb5_set_time_offsets()
48 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in krb5_timeofday()
76 } else if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in krb5_us_timeofday()
177 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in init_mcc_cache()344 !(os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)) { in krb5_mcc_resolve()349 KRB5_OS_TOFFSET_VALID); in krb5_mcc_resolve()
423 (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)) in read_header()429 KRB5_OS_TOFFSET_VALID); in read_header()454 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in marshal_header()457 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in marshal_header()
697 context->os_context.os_flags |= KRB5_OS_TOFFSET_VALID; in get_kdc_offset()709 if (context->os_context.os_flags & KRB5_OS_TOFFSET_VALID) { in set_kdc_offset()1292 offset = (octx->os_flags & KRB5_OS_TOFFSET_VALID) ? octx->time_offset : 0; in kcm_replace()
339 context->os_context.os_flags = KRB5_OS_TOFFSET_VALID; in main()
805 (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)) { in krcc_initialize()924 !(os_ctx->os_flags & KRB5_OS_TOFFSET_VALID)) { in make_cache()928 os_ctx->os_flags |= KRB5_OS_TOFFSET_VALID; in make_cache()
193 KRB5_OS_TOFFSET_VALID); in stdccv3_get_timeoffset()212 if (!err && os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in stdccv3_set_timeoffset()
731 #define KRB5_OS_TOFFSET_VALID 1 macro