Home
last modified time | relevance | path

Searched refs:curve_ptr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h61 extern elliptic_curve_t *curve_ptr;
63 #define curve (*curve_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c54 curve_ptr = (elliptic_curve_t *)osi_malloc(sizeof(elliptic_curve_t)); in SMP_Init()
78 FREE_AND_RESET(curve_ptr); in SMP_Free()
Dp_256_ecc_pp.c35 elliptic_curve_t *curve_ptr; variable