26#ifndef BSLB_SECACTIONSET_H_
27#define BSLB_SECACTIONSET_H_
33#define BSL_SECURITYACTIONSET_MAX_OPS (10)
Single entry-point include file for all of the BPSec Lib (BSL) frontend API.
Defines a security operation.
Contains the populated security operations for this bundle.
uint64_t new_block_ids[BSL_SECURITYACTIONSET_MAX_OPS]
Array for IDs of blocks to be created.
uint64_t new_block_types[BSL_SECURITYACTIONSET_MAX_OPS]
Array for block type codes of blocks to be created.
size_t arrays_capacity
Capacity of sec_operations.
BSL_SecOper_t sec_operations[BSL_SECURITYACTIONSET_MAX_OPS]
Fixed array of security operations (for simpler mem management)
size_t sec_operations_count
Count of sec_operations.
int err_code
General error code.