Searched refs:aead_gcm_iv (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/ipsec/ |
| H A D | crypto.h | 60 struct aead_gcm_iv { struct 145 aead_gcm_iv_fill(struct aead_gcm_iv *gcm, uint64_t iv, uint32_t salt) in aead_gcm_iv_fill()
|
| H A D | esp_inb.c | 64 struct aead_gcm_iv *gcm; in inb_cop_prepare() 83 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in inb_cop_prepare() 117 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in inb_cop_prepare() 139 struct aead_gcm_iv *gcm; in inb_cpu_crypto_prepare() 153 gcm = (struct aead_gcm_iv *)iv; in inb_cpu_crypto_prepare()
|
| H A D | esp_outb.c | 65 struct aead_gcm_iv *gcm; in outb_cop_prepare() 90 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in outb_cop_prepare() 99 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in outb_cop_prepare() 497 struct aead_gcm_iv *gcm; in outb_cpu_crypto_prepare()
|