Lines Matching defs:spi
37 uint32_t spi;
67 uint32_t spi;
107 uint32_t spi;
169 * spi and sqn should already be converted into network byte order.
173 aead_gcm_aad_fill(struct aead_gcm_aad *aad, rte_be32_t spi, rte_be64_t sqn,
176 aad->spi = spi;
188 * spi and sqn should already be converted into network byte order.
192 aead_ccm_aad_fill(struct aead_ccm_aad *aad, rte_be32_t spi, rte_be64_t sqn,
195 aad->spi = spi;
215 * spi and sqn should already be converted into network byte order.
220 rte_be32_t spi, rte_be64_t sqn,
223 aad->spi = spi;