Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h70 bool ECC_CheckPointIsInElliCur_P256(Point *p);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_ecc_pp.c249 bool ECC_CheckPointIsInElliCur_P256(Point *p) in ECC_CheckPointIsInElliCur_P256() function
Dsmp_act.c778 if (!ECC_CheckPointIsInElliCur_P256((Point *)&p_cb->peer_publ_key)) { in smp_process_pairing_public_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1883 return ECC_CheckPointIsInElliCur_P256((Point *)&check); in bt_mesh_check_public_key()