BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Data Fields | |
bool | is_success |
Boolean indicating true when successful. | |
BSL_Data_t | allocation |
Pre-allocated memory pool, lifetimes of all results and parameters are tied to this. | |
const BSL_SecOper_t * | sec_oper |
Non-NULL pointer to Security Operation that provided the input. | |
BSLB_SecParamList_t | param_list |
List of security parameters with metadata for receiver. Must be encoded into the BTSD. | |
BSLB_SecResultList_t | result_list |
List of security results with metadata for receiver. Must be encoded into BTSD. | |
Definition at line 42 of file SecOutcome.h.
BSL_Data_t BSL_SecOutcome_s::allocation |
Pre-allocated memory pool, lifetimes of all results and parameters are tied to this.
Definition at line 48 of file SecOutcome.h.
Referenced by BSL_SecOutcome_Deinit(), BSL_SecOutcome_Init(), and BSL_SecOutcome_IsConsistent().
bool BSL_SecOutcome_s::is_success |
Boolean indicating true when successful.
Definition at line 45 of file SecOutcome.h.
Referenced by BSL_SecOutcome_Init(), and BSL_SecOutcome_IsConsistent().
BSLB_SecParamList_t BSL_SecOutcome_s::param_list |
List of security parameters with metadata for receiver. Must be encoded into the BTSD.
Definition at line 54 of file SecOutcome.h.
Referenced by BSL_SecOutcome_AppendParam(), BSL_SecOutcome_CountParams(), BSL_SecOutcome_Deinit(), BSL_SecOutcome_Init(), and BSL_SecOutcome_IsConsistent().
BSLB_SecResultList_t BSL_SecOutcome_s::result_list |
List of security results with metadata for receiver. Must be encoded into BTSD.
Definition at line 57 of file SecOutcome.h.
Referenced by BSL_SecOutcome_AppendResult(), BSL_SecOutcome_CountResults(), BSL_SecOutcome_Deinit(), BSL_SecOutcome_GetResultAtIndex(), BSL_SecOutcome_Init(), BSL_SecOutcome_IsConsistent(), and BSL_SecOutcome_IsInAbsSecBlock().
const BSL_SecOper_t* BSL_SecOutcome_s::sec_oper |
Non-NULL pointer to Security Operation that provided the input.
Definition at line 51 of file SecOutcome.h.
Referenced by BSL_SecOutcome_Init(), and BSL_SecOutcome_IsConsistent().