BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSLB_CryptoKey_s Struct Reference

Struct to hold private key information. More...

+ Collaboration diagram for BSLB_CryptoKey_s:

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)
 

Detailed Description

Struct to hold private key information.

Definition at line 36 of file CryptoInterface.c.

Field Documentation

◆ pkey

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().

◆ raw

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().


The documentation for this struct was generated from the following file: