NXP Reader Library  v17.1.0.2535

Definitions for SAM PKI RSA command codes. More...

Collaboration diagram for CommandCodes:

Macros

#define PHHAL_HW_SAM_CMD_INS_PKI_GENERATE_KEY_PAIR   0x15U
 Sam Instruction code for PKI_GenerateKeyPair command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_IMPORT_KEY   0x19U
 Sam Instruction code for PKI_ImportKey command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_EXPORT_PRIVATE_KEY   0x1FU
 Sam Instruction code for PKI_ExportPrivateKey command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_EXPORT_PUBLIC_KEY   0x18U
 Sam Instruction code for PKI_ExportPublicKey command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_UPDATE_KEY_ENTRIES   0x1DU
 Sam Instruction code for PKI_UpdateKeyEntries command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_ENCIPHER_KEY_ENTRIES   0x12U
 Sam Instruction code for PKI_EncipherKeyEntries command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_GENERATE_HASH   0x17U
 Sam Instruction code for PKI_GenerateHsh command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_GENERATE_SIGNATURE   0x16U
 Sam Instruction code for PKI_GenerateSignature command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_SEND_SIGNATURE   0x1AU
 Sam Instruction code for PKI_SendSignature command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_VERIFY_SIGNATURE   0x1BU
 Sam Instruction code for PKI_VerifySignature command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_ENCIPHER_DATA   0x13U
 Sam Instruction code for PKI_EncipherData command.
 
#define PHHAL_HW_SAM_CMD_INS_PKI_DECIPHER_DATA   0x14U
 Sam Instruction code for PKI_Decipher command.
 

Detailed Description

Definitions for SAM PKI RSA command codes.