Searched refs:seqhi_len (Results 1 – 1 of 1) sorted by relevance
157 int seqhi_len = 0; in ah_output() local175 seqhi_len = sizeof(*seqhi); in ah_output()178 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output()229 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()231 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()316 int seqhi_len = 0; in ah_input() local362 seqhi_len = sizeof(*seqhi); in ah_input()366 ahp->icv_trunc_len + seqhi_len); in ah_input()373 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()[all …]