Searched refs:ECC_CURVE (Results 1 – 3 of 3) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 503 } ECC_CURVE; typedef 505 const ECC_CURVE _Curve[] = 887 static ECC_CURVE *pCurve; 888 static ECC_CURVE Curve_Copy; 890 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve); 1015 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve) in get_curve() 1018 ECC_CURVE *ret = NULL; in get_curve() 1020 for (i = 0UL; i < sizeof(_Curve) / sizeof(ECC_CURVE); i++) in get_curve() 1024 memcpy((char *)&Curve_Copy, &_Curve[i], sizeof(ECC_CURVE)); in get_curve()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 412 static const ECC_CURVE _Curve[] = 831 static ECC_CURVE *pCurve; 832 static ECC_CURVE Curve_Copy; 834 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve); 2682 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve) in get_curve() 2685 ECC_CURVE *ret = NULL; in get_curve() 2687 for(i = 0UL; i < sizeof(_Curve) / sizeof(ECC_CURVE); i++) in get_curve() 2691 memcpy((char *)&Curve_Copy, &_Curve[i], sizeof(ECC_CURVE)); in get_curve() 2727 int32_t ECC_GetCurve(CRPT_T *crpt, E_ECC_CURVE ecc_curve, ECC_CURVE *curve) in ECC_GetCurve() 2736 memcpy(curve, pCurve, sizeof(ECC_CURVE)); in ECC_GetCurve()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | crypto.h | 172 } ECC_CURVE; typedef 446 int32_t ECC_GetCurve(CRPT_T *crpt, E_ECC_CURVE ecc_curve, ECC_CURVE *curve);
|