BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_SecCtxDesc_s Struct Reference

Security Context descriptor (interface) More...

#include <BPSecLib_Private.h>

+ Collaboration diagram for BSL_SecCtxDesc_s:

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.
 

Detailed Description

Security Context descriptor (interface)

Definition at line 1159 of file BPSecLib_Private.h.

Field Documentation

◆ execute

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().

◆ user_data

void* BSL_SecCtxDesc_s::user_data

User data pointer for callbacks.

Definition at line 1162 of file BPSecLib_Private.h.

◆ validate

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().


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