Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h36 } Point; typedef
53 Point G;
68 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength);
70 bool ECC_CheckPointIsInElliCur_P256(Point *p);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_ecc_pp.c39 static void p_256_init_point(Point *q) in p_256_init_point()
41 memset(q, 0, sizeof(Point)); in p_256_init_point()
44 static void p_256_copy_point(Point *q, Point *p) in p_256_copy_point()
46 memcpy(q, p, sizeof(Point)); in p_256_copy_point()
50 static void ECC_Double(Point *q, Point *p, uint32_t keyLength) in ECC_Double()
96 static void ECC_Add(Point *r, Point *p, Point *q, uint32_t keyLength) in ECC_Add()
195 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength) in ECC_PointMult_Bin_NAF()
200 Point minus_p; in ECC_PointMult_Bin_NAF()
201 Point r; in ECC_PointMult_Bin_NAF()
249 bool ECC_CheckPointIsInElliCur_P256(Point *p) in ECC_CheckPointIsInElliCur_P256()
Dsmp_keys.c1121 Point public_key; in smp_process_private_key()
1164 Point peer_publ_key, new_publ_key; in smp_compute_dhkey()
Dsmp_act.c778 if (!ECC_CheckPointIsInElliCur_P256((Point *)&p_cb->peer_publ_key)) { in smp_process_pairing_public_key()
/hal_espressif-latest/components/esp_adc/
DKconfig22 bool "Use Two Point Values"
25 Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.
27 ADC-Voltage curve using Two Point values if they are available.
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv118 ADC1_TP_LOW, EFUSE_BLK3, 96, 7, [] ADC1 Two Point calibratio…
119 ADC1_TP_HIGH, EFUSE_BLK3, 103, 9, [] ADC1 Two Point calibratio…
120 ADC2_TP_LOW, EFUSE_BLK3, 112, 7, [] ADC2 Two Point calibratio…
121 ADC2_TP_HIGH, EFUSE_BLK3, 119, 9, [] ADC2 Two Point calibratio…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1840 Point public_key = {0}; in bt_mesh_pub_key_get()
1883 return ECC_CheckPointIsInElliCur_P256((Point *)&check); in bt_mesh_check_public_key()
1889 Point peer_pub_key = {0}; in bt_mesh_dh_key_gen()
1890 Point new_pub_key = {0}; in bt_mesh_dh_key_gen()