Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c1230 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic()
1245 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic()
1246 lctx->send_seq++; //XXX should only update this below on success? Heimdal seems to do it this way in gss_krb5_cfx_get_mic()
1275 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic_mbuf()
1293 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic_mbuf()
1294 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()
1493 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_wrap_mbuf()
1511 lctx->send_seq++; in gss_krb5_cfx_wrap_mbuf()
1825 uint32_t seq = (uint32_t) (lctx->send_seq++ & 0xffff); in gss_krb5_3des_token_put()
2560 xb_get_64(error, &xb, lctx->send_seq); in xdr_lucid_context()
H A Dgss_krb5_mech.h179 uint64_t send_seq; member