Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h231 BT_OCTET32 x;
232 BT_OCTET32 y;
242 BT_OCTET32 private_key_used; /* is used to calculate: */
Dbt_types.h325 typedef UINT8 BT_OCTET32[BT_OCTET32_LEN]; /* octet array: size 32 */ typedef
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h286 BT_OCTET32 private_key;
287 BT_OCTET32 dhkey;
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1122 BT_OCTET32 private_key; in smp_process_private_key()
1165 BT_OCTET32 private_key; in smp_compute_dhkey()
1749 BT_OCTET32 msg; in smp_calculate_f5_key()
Dsmp_act.c768 if ((memcmp(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, sizeof(BT_OCTET32)) == 0)) { in smp_process_pairing_public_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c51 static BT_OCTET32 bt_mesh_private_key;
1839 BT_OCTET32 private_key = {0}; in bt_mesh_pub_key_get()
1888 BT_OCTET32 private_key = {0}; in bt_mesh_dh_key_gen()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h332 typedef UINT8 BT_OCTET32[BT_OCTET32_LEN]; /* octet array: size 32 */ typedef