FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
cryptodev_op_t Struct Reference
+ Collaboration diagram for cryptodev_op_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

struct rte_crypto_op op
 
struct rte_crypto_sym_op sop
 
u8 iv [16]
 
u8 aad [16]
 
vnet_crypto_async_frame_tframe
 
u32 n_elts
 

Detailed Description

Definition at line 85 of file cryptodev.c.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

cryptodev_op_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ aad

u8 cryptodev_op_t::aad[16]

Definition at line 91 of file cryptodev.c.

◆ frame

vnet_crypto_async_frame_t* cryptodev_op_t::frame

Definition at line 92 of file cryptodev.c.

◆ iv

u8 cryptodev_op_t::iv[16]

Definition at line 90 of file cryptodev.c.

◆ n_elts

u32 cryptodev_op_t::n_elts

Definition at line 93 of file cryptodev.c.

◆ op

struct rte_crypto_op cryptodev_op_t::op

Definition at line 88 of file cryptodev.c.

◆ sop

struct rte_crypto_sym_op cryptodev_op_t::sop

Definition at line 89 of file cryptodev.c.


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