|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
#include <DefaultSecContext_Private.h>
Collaboration diagram for BSLX_BIB_t:Data Fields | |
| const BSL_BundleRef_t * | bundle |
| Bundle context associated with this operation. | |
| const char * | key_id |
| set to external pointer which will outlive the BIB context | |
| BSL_PrimaryBlock_t | primary_block |
| BSL_CanonicalBlock_t | target_block |
| BSL_CanonicalBlock_t | sec_block |
| int64_t | integrity_scope_flags |
| int64_t | sha_variant |
| uint64_t | hash_size |
| uint64_t | sha_variant_uint |
| int64_t | _crypto_sha_variant |
| BSL_Data_t | wrapped_key |
| int64_t | keywrap |
| uint64_t | hmac_result_id |
| BSL_Data_t | hmac_result_val |
| bool | is_source |
| int64_t BSLX_BIB_t::_crypto_sha_variant |
| const BSL_BundleRef_t* BSLX_BIB_t::bundle |
Bundle context associated with this operation.
Referenced by BSLX_BIB_GenIPPT(), and BSLX_BIB_InitFromSecOper().
| uint64_t BSLX_BIB_t::hash_size |
Referenced by BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().
| uint64_t BSLX_BIB_t::hmac_result_id |
| BSL_Data_t BSLX_BIB_t::hmac_result_val |
Referenced by BSLX_BIB_Deinit(), BSLX_BIB_Execute(), and BSLX_BIB_GenHMAC().
| int64_t BSLX_BIB_t::integrity_scope_flags |
Referenced by BSLX_BIB_GenIPPT(), and BSLX_BIB_InitFromSecOper().
| bool BSLX_BIB_t::is_source |
Referenced by BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().
| const char* BSLX_BIB_t::key_id |
set to external pointer which will outlive the BIB context
Referenced by BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().
| int64_t BSLX_BIB_t::keywrap |
Referenced by BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().
| BSL_PrimaryBlock_t BSLX_BIB_t::primary_block |
Referenced by BSLX_BIB_Deinit(), BSLX_BIB_Execute(), and BSLX_BIB_GenIPPT().
| BSL_CanonicalBlock_t BSLX_BIB_t::sec_block |
Referenced by BSLX_BIB_Execute(), and BSLX_BIB_GenIPPT().
| int64_t BSLX_BIB_t::sha_variant |
Referenced by BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().
| uint64_t BSLX_BIB_t::sha_variant_uint |
| BSL_CanonicalBlock_t BSLX_BIB_t::target_block |
Referenced by BSLX_BIB_Execute(), and BSLX_BIB_GenIPPT().
| BSL_Data_t BSLX_BIB_t::wrapped_key |
Referenced by BSLX_BIB_Deinit(), BSLX_BIB_Execute(), BSLX_BIB_GenHMAC(), and BSLX_BIB_InitFromSecOper().