DPDK  18.05.1
Data Fields
rte_cryptodev_sym_session Struct Reference

#include <rte_cryptodev.h>

Data Fields

__extension__ void * sess_private_data [0]

Detailed Description

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.

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 903 of file rte_cryptodev.h.

Field Documentation

__extension__ void* sess_private_data[0]

Private session material

Definition at line 905 of file rte_cryptodev.h.


The documentation for this struct was generated from the following file: