17 #include <pia/common/common_definitions.h> 18 #include <pia/common/common_Crypto.h> u8 m_Key[KEY_SIZE]
The encryption key.
Definition: common_CryptoSetting.h:67
Mode m_Mode
The type of encryption algorithm.
Definition: common_CryptoSetting.h:61
AES-128.
Definition: common_CryptoSetting.h:50
None.
Definition: common_CryptoSetting.h:49
Mode
Indicates the type of encryption algorithm.
Definition: common_CryptoSetting.h:47
static const size_t KEY_SIZE
Specifies the key size.
Definition: common_CryptoSetting.h:56
CryptoSetting()
Instantiates the object with default parameters (default constructor).
A structure for encryption settings.
Definition: common_CryptoSetting.h:33