Options describing supported ECC Curve ID's. More...

Macros | |
| #define | PH_CRYPTOASYM_CURVE_ID_MASK 0x000FU |
| Masking of CurveID's. | |
| #define | PH_CRYPTOASYM_CURVE_ID_NONE 0x0000U |
| ECC Curve ID as none. | |
| #define | PH_CRYPTOASYM_CURVE_ID_SECP192R1 0x0001U |
| Domain parameters for the 192-bit curve defined by FIPS 186-4 and SEC1. | |
| #define | PH_CRYPTOASYM_CURVE_ID_SECP224R1 0x0002U |
| Domain parameters for the 224-bit curve defined by FIPS 186-4 and SEC1. | |
| #define | PH_CRYPTOASYM_CURVE_ID_SECP256R1 0x0003U |
| Domain parameters for the 256-bit curve defined by FIPS 186-4 and SEC1. | |
| #define | PH_CRYPTOASYM_CURVE_ID_SECP384R1 0x0004U |
| Domain parameters for the 384-bit curve defined by FIPS 186-4 and SEC1. | |
| #define | PH_CRYPTOASYM_CURVE_ID_BRAINPOOL256R1 0x0006U |
| Domain parameters for 256-bit BrainPool curve. | |
| #define | PH_CRYPTOASYM_CURVE_ID_BRAINPOOL384R1 0x0007U |
| Domain parameters for 384-bit BrainPool curve. | |
Options describing supported ECC Curve ID's.