58#ifndef BSLB_SECPARAM_H_
59#define BSLB_SECPARAM_H_
79 uint8_t
_bytes[BSL_DEFAULT_BYTESTR_LEN + 1];
Single entry-point include file for all of the BPSec Lib (BSL) frontend API.
BSL_SecParam_Types_e
Security parameters defined in RFC9172 may be unsigned integers or bytestrings.
uint8_t _bytes[BSL_DEFAULT_BYTESTR_LEN+1]
Private. When a bytestring, this field is set, with the _bytelen set accordingly.
enum BSL_SecParam_Types_e _type
Private. Indicates whether this is an integer or bytestring.
uint64_t param_id
Parameter ID.
uint64_t _uint_value
Private. When an integer, this field is populated with the correct value.