|
BSL v1.0.0 - 4.g1b6a605
AMMOS Bundle Protocol Security Library (BSL)
|
Represents the output following execution of a security operation. More...
Collaboration diagram for BSL_SecOutcome_t: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. | |
Represents the output following execution of a security operation.