Home
last modified time | relevance | path

Searched refs:icv_trunc_len (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dah4.c135 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done()
192 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output()
218 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output()
220 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output()
251 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output()
289 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input_done()
291 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input_done()
343 ah_hlen != XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len)) in ah_input()
347 ah_hlen != XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len)) in ah_input()
376 ahp->icv_trunc_len + seqhi_len); in ah_input()
[all …]
/linux/include/net/
H A Dah.h11 int icv_trunc_len; member