| 
    DPDK
    19.08.0-rc0
    
   | 
 
#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 959 of file rte_cryptodev.h.
| uint64_t opaque_data | 
Can be used for external metadata
Definition at line 960 of file rte_cryptodev.h.
| uint16_t nb_drivers | 
number of elements in sess_data array
Definition at line 962 of file rte_cryptodev.h.
| uint16_t user_data_sz | 
session user data will be placed after sess_data
Definition at line 964 of file rte_cryptodev.h.
| __extension__ { ... } sess_data[0] | 
Driver specific session material, variable size
 1.8.15