Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c1231 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic()
1246 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic()
1247 lctx->send_seq++; //XXX should only update this below on success? Heimdal seems to do it this way in gss_krb5_cfx_get_mic()
1276 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_get_mic_mbuf()
1294 memcpy(&token.SND_SEQ, &seq, sizeof(lctx->send_seq)); in gss_krb5_cfx_get_mic_mbuf()
1295 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()
1494 uint64_t seq = htonll(lctx->send_seq); in gss_krb5_cfx_wrap_mbuf()
1512 lctx->send_seq++; in gss_krb5_cfx_wrap_mbuf()
1826 uint32_t seq = (uint32_t) (lctx->send_seq++ & 0xffff); in gss_krb5_3des_token_put()
2561 xb_get_64(error, &xb, lctx->send_seq); in xdr_lucid_context()
H A Dgss_krb5_mech.h179 uint64_t send_seq; member