Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc_dh.h124 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/
Decc_dh.h124 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/
Decc_dh.c145 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/
Decc_dh.c144 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/
Dbt.c1381 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1476 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1453 rc = uECC_shared_secret(pk, priv, dh, &curve_secp256r1); in ble_sm_alg_gen_dhkey()