|
BSL v1.1.1 - 64.gc92ac12
AMMOS Bundle Protocol Security Library (BSL)
|
Struct to hold private key information. More...
Collaboration diagram for BSL_CryptoKey_t:Data Fields | |
| BSL_Data_t | raw |
| Pointer to raw key information. | |
| BSLB_VariantPtrMap_t | params |
| Additional parameter dictionary. | |
| BSL_Crypto_KeyStats_t | stats |
| Statistics related to this key. | |
| pthread_mutex_t | stats_mutex |
| Mutex for stats. | |
Struct to hold private key information.
| BSLB_VariantPtrMap_t BSL_CryptoKey_t::params |
Additional parameter dictionary.
Referenced by BSL_CryptoKey_Deinit(), BSL_CryptoKey_Init(), MockBPA_KeyStore_GetKeyParameter(), and MockBPA_KeyStore_SetKeyParameter().
| BSL_Data_t BSL_CryptoKey_t::raw |
Pointer to raw key information.
Referenced by BSL_CryptoKey_Deinit(), BSL_CryptoKey_Init(), MockBPA_KeyStore_GetKeymat(), and MockBPA_KeyStore_SetKeymat().
| BSL_Crypto_KeyStats_t BSL_CryptoKey_t::stats |
Statistics related to this key.
Referenced by BSL_CryptoKey_Deinit(), BSL_CryptoKey_Init(), MockBPA_KeyStore_GetStats(), and MockBPA_KeyStore_UpdateStats().
| pthread_mutex_t BSL_CryptoKey_t::stats_mutex |
Mutex for stats.
Referenced by BSL_CryptoKey_Deinit(), BSL_CryptoKey_Init(), MockBPA_KeyStore_GetStats(), and MockBPA_KeyStore_UpdateStats().