|
BSL v1.1.1 - 50.g42e5d9b
AMMOS Bundle Protocol Security Library (BSL)
|
Header for the implementation of the COSE context [17]. More...
Include dependency graph for AadScope.h:
This graph shows which files directly or indirectly include this file:Functions | |
| int | BSLX_CoseSc_AadScope_Encode (QCBOREncodeContext *enc, const BSLX_CoseSc_AadScope_t *scope) |
| Matches BSL_CBOR_Encode_f signature. | |
| int | BSLX_CoseSc_AadScope_Decode (QCBORDecodeContext *dec, BSLX_CoseSc_AadScope_t *scope) |
| Matches BSL_CBOR_Decode_f signature. | |
Header for the implementation of the COSE context [17].
| int BSLX_CoseSc_AadScope_Decode | ( | QCBORDecodeContext * | dec, |
| BSLX_CoseSc_AadScope_t * | scope | ||
| ) |
Matches BSL_CBOR_Decode_f signature.
References BSL_LOG_ERR, and BSL_SUCCESS.
Referenced by BSLX_CoseSc_GetAndValidateAadScope(), and BSLX_CoseSc_GetOptions().
| int BSLX_CoseSc_AadScope_Encode | ( | QCBOREncodeContext * | enc, |
| const BSLX_CoseSc_AadScope_t * | scope | ||
| ) |
Matches BSL_CBOR_Encode_f signature.
References BSL_SUCCESS.
Referenced by BSLX_CoseSc_AddAadScope(), BSLX_CoseSc_ExternalAad_Chunked(), and BSLX_CoseSc_SetAadScope().