Lines Matching refs:icv
85 u8 *icv)
89 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
288 u8 *icv;
302 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
304 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
325 u8 *icv;
365 icv = ah_tmp_icv(ahash, seqhi, seqhi_len);
366 req = ah_tmp_req(ahash, icv);
422 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
437 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
457 u8 *icv;
471 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len);
473 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;
511 u8 *icv;
579 icv = ah_tmp_icv(ahash, seqhi, seqhi_len);
580 req = ah_tmp_req(ahash, icv);
609 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
622 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;