Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c49 int do_replay; member
161 int do_replay, int do_sequence, int wide_nums) in g_order_init() argument
168 q->do_replay = do_replay; in g_order_init()
190 if (!q->do_replay && !q->do_sequence) in g_order_check()
215 if (q->do_replay && !q->do_sequence) in g_order_check()
223 if (q->do_replay && !q->do_sequence) in g_order_check()
241 if (q->do_replay && !q->do_sequence) in g_order_check()
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h215 int do_replay, int do_sequence, int wide);