Lines Matching refs:seqhi
339 __be32 *seqhi; in ah6_output() local
358 seqhi_len = sizeof(*seqhi); in ah6_output()
367 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
422 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
423 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
529 __be32 *seqhi; in ah6_input() local
570 seqhi_len = sizeof(*seqhi); in ah6_input()
581 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
608 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input()
609 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()