BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Struct to hold private key information. More...
Data Fields | |
EVP_PKEY * | pkey |
Pointer to OpenSSL PKEY struct (used in hmac ctx) | |
BSL_Data_t | raw |
Pointer to raw key information (used in cipher ctx) | |
Struct to hold private key information.
Definition at line 36 of file CryptoInterface.c.
EVP_PKEY* BSLB_CryptoKey_s::pkey |
Pointer to OpenSSL PKEY struct (used in hmac ctx)
Definition at line 39 of file CryptoInterface.c.
Referenced by BSL_AuthCtx_Init(), and BSL_Crypto_AddRegistryKey().
BSL_Data_t BSLB_CryptoKey_s::raw |
Pointer to raw key information (used in cipher ctx)
Definition at line 41 of file CryptoInterface.c.
Referenced by BSL_Crypto_AddRegistryKey(), and BSLB_Crypto_GetRegistryKey().