NXP Reader Library  v17.1.0.2535
Collaboration diagram for CurveID:

Macros

#define PH_KEYSTORE_CURVE_ID_MASK   0x000FU
 Masking of CurveID's.
 
#define PH_KEYSTORE_CURVE_ID_NONE   0x0000U
 ECC Curve ID as none.
 
#define PH_KEYSTORE_CURVE_ID_SECP256R1   0x0003U
 Domain parameters for the 256-bit curve defined by FIPS 186-4 and SEC1.
 
#define PH_KEYSTORE_CURVE_ID_SECP384R1   0x0004U
 Domain parameters for the 384-bit curve defined by FIPS 186-4 and SEC1.
 
#define PH_KEYSTORE_CURVE_ID_BRAINPOOL256R1   0x0006U
 Domain parameters for 256-bit BrainPool curve.
 
#define PH_KEYSTORE_CURVE_ID_BRAINPOOL384R1   0x0007U
 Domain parameters for 384-bit BrainPool curve.
 

Detailed Description