FD.io VPP
v20.09-64-g4f7b92f0a
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 183 of file application_interface.h.
u32 crypto_ctx_::ckpair_index |
certificate & key
Definition at line 187 of file application_interface.h.
u8 crypto_ctx_::crypto_engine |
Definition at line 188 of file application_interface.h.
u32 crypto_ctx_::ctx_index |
index in crypto context pool
Definition at line 185 of file application_interface.h.
void* crypto_ctx_::data |
protocol specific data
Definition at line 189 of file application_interface.h.
u32 crypto_ctx_::n_subscribers |
refcount of sessions using said context
Definition at line 186 of file application_interface.h.