Searched refs:id_keys (Results 1 – 6 of 6) sorted by relevance
193 memcpy(&p_devcb->id_keys, &p_key->id_keys, in BTM_BleLoadLocalKeys()221 return btm_cb.devcb.id_keys.irk; in BTM_GetDeviceIDRoot()229 return btm_cb.devcb.id_keys.dhk; in BTM_GetDeviceDHK()2153 p_local_keys = (tBTM_BLE_LOCAL_KEYS*)&btm_cb.devcb.id_keys; in btm_notify_new_key()2174 btm_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl()2178 btm_cb.devcb.id_keys.dhk = in btm_ble_reset_id_impl()2179 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_dhk_pt, 1); in btm_ble_reset_id_impl()2183 btm_cb.devcb.id_keys.irk = in btm_ble_reset_id_impl()2184 crypto_toolbox::aes_128(btm_cb.devcb.id_keys.ir, &btm_ble_irk_pt, 1); in btm_ble_reset_id_impl()
172 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member
726 const Octet16& local_irk = btm_cb.devcb.id_keys.irk; in btm_ble_resolving_list_load_dev()
243 if (btm_cb.devcb.id_keys.ir == zero) { in BTM_SecRegister()
145 btif_dm_local_key_id_t id_keys; /* ID kyes */ member1894 ble_local_key_cb.id_keys.irk = p_data->ble_id_keys.irk; in btif_dm_upstreams_evt()1895 ble_local_key_cb.id_keys.ir = p_data->ble_id_keys.ir; in btif_dm_upstreams_evt()1896 ble_local_key_cb.id_keys.dhk = p_data->ble_id_keys.dhk; in btif_dm_upstreams_evt()1897 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.irk, in btif_dm_upstreams_evt()1899 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.ir, in btif_dm_upstreams_evt()1901 btif_storage_add_ble_local_key(ble_local_key_cb.id_keys.dhk, in btif_dm_upstreams_evt()3023 &ble_local_key_cb.id_keys.ir) == in btif_dm_load_ble_local_keys()3026 &ble_local_key_cb.id_keys.irk) == in btif_dm_load_ble_local_keys()3029 &ble_local_key_cb.id_keys.dhk) == in btif_dm_load_ble_local_keys()[all …]
1435 tBTM_BLE_LOCAL_ID_KEYS id_keys; member