Home
last modified time | relevance | path

Searched refs:CURVE_B_283 (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dcrypto.h107 CURVE_B_283, /*!< ECC curve B-283 \hideinitializer */ enumerator
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dcrypto.h138 CURVE_B_283, /*!< ECC curve B-283 \hideinitializer */ enumerator
/hal_nuvoton-latest/m48x/StdDriver/src/
Dcrypto.c635 CURVE_B_283,
1343 … if ((ecc_curve == CURVE_B_163) || (ecc_curve == CURVE_B_233) || (ecc_curve == CURVE_B_283) || in ECC_GenerateSecretZ()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c542 CURVE_B_283,
1363 if((ecc_curve == CURVE_B_163) || (ecc_curve == CURVE_B_233) || (ecc_curve == CURVE_B_283) || in ECC_GenerateSecretZ()