FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
openssl_event_ Struct Reference
+ Collaboration diagram for openssl_event_:

Data Fields

int status
 
u32 event_index
 
u8 thread_index
 
u32 ctx_index
 
openssl_resume_handlerhandler
 
openssl_tls_callback_t engine_callback
 
openssl_tls_callback_arg_t cb_args
 
int next
 

Detailed Description

Definition at line 37 of file tls_async.c.

Field Documentation

◆ cb_args

openssl_tls_callback_arg_t openssl_event_::cb_args

Definition at line 46 of file tls_async.c.

◆ ctx_index

u32 openssl_event_::ctx_index

Definition at line 42 of file tls_async.c.

◆ engine_callback

openssl_tls_callback_t openssl_event_::engine_callback

Definition at line 45 of file tls_async.c.

◆ event_index

u32 openssl_event_::event_index

Definition at line 40 of file tls_async.c.

◆ handler

openssl_resume_handler* openssl_event_::handler

Definition at line 44 of file tls_async.c.

◆ next

int openssl_event_::next

Definition at line 48 of file tls_async.c.

◆ status

int openssl_event_::status

Definition at line 39 of file tls_async.c.

◆ thread_index

u8 openssl_event_::thread_index

Definition at line 41 of file tls_async.c.


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