Lines Matching refs:seqno
57 uint64_t seqno);
62 uint64_t seqno, int *trailer_len);
438 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
521 ad.seq = htobe64(seqno);
631 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
662 *(uint64_t *)(crp.crp_iv + 4) ^= htobe64(seqno);
671 ad.seq = htobe64(seqno);
729 uint64_t seqno)
861 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
884 *(uint64_t *)(crp.crp_iv + 4) ^= htobe64(seqno);
916 uint64_t seqno)
939 *(uint64_t *)(crp.crp_iv + 4) ^= htobe64(seqno);
1172 struct mbuf *m, uint64_t seqno, int *trailer_len)
1174 return (tls->ocf_session->sw->decrypt(tls, hdr, m, seqno, trailer_len));
1179 struct mbuf *m, uint64_t seqno)
1181 return (tls->ocf_session->sw->recrypt(tls, hdr, m, seqno));