DPDK
17.05.2
|
#include <rte_cryptodev.h>
Public Member Functions | |
struct { | |
uint8_t dev_id | |
struct rte_mempool * mp | |
} | __rte_aligned (8) |
Data Fields | |
__extension__ char | _private [0] |
Cryptodev symmetric crypto session
Definition at line 869 of file rte_cryptodev.h.
RTE_STD_C11 struct rte_cryptodev_sym_session::@36 __rte_aligned | ( | 8 | ) |
Public symmetric session details
uint8_t dev_id |
Device Id
Definition at line 873 of file rte_cryptodev.h.
struct rte_mempool* mp |
Crypto Device type session created on Mempool session allocated from
Definition at line 876 of file rte_cryptodev.h.
__extension__ char _private[0] |
Private session material
Definition at line 882 of file rte_cryptodev.h.