NXP Reader Library  v17.1.0.2535

Symmetric Crypto Command Codes of HAL DUT Command dispatcher frame. More...

Collaboration diagram for Command_Codes:

Macros

#define PHHAL_HW_DUT_CMD_CRYPTOSYM_INIT   0x7101U
 Initialize DUT CryptoSym stack.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_DEINIT   0x7102U
 Un-Initialize DUT CryptoSym stack.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_GET_STATUS   0x7103U
 Get the Status.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_INVALIDATE_KEY   0x7104U
 Remove the saved key and other information.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_SET_CONFIG   0x7105U
 Configure Symmetric Crypto stack.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_GET_CONFIG   0x7106U
 Get the Symmetric Crypto stack configuration.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_ENCRYPT   0x7107U
 Perform Encryption.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_DECRYPT   0x7108U
 Perform Decryption.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_CALCULATE_MAC   0x7109U
 Perform MAC Calculation.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_LOAD_IV   0x710AU
 Perform Initialization Vector loading.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_LOAD_KEY   0x710BU
 Perform loading of Key from KeyStore.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_LOAD_KEY_DIRECT   0x710CU
 Perform loading of direct Key.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_DIVERSIFY_KEY   0x710DU
 Perform Diversification of Key from KeyStore.
 
#define PHHAL_HW_DUT_CMD_CRYPTOSYM_DIVERSIFY_DIRECT_KEY   0x710EU
 Perform Diversification of Direct Key.
 

Detailed Description

Symmetric Crypto Command Codes of HAL DUT Command dispatcher frame.