Home
last modified time | relevance | path

Searched refs:aead_gcm_aad (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_ipsec/
H A Dcrypto.h35 struct aead_gcm_aad { struct
76 aead_gcm_aad_fill(struct aead_gcm_aad *aad, rte_be32_t spi, rte_be64_t sqn, in aead_gcm_aad_fill()
H A Desp_inb.c177 struct aead_gcm_aad *aad; in inb_pkt_xprepare()
188 aad = (struct aead_gcm_aad *)(icv->va + sa->icv_len); in inb_pkt_xprepare()
H A Desp_outb.c199 struct aead_gcm_aad *aad; in outb_pkt_xprepare()
212 aad = (struct aead_gcm_aad *)(icv->va + sa->icv_len); in outb_pkt_xprepare()
H A Dsa.c370 sa->aad_len = sizeof(struct aead_gcm_aad); in esp_sa_init()