Lines Matching refs:icv_len
52 sop->aead.aad.data = icv->va + sa->icv_len; in sop_aead_prepare()
53 sop->aead.aad.phys_addr = icv->pa + sa->icv_len; in sop_aead_prepare()
164 tlen = pdlen + sa->icv_len + sqh_len; in outb_tun_pkt_prepare()
263 gaad = (struct aead_gcm_aad *)(icv->va + sa->icv_len); in outb_pkt_xprepare()
269 caad = (struct aead_ccm_aad *)(icv->va + sa->icv_len); in outb_pkt_xprepare()
276 (icv->va + sa->icv_len); in outb_pkt_xprepare()
373 tlen = pdlen + sa->icv_len + sqh_len; in outb_trs_pkt_prepare()
580 aad[k].va = icv.va + sa->icv_len; in cpu_outb_pkt_prepare()
624 uint32_t i, k, icv_len, *icv, bytes; in esp_outb_sqh_process() local
632 icv_len = sa->icv_len; in esp_outb_sqh_process()
642 ml->data_len - icv_len); in esp_outb_sqh_process()
643 remove_sqh(icv, icv_len); in esp_outb_sqh_process()