Searched refs:id_keys (Results 1 – 6 of 6) sorted by relevance
208 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()
95 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member
555 static Octet16 get_local_irk() { return btm_sec_cb.devcb.id_keys.irk; } in get_local_irk()
402 if (btm_sec_cb.devcb.id_keys.ir == zero) { in BTM_SecRegister()
112 tBTM_BLE_LOCAL_ID_KEYS id_keys; member
205 btif_dm_local_key_id_t id_keys; /* ID kyes */ member2346 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 …]