Lines Matching refs:icv
85 u8 *icv)
89 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
291 u8 *icv;
305 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
307 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
328 u8 *icv;
368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len);
369 req = ah_tmp_req(ahash, icv);
425 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
440 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
460 u8 *icv;
474 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len);
476 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;
514 u8 *icv;
582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len);
583 req = ah_tmp_req(ahash, icv);
612 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
625 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;