Searched refs:uECC_shared_secret (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ecc_dh.h | 124 int uECC_shared_secret(const uint8_t *p_public_key, const uint8_t *p_private_key,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc_dh.h | 124 int uECC_shared_secret(const uint8_t *p_public_key, const uint8_t *p_private_key,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 145 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 144 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret() function
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 1381 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 1476 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 1453 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()
|