Definitions for Symmetric Key types. More...

Macros | |
| #define | PH_KEYSTORE_KEY_TYPE_AES128 0x00U |
| AES 128 Key [16]. | |
| #define | PH_KEYSTORE_KEY_TYPE_AES192 0x01U |
| AES 192 Key [24]. | |
| #define | PH_KEYSTORE_KEY_TYPE_AES256 0x02U |
| AES 256 Key [32]. | |
| #define | PH_KEYSTORE_KEY_TYPE_DES 0x03U |
| DES Single Key [8 Bytes]. More... | |
| #define | PH_KEYSTORE_KEY_TYPE_2K3DES 0x04U |
| 2 Key Triple Des [16 Bytes]. More... | |
| #define | PH_KEYSTORE_KEY_TYPE_3K3DES 0x05U |
| 3 Key Triple Des [24 Bytes]. More... | |
| #define | PH_KEYSTORE_KEY_TYPE_MIFARE 0x06U |
| MIFARE (R) Key. | |
Definitions for Symmetric Key types.
| #define PH_KEYSTORE_KEY_TYPE_DES 0x03U |
DES Single Key [8 Bytes].
This is basically the 56-Bit DES key.
| #define PH_KEYSTORE_KEY_TYPE_2K3DES 0x04U |
2 Key Triple Des [16 Bytes].
This is basically the 112-Bit DES key.
| #define PH_KEYSTORE_KEY_TYPE_3K3DES 0x05U |
3 Key Triple Des [24 Bytes].
This is basically the 168-Bit DES key.