FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vnet_crypto_main_t Struct Reference
+ Collaboration diagram for vnet_crypto_main_t:

Data Fields

vnet_crypto_alg_data_talgs
 
vnet_crypto_thread_tthreads
 
vnet_crypto_ops_handler_t ** ops_handlers
 
vnet_crypto_op_data_t opt_data [VNET_CRYPTO_N_OP_IDS]
 
vnet_crypto_engine_tengines
 
vnet_crypto_key_tkeys
 
uwordengine_index_by_name
 
uwordalg_index_by_name
 

Detailed Description

Definition at line 186 of file crypto.h.

Field Documentation

◆ alg_index_by_name

uword* vnet_crypto_main_t::alg_index_by_name

Definition at line 195 of file crypto.h.

◆ algs

vnet_crypto_alg_data_t* vnet_crypto_main_t::algs

Definition at line 188 of file crypto.h.

◆ engine_index_by_name

uword* vnet_crypto_main_t::engine_index_by_name

Definition at line 194 of file crypto.h.

◆ engines

vnet_crypto_engine_t* vnet_crypto_main_t::engines

Definition at line 192 of file crypto.h.

◆ keys

vnet_crypto_key_t* vnet_crypto_main_t::keys

Definition at line 193 of file crypto.h.

◆ ops_handlers

vnet_crypto_ops_handler_t** vnet_crypto_main_t::ops_handlers

Definition at line 190 of file crypto.h.

◆ opt_data

vnet_crypto_op_data_t vnet_crypto_main_t::opt_data[VNET_CRYPTO_N_OP_IDS]

Definition at line 191 of file crypto.h.

◆ threads

vnet_crypto_thread_t* vnet_crypto_main_t::threads

Definition at line 189 of file crypto.h.


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