|
DPDK
16.04.0
|
#include <rte_cryptodev.h>
Public Member Functions | |
| struct { | |
| uint8_t dev_id | |
| struct rte_mempool * mp | |
| } | __rte_aligned (8) |
Data Fields | |
| char | _private [0] |
Cryptodev symmetric crypto session
Definition at line 835 of file rte_cryptodev.h.
| struct rte_cryptodev_sym_session::@39 __rte_aligned | ( | 8 | ) |
Public symmetric session details
| uint8_t dev_id |
Device Id
Definition at line 838 of file rte_cryptodev.h.
| struct rte_mempool* mp |
Crypto Device type session created on Mempool session allocated from
Definition at line 841 of file rte_cryptodev.h.
| char _private[0] |
Private session material
Definition at line 847 of file rte_cryptodev.h.
1.8.1.2