Searched refs:send_seq (Results 1 – 2 of 2) sorted by relevance
1230 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()
179 uint64_t send_seq; member