Home
last modified time | relevance | path

Searched refs:seqhi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dah4.c161 __be32 *seqhi; in ah_output() local
178 seqhi_len = sizeof(*seqhi); in ah_output()
184 seqhi = (__be32 *)((char *)iph + ihl); in ah_output()
185 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
231 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah_output()
232 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
320 __be32 *seqhi; in ah_input() local
365 seqhi_len = sizeof(*seqhi); in ah_input()
375 seqhi = (__be32 *)((char *)work_iph + ihl); in ah_input()
376 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
H A Desp4.c32 __be32 seqhi; member
289 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local
292 esph->spi = *seqhi; in esp_restore_header()
314 __u32 seqhi; in esp_output_set_extra() local
318 seqhi = xo->seq.hi; in esp_output_set_extra()
320 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_extra()
325 extra->seqhi = esph->spi; in esp_output_set_extra()
326 esph->seq_no = htonl(seqhi); in esp_output_set_extra()
847 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument
858 *seqhi = esph->spi; in esp_input_set_header()
[all …]
/openbmc/linux/net/ipv6/
H A Dah6.c336 __be32 *seqhi; in ah6_output() local
355 seqhi_len = sizeof(*seqhi); in ah6_output()
364 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
365 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
419 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
420 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
526 __be32 *seqhi; in ah6_input() local
567 seqhi_len = sizeof(*seqhi); in ah6_input()
578 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
579 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
[all …]
H A Desp6.c48 __be32 seqhi; member
325 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local
328 esph->spi = *seqhi; in esp_restore_header()
350 __u32 seqhi; in esp_output_set_esn() local
354 seqhi = xo->seq.hi; in esp_output_set_esn()
356 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_esn()
361 extra->seqhi = esph->spi; in esp_output_set_esn()
362 esph->seq_no = htonl(seqhi); in esp_output_set_esn()
896 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument
907 *seqhi = esph->spi; in esp_input_set_header()
[all …]