Lines Matching defs:icv
110 u8 *icv)
114 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
313 u8 *icv;
327 icv = ah_tmp_icv(iph_ext, extlen);
329 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
344 u8 *icv;
384 icv = ah_tmp_icv(seqhi, seqhi_len);
385 req = ah_tmp_req(ahash, icv);
437 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
452 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
466 u8 *icv;
480 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len);
482 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;
520 u8 *icv;
588 icv = ah_tmp_icv(seqhi, seqhi_len);
589 req = ah_tmp_req(ahash, icv);
618 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
631 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0;