Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc208 memcpy(&p_devcb->id_keys, &p_key->id_keys, in BTM_BleLoadLocalKeys()
229 const Octet16& BTM_GetDeviceIDRoot() { return btm_sec_cb.devcb.id_keys.irk; } in BTM_GetDeviceIDRoot()
232 const Octet16& BTM_GetDeviceDHK() { return btm_sec_cb.devcb.id_keys.dhk; } in BTM_GetDeviceDHK()
1848 p_local_keys = (tBTM_BLE_LOCAL_KEYS*)&btm_sec_cb.devcb.id_keys; in btm_notify_new_key()
1869 btm_sec_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl()
1874 btm_sec_cb.devcb.id_keys.dhk = in btm_ble_reset_id_impl()
1875 crypto_toolbox::aes_128(btm_sec_cb.devcb.id_keys.ir, btm_ble_dhk_pt); in btm_ble_reset_id_impl()
1880 btm_sec_cb.devcb.id_keys.irk = in btm_ble_reset_id_impl()
1881 crypto_toolbox::aes_128(btm_sec_cb.devcb.id_keys.ir, btm_ble_irk_pt); in btm_ble_reset_id_impl()
Dbtm_sec_int_types.h95 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member
Dbtm_ble_privacy.cc555 static Octet16 get_local_irk() { return btm_sec_cb.devcb.id_keys.irk; } in get_local_irk()
Dbtm_sec.cc402 if (btm_sec_cb.devcb.id_keys.ir == zero) { in BTM_SecRegister()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api_types.h112 tBTM_BLE_LOCAL_ID_KEYS id_keys; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc205 btif_dm_local_key_id_t id_keys; /* ID kyes */ member
2346 ble_local_key_cb.id_keys.irk = p_data->ble_id_keys.irk; in btif_dm_sec_evt()
2347 ble_local_key_cb.id_keys.ir = p_data->ble_id_keys.ir; in btif_dm_sec_evt()
2348 ble_local_key_cb.id_keys.dhk = p_data->ble_id_keys.dhk; in btif_dm_sec_evt()
2349 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.irk, in btif_dm_sec_evt()
2351 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.ir, in btif_dm_sec_evt()
2353 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.dhk, in btif_dm_sec_evt()
3680 &ble_local_key_cb.id_keys.ir) == in btif_dm_load_ble_local_keys()
3683 &ble_local_key_cb.id_keys.irk) == in btif_dm_load_ble_local_keys()
3686 &ble_local_key_cb.id_keys.dhk) == in btif_dm_load_ble_local_keys()
[all …]