69#ifndef BSLB_SECRESULT_H_
70#define BSLB_SECRESULT_H_
90 uint8_t
_bytes[BSL_DEFAULT_BYTESTR_LEN + 1];
Single entry-point include file for all of the BPSec Lib (BSL) frontend API.
uint8_t _bytes[BSL_DEFAULT_BYTESTR_LEN+1]
Result as byte array, up to a given maximum.
uint64_t target_block_num
Target block id, put in here for convenience.
uint64_t result_id
Result ID, which is context depdendent, based on security context.
size_t _bytelen
Length of data (in bytes) of the contained bytestring. Always less than BSL_DEFAULT_BYTESTR_LEN.
uint64_t context_id
Context ID, put in here for convenience.