26#ifndef BSLB_SECURITYRESULTSET_H_
27#define BSLB_SECURITYRESULTSET_H_
31#define BSL_SECURITYRESPONSESET_ARRAYLEN (10)
32#define BSL_SECURITYRESPONSESET_STRLEN (256)
40 int results[BSL_SECURITYRESPONSESET_ARRAYLEN];
41 char err_msg[BSL_SECURITYRESPONSESET_STRLEN];
43 size_t total_operations;
Single entry-point include file for all of the BPSec Lib (BSL) frontend API.
Contains the results and outcomes after performing the security operations.
int results[BSL_SECURITYRESPONSESET_ARRAYLEN]
This maps to the sec_operations in BSL_SecurityActionSet, and contains the result code of that securi...