Lines Matching defs:aad
1646 uint8_t aad[RTE_TABLE_ACTION_SYM_CRYPTO_AAD_SIZE_MAX];
1687 /** Length of aad */
1690 /** Offset from start of IP header to the aad. */
1693 /** Length of aad to updated in the mbuf. */
1717 /** Private data size to store cipher iv / aad. */
1863 p->aead.aad.val,
1864 p->aead.aad.length);
2003 uint8_t *aad = crypto_op->iv_aad.aead_iv_aad.aad;
2005 sym->aead.aad.data = aad;
2006 sym->aead.aad.phys_addr = rte_pktmbuf_iova_offset(mbuf,
2007 aad - rte_pktmbuf_mtod(mbuf, uint8_t *));
2045 rte_memcpy(aad, data->iv_aad_data + data->aead.iv_len,