Home
last modified time | relevance | path

Searched refs:uECC_make_key (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc_dh.h94 int uECC_make_key(uint8_t *p_public_key, uint8_t *p_private_key, uECC_Curve curve);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc_dh.h94 int uECC_make_key(uint8_t *p_public_key, uint8_t *p_private_key, uECC_Curve curve);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dh.c103 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() function
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dh.c102 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() function
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst254 before calling uECC_make_key() or uECC_sign().
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c1457 if (uECC_make_key(pk, priv, &curve_secp256r1) != TC_CRYPTO_SUCCESS) { in ble_sm_alg_gen_key_pair()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1552 if (uECC_make_key(pk, priv, &curve_secp256r1) != TC_CRYPTO_SUCCESS) { in ble_sm_alg_gen_key_pair()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1529 if (uECC_make_key(pk, priv, &curve_secp256r1) != TC_CRYPTO_SUCCESS) { in ble_sm_alg_gen_key_pair()