Home
last modified time | relevance | path

Searched refs:ble_sm_alg_dbg_priv_key (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c1290 static const uint8_t ble_sm_alg_dbg_priv_key[32] = { variable
1447 swap_buf(priv, ble_sm_alg_dbg_priv_key, 32); in ble_sm_alg_gen_key_pair()
1462 } while (memcmp(priv, ble_sm_alg_dbg_priv_key, 32) == 0); in ble_sm_alg_gen_key_pair()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1385 static const uint8_t ble_sm_alg_dbg_priv_key[32] = { variable
1542 swap_buf(priv, ble_sm_alg_dbg_priv_key, 32); in ble_sm_alg_gen_key_pair()
1557 } while (memcmp(priv, ble_sm_alg_dbg_priv_key, 32) == 0); in ble_sm_alg_gen_key_pair()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1362 static const uint8_t ble_sm_alg_dbg_priv_key[32] = { variable
1519 swap_buf(priv, ble_sm_alg_dbg_priv_key, 32); in ble_sm_alg_gen_key_pair()
1534 } while (memcmp(priv, ble_sm_alg_dbg_priv_key, 32) == 0); in ble_sm_alg_gen_key_pair()