BSL v0.0.0 - 0.geda3e66
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
DefaultSecContext.h File Reference

Header for the implementation of an example default security context (RFC 9173). More...

#include <BPSecLib_Private.h>
#include <BPSecLib_Public.h>
+ Include dependency graph for DefaultSecContext.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define BSLX_MAX_KEYLEN   (2048)
 
#define BSLX_MAX_AES_PAD   (64)
 

Functions

int BSLX_BCB_Execute (BSL_LibCtx_t *lib, const BSL_BundleRef_t *bundle, const BSL_SecOper_t *sec_oper, BSL_SecOutcome_t *sec_outcome)
 
int BSLX_BIB_Execute (BSL_LibCtx_t *lib, const BSL_BundleRef_t *bundle, const BSL_SecOper_t *sec_oper, BSL_SecOutcome_t *sec_outcome)
 
bool BSLX_BIB_Validate (BSL_LibCtx_t *lib, const BSL_BundleRef_t *bundle, const BSL_SecOper_t *sec_oper)
 
bool BSLX_BCB_Validate (BSL_LibCtx_t *lib, const BSL_BundleRef_t *bundle, const BSL_SecOper_t *sec_oper)
 

Detailed Description

Header for the implementation of an example default security context (RFC 9173).