FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
aead_crypto_context_t Struct Reference
+ Collaboration diagram for aead_crypto_context_t:

Data Fields

ptls_aead_context_t super
 
EVP_CIPHER_CTX * evp_ctx
 
uint8_t static_iv [PTLS_MAX_IV_SIZE]
 
vnet_crypto_op_t op
 
crypto_key_t key
 
vnet_crypto_op_id_t id
 
uint8_t iv [PTLS_MAX_IV_SIZE]
 

Detailed Description

Definition at line 45 of file quic_crypto.c.

Field Documentation

◆ evp_ctx

EVP_CIPHER_CTX* aead_crypto_context_t::evp_ctx

Definition at line 48 of file quic_crypto.c.

◆ id

vnet_crypto_op_id_t aead_crypto_context_t::id

Definition at line 53 of file quic_crypto.c.

◆ iv

uint8_t aead_crypto_context_t::iv[PTLS_MAX_IV_SIZE]

Definition at line 54 of file quic_crypto.c.

◆ key

crypto_key_t aead_crypto_context_t::key

Definition at line 51 of file quic_crypto.c.

◆ op

vnet_crypto_op_t aead_crypto_context_t::op

Definition at line 50 of file quic_crypto.c.

◆ static_iv

uint8_t aead_crypto_context_t::static_iv[PTLS_MAX_IV_SIZE]

Definition at line 49 of file quic_crypto.c.

◆ super

ptls_aead_context_t aead_crypto_context_t::super

Definition at line 47 of file quic_crypto.c.


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