FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
vnet_crypto_async_frame_elt_t Struct Reference

Data Fields

u8iv
 
union {
   u8 *   digest
 
   u8 *   tag
 
}; 
 
u8aad
 
u32 key_index
 
u32 crypto_total_length
 
i16 crypto_start_offset
 
i16 integ_start_offset
 
u16 integ_length_adj
 
vnet_crypto_op_status_t status: 8
 
u8 flags
 share same VNET_CRYPTO_OP_FLAG_* values More...
 

Detailed Description

Definition at line 326 of file crypto.h.

Field Documentation

◆ @240

union { ... }

◆ aad

u8* vnet_crypto_async_frame_elt_t::aad

Definition at line 334 of file crypto.h.

◆ crypto_start_offset

i16 vnet_crypto_async_frame_elt_t::crypto_start_offset

Definition at line 337 of file crypto.h.

◆ crypto_total_length

u32 vnet_crypto_async_frame_elt_t::crypto_total_length

Definition at line 336 of file crypto.h.

◆ digest

u8* vnet_crypto_async_frame_elt_t::digest

Definition at line 331 of file crypto.h.

◆ flags

u8 vnet_crypto_async_frame_elt_t::flags

share same VNET_CRYPTO_OP_FLAG_* values

Definition at line 342 of file crypto.h.

◆ integ_length_adj

u16 vnet_crypto_async_frame_elt_t::integ_length_adj

Definition at line 340 of file crypto.h.

◆ integ_start_offset

i16 vnet_crypto_async_frame_elt_t::integ_start_offset

Definition at line 338 of file crypto.h.

◆ iv

u8* vnet_crypto_async_frame_elt_t::iv

Definition at line 328 of file crypto.h.

◆ key_index

u32 vnet_crypto_async_frame_elt_t::key_index

Definition at line 335 of file crypto.h.

◆ status

vnet_crypto_op_status_t vnet_crypto_async_frame_elt_t::status

Definition at line 341 of file crypto.h.

◆ tag

u8* vnet_crypto_async_frame_elt_t::tag

Definition at line 332 of file crypto.h.


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