Searched refs:id_keys (Results 1 – 6 of 6) sorted by relevance
168 memcpy(&p_devcb->id_keys, &p_key->id_keys, in BTM_BleLoadLocalKeys()196 return btm_cb.devcb.id_keys.irk; in BTM_GetDeviceIDRoot()204 return btm_cb.devcb.id_keys.dhk; in BTM_GetDeviceDHK()1984 p_local_keys = (tBTM_BLE_LOCAL_KEYS*)&btm_cb.devcb.id_keys; in btm_notify_new_key()2005 btm_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl()2009 btm_cb.devcb.id_keys.dhk = in btm_ble_reset_id_impl()2010 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_dhk_pt, 1); in btm_ble_reset_id_impl()2014 btm_cb.devcb.id_keys.irk = in btm_ble_reset_id_impl()2015 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_irk_pt, 1); in btm_ble_reset_id_impl()
170 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member
745 const Octet16& local_irk = btm_cb.devcb.id_keys.irk; in btm_ble_resolving_list_load_dev()
232 if (btm_cb.devcb.id_keys.ir == zero) { in BTM_SecRegister()
146 btif_dm_local_key_id_t id_keys; /* ID kyes */ member1690 ble_local_key_cb.id_keys.irk = p_data->ble_id_keys.irk; in btif_dm_upstreams_evt()1691 ble_local_key_cb.id_keys.ir = p_data->ble_id_keys.ir; in btif_dm_upstreams_evt()1692 ble_local_key_cb.id_keys.dhk = p_data->ble_id_keys.dhk; in btif_dm_upstreams_evt()1693 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.irk, in btif_dm_upstreams_evt()1695 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.ir, in btif_dm_upstreams_evt()1697 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.dhk, in btif_dm_upstreams_evt()2723 &ble_local_key_cb.id_keys.ir) == in btif_dm_load_ble_local_keys()2726 &ble_local_key_cb.id_keys.irk) == in btif_dm_load_ble_local_keys()2729 &ble_local_key_cb.id_keys.dhk) == in btif_dm_load_ble_local_keys()[all …]
580 tBTM_BLE_LOCAL_ID_KEYS id_keys; member