FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vnet_crypto_engine_t Struct Reference

Data Fields

char * name
 
char * desc
 
int priority
 
vnet_crypto_key_handler_tkey_op_handler
 
vnet_crypto_ops_handler_tops_handlers [VNET_CRYPTO_N_OP_IDS]
 
vnet_crypto_chained_ops_handler_tchained_ops_handlers [VNET_CRYPTO_N_OP_IDS]
 
vnet_crypto_frame_enqueue_tenqueue_handlers [VNET_CRYPTO_ASYNC_OP_N_IDS]
 
vnet_crypto_frame_dequeue_tdequeue_handlers [VNET_CRYPTO_ASYNC_OP_N_IDS]
 

Detailed Description

Definition at line 393 of file crypto.h.

Field Documentation

◆ chained_ops_handlers

vnet_crypto_chained_ops_handler_t* vnet_crypto_engine_t::chained_ops_handlers[VNET_CRYPTO_N_OP_IDS]

Definition at line 401 of file crypto.h.

◆ dequeue_handlers

vnet_crypto_frame_dequeue_t* vnet_crypto_engine_t::dequeue_handlers[VNET_CRYPTO_ASYNC_OP_N_IDS]

Definition at line 403 of file crypto.h.

◆ desc

char* vnet_crypto_engine_t::desc

Definition at line 396 of file crypto.h.

◆ enqueue_handlers

vnet_crypto_frame_enqueue_t* vnet_crypto_engine_t::enqueue_handlers[VNET_CRYPTO_ASYNC_OP_N_IDS]

Definition at line 402 of file crypto.h.

◆ key_op_handler

vnet_crypto_key_handler_t* vnet_crypto_engine_t::key_op_handler

Definition at line 398 of file crypto.h.

◆ name

char* vnet_crypto_engine_t::name

Definition at line 395 of file crypto.h.

◆ ops_handlers

vnet_crypto_ops_handler_t* vnet_crypto_engine_t::ops_handlers[VNET_CRYPTO_N_OP_IDS]

Definition at line 399 of file crypto.h.

◆ priority

int vnet_crypto_engine_t::priority

Definition at line 397 of file crypto.h.


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