FD.io VPP  v21.06
Vector Packet Processing
crypto_ctx_ Struct Reference

Data Fields

u32 ctx_index
 index in crypto context pool More...
 
u32 n_subscribers
 refcount of sessions using said context More...
 
u32 ckpair_index
 certificate & key More...
 
u8 crypto_engine
 
void * data
 protocol specific data More...
 

Detailed Description

Definition at line 193 of file application_interface.h.

Field Documentation

◆ ckpair_index

u32 crypto_ctx_::ckpair_index

certificate & key

Definition at line 197 of file application_interface.h.

◆ crypto_engine

u8 crypto_ctx_::crypto_engine

Definition at line 198 of file application_interface.h.

◆ ctx_index

u32 crypto_ctx_::ctx_index

index in crypto context pool

Definition at line 195 of file application_interface.h.

◆ data

void* crypto_ctx_::data

protocol specific data

Definition at line 199 of file application_interface.h.

◆ n_subscribers

u32 crypto_ctx_::n_subscribers

refcount of sessions using said context

Definition at line 196 of file application_interface.h.


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