BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Contains the results and outcomes after performing the security operations. More...
#include <SecurityResultSet.h>
Data Fields | |
int | results [BSL_SECURITYRESPONSESET_ARRAYLEN] |
This maps to the sec_operations in BSL_SecurityActionSet, and contains the result code of that security operation. | |
char | err_msg [BSL_SECURITYRESPONSESET_STRLEN] |
int | err_code |
size_t | total_operations |
size_t | failure_count |
Contains the results and outcomes after performing the security operations.
Definition at line 36 of file SecurityResultSet.h.
int BSL_SecurityResponseSet_s::err_code |
Definition at line 42 of file SecurityResultSet.h.
char BSL_SecurityResponseSet_s::err_msg[BSL_SECURITYRESPONSESET_STRLEN] |
Definition at line 41 of file SecurityResultSet.h.
size_t BSL_SecurityResponseSet_s::failure_count |
Definition at line 44 of file SecurityResultSet.h.
int BSL_SecurityResponseSet_s::results[BSL_SECURITYRESPONSESET_ARRAYLEN] |
This maps to the sec_operations in BSL_SecurityActionSet, and contains the result code of that security operation.
Definition at line 40 of file SecurityResultSet.h.
Referenced by BSL_API_ApplySecurity(), and BSL_SecCtx_ExecutePolicyActionSet().
size_t BSL_SecurityResponseSet_s::total_operations |
Definition at line 43 of file SecurityResultSet.h.