BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Security Context descriptor (interface) More...
#include <BPSecLib_Private.h>
Data Fields | |
void * | user_data |
User data pointer for callbacks. | |
BSL_SecCtx_Validate_f | validate |
Callback to validate a sec op within a given bundle. | |
BSL_SecCtx_Execute_f | execute |
Callback to execute a sec op within a given bundle. | |
Security Context descriptor (interface)
Definition at line 1159 of file BPSecLib_Private.h.
BSL_SecCtx_Execute_f BSL_SecCtxDesc_s::execute |
Callback to execute a sec op within a given bundle.
Definition at line 1166 of file BPSecLib_Private.h.
Referenced by BSL_API_RegisterSecurityContext(), and BSL_SecCtx_ExecutePolicyActionSet().
void* BSL_SecCtxDesc_s::user_data |
User data pointer for callbacks.
Definition at line 1162 of file BPSecLib_Private.h.
BSL_SecCtx_Validate_f BSL_SecCtxDesc_s::validate |
Callback to validate a sec op within a given bundle.
Definition at line 1164 of file BPSecLib_Private.h.
Referenced by BSL_API_RegisterSecurityContext().