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

Data Fields

ptls_aead_context_t super
 
vnet_crypto_op_t op
 
vnet_crypto_op_chunk_t chunks [2]
 
vnet_crypto_alg_t alg
 
u32 key_index
 
u32 chunk_index
 

Detailed Description

Definition at line 35 of file pico_vpp_crypto.c.

Field Documentation

◆ alg

vnet_crypto_alg_t vpp_aead_context_t::alg

Definition at line 40 of file pico_vpp_crypto.c.

◆ chunk_index

u32 vpp_aead_context_t::chunk_index

Definition at line 42 of file pico_vpp_crypto.c.

◆ chunks

vnet_crypto_op_chunk_t vpp_aead_context_t::chunks[2]

Definition at line 39 of file pico_vpp_crypto.c.

◆ key_index

u32 vpp_aead_context_t::key_index

Definition at line 41 of file pico_vpp_crypto.c.

◆ op

vnet_crypto_op_t vpp_aead_context_t::op

Definition at line 38 of file pico_vpp_crypto.c.

◆ super

ptls_aead_context_t vpp_aead_context_t::super

Definition at line 37 of file pico_vpp_crypto.c.


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