Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/gss/
H A Dgss_krb5_mech.c1232 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic()
1247 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic()
1248 lctx->send_seq++; //XXX should only update this below on success? Heimdal seems to do it this way in gss_krb5_cfx_get_mic()
1324 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic_mbuf()
1342 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic_mbuf()
1343 lctx->send_seq++; //XXX should only update this below on success? Heimdal seems to do it this way in gss_krb5_cfx_get_mic_mbuf()
1542 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_wrap_mbuf()
1560 lctx->send_seq++; in gss_krb5_cfx_wrap_mbuf()
1875 uint32_t seq = (uint32_t) (lctx->send_seq++ & 0xffff); in gss_krb5_3des_token_put()
2688 xb_get_64(error, &xb, lctx->send_seq); in xdr_lucid_context()
H A Dgss_krb5_mech.h179 uint64_t send_seq; member