Home
last modified time | relevance | path

Searched refs:id_keys (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble.cc178 memcpy(&p_devcb->id_keys, &p_key->id_keys, in BTM_BleLoadLocalKeys()
199 const Octet16& BTM_GetDeviceIDRoot() { return btm_cb.devcb.id_keys.irk; } in BTM_GetDeviceIDRoot()
202 const Octet16& BTM_GetDeviceDHK() { return btm_cb.devcb.id_keys.dhk; } in BTM_GetDeviceDHK()
2256 p_local_keys = (tBTM_BLE_LOCAL_KEYS*)&btm_cb.devcb.id_keys; in btm_notify_new_key()
2277 btm_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl()
2281 btm_cb.devcb.id_keys.dhk = in btm_ble_reset_id_impl()
2282 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_dhk_pt, 1); in btm_ble_reset_id_impl()
2286 btm_cb.devcb.id_keys.irk = in btm_ble_reset_id_impl()
2287 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_irk_pt, 1); in btm_ble_reset_id_impl()
Dbtm_int_types.h173 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member
Dbtm_ble_privacy.cc726 const Octet16& local_irk = btm_cb.devcb.id_keys.irk; in btm_ble_resolving_list_load_dev()
Dbtm_sec.cc246 if (btm_cb.devcb.id_keys.ir == zero) { in BTM_SecRegister()
/system/bt/btif/src/
Dbtif_dm.cc141 btif_dm_local_key_id_t id_keys; /* ID kyes */ member
1827 ble_local_key_cb.id_keys.irk = p_data->ble_id_keys.irk; in btif_dm_upstreams_evt()
1828 ble_local_key_cb.id_keys.ir = p_data->ble_id_keys.ir; in btif_dm_upstreams_evt()
1829 ble_local_key_cb.id_keys.dhk = p_data->ble_id_keys.dhk; in btif_dm_upstreams_evt()
1830 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.irk, in btif_dm_upstreams_evt()
1832 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.ir, in btif_dm_upstreams_evt()
1834 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.dhk, in btif_dm_upstreams_evt()
2929 &ble_local_key_cb.id_keys.ir) == in btif_dm_load_ble_local_keys()
2932 &ble_local_key_cb.id_keys.irk) == in btif_dm_load_ble_local_keys()
2935 &ble_local_key_cb.id_keys.dhk) == in btif_dm_load_ble_local_keys()
[all …]
/system/bt/stack/include/
Dbtm_api_types.h1714 tBTM_BLE_LOCAL_ID_KEYS id_keys; member