BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Header for the implementation of an example default security context (RFC 9173). More...
Go to the source code of 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) |
Header for the implementation of an example default security context (RFC 9173).
Definition in file DefaultSecContext.h.
#define BSLX_MAX_AES_PAD (64) |
Definition at line 35 of file DefaultSecContext.h.
#define BSLX_MAX_KEYLEN (2048) |
Definition at line 34 of file DefaultSecContext.h.
int BSLX_BCB_Execute | ( | BSL_LibCtx_t * | lib, |
const BSL_BundleRef_t * | bundle, | ||
const BSL_SecOper_t * | sec_oper, | ||
BSL_SecOutcome_t * | sec_outcome | ||
) |
Definition at line 593 of file BCB_AES_GCM.c.
bool BSLX_BCB_Validate | ( | BSL_LibCtx_t * | lib, |
const BSL_BundleRef_t * | bundle, | ||
const BSL_SecOper_t * | sec_oper | ||
) |
Definition at line 54 of file BIB_HMAC_SHA2.c.
int BSLX_BIB_Execute | ( | BSL_LibCtx_t * | lib, |
const BSL_BundleRef_t * | bundle, | ||
const BSL_SecOper_t * | sec_oper, | ||
BSL_SecOutcome_t * | sec_outcome | ||
) |
Definition at line 292 of file BIB_HMAC_SHA2.c.
bool BSLX_BIB_Validate | ( | BSL_LibCtx_t * | lib, |
const BSL_BundleRef_t * | bundle, | ||
const BSL_SecOper_t * | sec_oper | ||
) |
Definition at line 42 of file BIB_HMAC_SHA2.c.