Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dsequence.c44 OM_uint32 jitter_window; member
57 OM_uint32 jitter_window) in msg_order_alloc() argument
61 len = jitter_window * sizeof((*o)->elem[0]); in msg_order_alloc()
84 OM_uint32 jitter_window, in _gssapi_msg_order_create() argument
89 if (jitter_window == 0) in _gssapi_msg_order_create()
90 jitter_window = DEFAULT_JITTER_WINDOW; in _gssapi_msg_order_create()
92 ret = msg_order_alloc(minor_status, o, jitter_window); in _gssapi_msg_order_create()
99 (*o)->jitter_window = jitter_window; in _gssapi_msg_order_create()
117 o->elem[slot % o->jitter_window] = val; in elem_set()
125 assert(o->jitter_window > after_slot); in elem_insert()
[all …]