Searched refs:clty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc-replay.c125 uint32_t t, clty, tag; local
144 ret = krb5_ret_uint32(sp, &clty);
187 if (MAKE_TAG(cl, ty, 0) != clty)
189 (int)MAKE_TAG(cl, ty, 0), (int)clty);
195 if (clty != 0xffffffff)
196 krb5_errx(context, 1, "clty not invalid");

Completed in 79 milliseconds