DPDK
20.05.0
|
#include <rte_crypto_sym.h>
Data Fields | |
struct rte_crypto_vec * | vec |
uint32_t | num |
Crypto scatter-gather list descriptor. Consists of a pointer to an array of Crypto IO vectors with its size.
Definition at line 46 of file rte_crypto_sym.h.
struct rte_crypto_vec* vec |
start of an array of vectors
Definition at line 48 of file rte_crypto_sym.h.
uint32_t num |
size of an array of vectors
Definition at line 50 of file rte_crypto_sym.h.