BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_AbsSecBlock_t Struct Reference

Represents the Abstract Security Block as defined in RFC9172. More...

#include <AbsSecBlock.h>

+ Collaboration diagram for BSL_AbsSecBlock_t:

Data Fields

uint64_list_t targets
 List of target block ids.
 
int64_t sec_context_id
 Security context id.
 
BSL_HostEID_t source_eid
 Source EID native representation, BSL host must take care of encoding/decoding.
 
BSLB_SecParamList_t params
 List of pointers to security parameters.
 
BSLB_SecResultList_t results
 List of pointers to security results.
 

Detailed Description

Represents the Abstract Security Block as defined in RFC9172.

Forward declaration of this struct.

Field Documentation

◆ params

BSLB_SecParamList_t BSL_AbsSecBlock_t::params

List of pointers to security parameters.

◆ results

BSLB_SecResultList_t BSL_AbsSecBlock_t::results

List of pointers to security results.

◆ sec_context_id

int64_t BSL_AbsSecBlock_t::sec_context_id

Security context id.

◆ source_eid

BSL_HostEID_t BSL_AbsSecBlock_t::source_eid

Source EID native representation, BSL host must take care of encoding/decoding.

◆ targets

uint64_list_t BSL_AbsSecBlock_t::targets

List of target block ids.


The documentation for this struct was generated from the following file: