Searched refs:ECC_CURVE (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | crypto.c | 390 static const ECC_CURVE _Curve[] = 809 static ECC_CURVE *pCurve; 810 static ECC_CURVE Curve_Copy; 812 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve); 2574 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve) in get_curve() 2577 ECC_CURVE *ret = NULL; in get_curve() 2579 for(i = 0UL; i < sizeof(_Curve) / sizeof(ECC_CURVE); i++) in get_curve() 2583 memcpy((char *)&Curve_Copy, &_Curve[i], sizeof(ECC_CURVE)); in get_curve() 2619 int32_t ECC_GetCurve(CRPT_T *crpt, E_ECC_CURVE ecc_curve, ECC_CURVE *curve) in ECC_GetCurve() 2628 memcpy(curve, pCurve, sizeof(ECC_CURVE)); in ECC_GetCurve()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | mkromlib.h | 99 ECC_CURVE *pCurve; /*!< Internal use for ECC */ 100 ECC_CURVE Curve_Copy; /*!< Internal use for ECC */
|
D | crypto.h | 133 } ECC_CURVE; typedef
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | crypto.h | 192 } ECC_CURVE; typedef 546 int32_t ECC_GetCurve(CRPT_T *crpt, E_ECC_CURVE ecc_curve, ECC_CURVE *curve);
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | crypto.c | 480 static const ECC_CURVE _Curve[] = 756 static ECC_CURVE *pCurve; 757 static ECC_CURVE Curve_Copy; 759 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve); 3449 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve) in get_curve() 3460 static ECC_CURVE * get_curve(E_ECC_CURVE ecc_curve) in get_curve() 3463 ECC_CURVE *ret = NULL; in get_curve() 3465 for(i = 0UL; i < sizeof(_Curve) / sizeof(ECC_CURVE); i++) in get_curve() 3469 memcpy((char *)&Curve_Copy, &_Curve[i], sizeof(ECC_CURVE)); in get_curve()
|