FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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... | |
Definition at line 193 of file application_interface.h.
u32 crypto_ctx_::ckpair_index |
certificate & key
Definition at line 197 of file application_interface.h.
u8 crypto_ctx_::crypto_engine |
Definition at line 198 of file application_interface.h.
u32 crypto_ctx_::ctx_index |
index in crypto context pool
Definition at line 195 of file application_interface.h.
void* crypto_ctx_::data |
protocol specific data
Definition at line 199 of file application_interface.h.
u32 crypto_ctx_::n_subscribers |
refcount of sessions using said context
Definition at line 196 of file application_interface.h.