NXP Reader Library  v17.1.0.2535

Definitions for Symmetric Key types. More...

Collaboration diagram for KeyType:

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.
 

Detailed Description

Definitions for Symmetric Key types.

Macro Definition Documentation

◆ PH_KEYSTORE_KEY_TYPE_DES

#define PH_KEYSTORE_KEY_TYPE_DES   0x03U

DES Single Key [8 Bytes].

This is basically the 56-Bit DES key.

◆ PH_KEYSTORE_KEY_TYPE_2K3DES

#define PH_KEYSTORE_KEY_TYPE_2K3DES   0x04U

2 Key Triple Des [16 Bytes].

This is basically the 112-Bit DES key.

◆ PH_KEYSTORE_KEY_TYPE_3K3DES

#define PH_KEYSTORE_KEY_TYPE_3K3DES   0x05U

3 Key Triple Des [24 Bytes].

This is basically the 168-Bit DES key.