FD.io VPP  v21.01-8-g9330de53e
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 91 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 97 of file cryptodev.c.

◆ frame

vnet_crypto_async_frame_t* cryptodev_op_t::frame

Definition at line 98 of file cryptodev.c.

◆ iv

u8 cryptodev_op_t::iv[16]

Definition at line 96 of file cryptodev.c.

◆ n_elts

u32 cryptodev_op_t::n_elts

Definition at line 99 of file cryptodev.c.

◆ op

struct rte_crypto_op cryptodev_op_t::op

Definition at line 94 of file cryptodev.c.

◆ sop

struct rte_crypto_sym_op cryptodev_op_t::sop

Definition at line 95 of file cryptodev.c.


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