DPDK
20.05.0
|
#include <rte_crypto_sym.h>
Data Fields | |
struct rte_crypto_sgl * | sgl |
void ** | iv |
void ** | aad |
void ** | digest |
int32_t * | status |
uint32_t | num |
Synchronous operation descriptor. Supposed to be used with CPU crypto API call.
Definition at line 57 of file rte_crypto_sym.h.
struct rte_crypto_sgl* sgl |
array of SGL vectors
Definition at line 59 of file rte_crypto_sym.h.
void** iv |
array of pointers to IV
Definition at line 61 of file rte_crypto_sym.h.
void** aad |
array of pointers to AAD
Definition at line 63 of file rte_crypto_sym.h.
void** digest |
array of pointers to digest
Definition at line 65 of file rte_crypto_sym.h.
int32_t* status |
array of statuses for each operation:
Definition at line 71 of file rte_crypto_sym.h.
uint32_t num |
number of operations to perform
Definition at line 73 of file rte_crypto_sym.h.