Searched refs:usec_offset (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | toffset.c | 52 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 D | ustime.c | 74 *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 D | init_os_ctx.c | 426 os_ctx->usec_offset = 0; in k5_os_init_context()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_memory.c | 114 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 D | cc_keyring.c | 271 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 D | t_marshal.c | 338 context->os_context.usec_offset = 54321; in main() 395 assert(context->os_context.usec_offset == 54321); in main()
|
| H A D | cc_file.c | 389 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 D | cc_kcm.c | 695 context->os_context.usec_offset = 0; in get_kdc_offset()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_copy_context.c | 75 check(c->os_context.usec_offset == r->os_context.usec_offset); in check_context()
|
| H A D | ser_ctx.c | 367 (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 D | stdcc.c | 191 os_ctx->usec_offset = 0; in stdccv3_get_timeoffset()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-int.h | 712 krb5_int32 usec_offset; member
|