FD.io VPP
v20.01-48-g3e0dafb74
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 179 of file application_interface.h.
u32 crypto_ctx_::ckpair_index |
certificate & key
Definition at line 183 of file application_interface.h.
u8 crypto_ctx_::crypto_engine |
Definition at line 184 of file application_interface.h.
u32 crypto_ctx_::ctx_index |
index in crypto context pool
Definition at line 181 of file application_interface.h.
void* crypto_ctx_::data |
protocol specific data
Definition at line 185 of file application_interface.h.
u32 crypto_ctx_::n_subscribers |
refcount of sessions using said context
Definition at line 182 of file application_interface.h.