DPDK  16.11.11
Public Member Functions | Data Fields
rte_cryptodev_sym_session Struct Reference

#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]
 

Detailed Description

Cryptodev symmetric crypto session

Examples:
l2fwd-crypto/main.c.

Definition at line 764 of file rte_cryptodev.h.

Member Function Documentation

RTE_STD_C11 struct rte_cryptodev_sym_session::@39 __rte_aligned ( )

Public symmetric session details

Field Documentation

uint8_t dev_id

Device Id

Definition at line 767 of file rte_cryptodev.h.

struct rte_mempool* mp

Crypto Device type session created on Mempool session allocated from

Definition at line 771 of file rte_cryptodev.h.

__extension__ char _private[0]

Private session material

Definition at line 776 of file rte_cryptodev.h.


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