|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
Represents the output following execution of a security operation. More...
#include <SecOutcome.h>
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.
| BSL_Data_t BSL_SecOutcome_t::allocation |
Pre-allocated memory pool, lifetimes of all results and parameters are tied to this.
| bool BSL_SecOutcome_t::is_success |
Boolean indicating true when successful.
| BSLB_SecParamList_t BSL_SecOutcome_t::param_list |
List of security parameters with metadata for receiver. Must be encoded into the BTSD.
| BSLB_SecResultList_t BSL_SecOutcome_t::result_list |
List of security results with metadata for receiver. Must be encoded into BTSD.
| const BSL_SecOper_t* BSL_SecOutcome_t::sec_oper |
Non-NULL pointer to Security Operation that provided the input.