Lines Matching refs:auth
23 struct rte_crypto_auth_xform *auth; member
63 xform->auth = &xf->auth; in fill_crypto_xform()
74 xform->auth = &xfn->auth; in fill_crypto_xform()
256 sa->ctp.auth.raw = sa->ctp.cipher.raw; in esp_inb_init()
259 sa->ctp.auth.offset = 0; in esp_inb_init()
260 sa->ctp.auth.length = sa->icv_len - sa->sqh_len; in esp_inb_init()
265 sa->cofs.ofs.cipher.head = sa->ctp.cipher.offset - sa->ctp.auth.offset; in esp_inb_init()
317 sa->ctp.auth.raw = sa->ctp.cipher.raw; in esp_outb_init()
320 sa->ctp.auth.offset = hlen; in esp_outb_init()
321 sa->ctp.auth.length = sizeof(struct rte_esp_hdr) + in esp_outb_init()
326 sa->cofs.ofs.cipher.head = sa->ctp.cipher.offset - sa->ctp.auth.offset; in esp_outb_init()
327 sa->cofs.ofs.cipher.tail = (sa->ctp.auth.offset + sa->ctp.auth.length) - in esp_outb_init()
381 sa->icv_len = cxf->auth->digest_length; in esp_sa_init()