Home
last modified time | relevance | path

Searched refs:usec_offset (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dtoffset.c52 os_ctx->usec_offset = (microseconds > -1) ? microseconds - usec : 0; in krb5_set_real_time()
70 os_ctx->usec_offset = microseconds; in krb5_set_debugging_time()
101 *microseconds = os_ctx->usec_offset; in krb5_get_time_offsets()
115 os_ctx->usec_offset = microseconds; in krb5_set_time_offsets()
H A Dustime.c74 *microseconds = os_ctx->usec_offset; in krb5_us_timeofday()
77 return k5_time_with_offset(os_ctx->time_offset, os_ctx->usec_offset, in krb5_us_timeofday()
H A Dinit_os_ctx.c426 os_ctx->usec_offset = 0; in k5_os_init_context()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_memory.c114 krb5_int32 usec_offset; member
180 d->usec_offset = os_ctx->usec_offset; in init_mcc_cache()
347 os_ctx->usec_offset = d->usec_offset; in krb5_mcc_resolve()
507 d->usec_offset = 0; in new_mcc_data()
H A Dcc_keyring.c271 int32_t usec_offset);
275 int32_t *usec_offset);
807 os_ctx->usec_offset); in krcc_initialize()
926 &os_ctx->usec_offset) == 0) { in make_cache()
1426 int32_t usec_offset) in save_time_offsets() argument
1436 store_32_be(usec_offset, payload + 4); in save_time_offsets()
1449 int32_t *usec_offset) in get_time_offsets() argument
1484 *usec_offset = load_32_be((char *)payload + 4); in get_time_offsets()
H A Dt_marshal.c338 context->os_context.usec_offset = 54321; in main()
395 assert(context->os_context.usec_offset == 54321); in main()
H A Dcc_file.c389 uint32_t time_offset, usec_offset; in read_header() local
419 read32(context, fp, version, NULL, &usec_offset)) in read_header()
427 os_ctx->usec_offset = usec_offset; in read_header()
462 k5_buf_add_uint32_be(buf, os_ctx->usec_offset); in marshal_header()
H A Dcc_kcm.c695 context->os_context.usec_offset = 0; in get_kdc_offset()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_copy_context.c75 check(c->os_context.usec_offset == r->os_context.usec_offset); in check_context()
H A Dser_ctx.c367 (void) krb5_ser_pack_int32(os_ctx->usec_offset, &bp, &remain); in externalize_oscontext()
410 (void) krb5_ser_unpack_int32(&os_ctx->usec_offset, &bp, &remain); in internalize_oscontext()
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c191 os_ctx->usec_offset = 0; in stdccv3_get_timeoffset()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h712 krb5_int32 usec_offset; member