Definitions of domain parameters variant descriptors. More...
Definitions of domain parameters variant descriptors.
|
extern |
secp160k1 domain parameters
Domain parameters for the secp160k1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp192k1 domain parameters
Domain parameters for the secp192k1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp224k1 domain parameters
Domain parameters for the secp224k1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp256k1 domain parameters
Domain parameters for the secp256k1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp192r1 (nistp192r1, ansix9p192r1) domain parameters
Domain parameters for the secp192r1 elliptic curve, also known as NIST P-192 and ANSI X9.62 prime192r1.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure with mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp224r1 (nistp224r1, ansix9p224r1) domain parameters
Domain parameters for the secp224r1 elliptic curve, also known as NIST P-224 and ANSI X9.62 prime224r1.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure with mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
secp256r1 (nistp256r1, ansix9p256r1) domain parameters
Domain parameters for the secp256r1 elliptic curve, also known as NIST P-256 and ANSI X9.62 prime256r1.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are accelerated using precomputed points. #endif
|
extern |
secp384r1 (nistp384r1, ansix9p384r1) domain parameters
Domain parameters for the secp384r1 elliptic curve, also known as NIST P-384 and ANSI X9.62 prime384r1.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are accelerated using precomputed points. #endif
|
extern |
secp521r1 (nistp521r1, ansix9p521r1) domain parameters
Domain parameters for the secp521r1 elliptic curve, also known as NIST P-521 and ANSI X9.62 prime521r1.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure with mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP160r1 domain parameters
Domain parameters for the brainpoolP160r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP192r1 domain parameters
Domain parameters for the brainpoolP192r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP224r1 domain parameters
Domain parameters for the brainpoolP224r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP256r1 domain parameters
Domain parameters for the brainpoolP256r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP320r1 domain parameters
Domain parameters for the brainpoolP320r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP384r1 domain parameters
Domain parameters for the brainpoolP384r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP512r1 domain parameters
Domain parameters for the brainpoolP512r1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP160t1 domain parameters
Domain parameters for the brainpoolP160t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP192t1 domain parameters
Domain parameters for the brainpoolP192t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP224t1 domain parameters
Domain parameters for the brainpoolP224t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP256t1 domain parameters
Domain parameters for the brainpoolP256t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP320t1 domain parameters
Domain parameters for the brainpoolP320t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP384t1 domain parameters
Domain parameters for the brainpoolP384t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif
|
extern |
brainpoolP512t1 domain parameters
Domain parameters for the brainpoolP512t1 elliptic curve.
#ifdef MCUXCL_FEATURE_ECC_WEIERECC_EXTENDED_PRECOMPUTEDPOINTS Calculations using those domain parameters are NOT accelerated using precomputed points. #ifdef MCUXCL_FEATURE_ECC_WEIERECC_GENERATECUSTOMDOMAINPARAMS User may generate accelerated version using custom domain parameter generation procedure calling mcuxClEcc_WeierECC_GenerateDomainParams(). #endif #endif