DPDK
20.05.0
|
#include <rte_cryptodev.h>
Data Fields | |
uint64_t | opaque_data |
uint16_t | nb_drivers |
uint16_t | user_data_sz |
struct { | |
} | sess_data [0] |
Cryptodev symmetric crypto session Each session is derived from a fixed xform chain. Therefore each session has a fixed algo, key, op-type, digest_len etc.
Definition at line 1016 of file rte_cryptodev.h.
uint64_t opaque_data |
Can be used for external metadata
Definition at line 1017 of file rte_cryptodev.h.
uint16_t nb_drivers |
number of elements in sess_data array
Definition at line 1019 of file rte_cryptodev.h.
uint16_t user_data_sz |
session user data will be placed after sess_data
Definition at line 1021 of file rte_cryptodev.h.
__extension__ { ... } sess_data[0] |
Driver specific session material, variable size