Searched refs:irk (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_addr.c104 if (!SMP_Encrypt(btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN, p->param_buf, 3, &output))
295 /* generate X = E irk(R0, R1, R2) and R is random address 3 LSO */
296 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN,
H A Dbtm_ble.c254 ** the local device IR is copied into irk
257 void BTM_GetDeviceIDRoot (BT_OCTET16 irk) argument
262 memcpy (irk, btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN);
934 p_rec->ble.keys.irk[i] = p_keys->pid_key.irk[i];
937 //memcpy( p_rec->ble.keys.irk, p_keys->pid_key, BT_OCTET16_LEN); todo will crash the system
1996 memcpy(btm_cb.devcb.id_keys.irk, p->param_buf, BT_OCTET16_LEN);
H A Dbtm_int.h475 BT_OCTET16 irk; /* peer diverified identity root */ member in struct:__anon1121
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c311 BT_OCTET16 irk; local
317 BTM_GetDeviceIDRoot(irk);
320 ARRAY_TO_STREAM (p, irk, BT_OCTET16_LEN);
H A Dsmp_act.c505 memcpy(pid_key.irk, p_cb->tk, BT_OCTET16_LEN);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c100 UINT8 irk[BT_OCTET16_LEN]; member in struct:__anon972
1487 memcpy(pairing_cb.ble.pid_key, p_data->ble_key.key_value.pid_key.irk, 16);
1560 memcpy(&ble_local_key_cb.id_keys.irk[0], &p_data->ble_id_keys.irk[0], sizeof(BT_OCTET16));
1563 btif_storage_add_ble_local_key( (char *)&ble_local_key_cb.id_keys.irk[0],
2379 (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IRK, (char*)&ble_local_key_cb.id_keys.irk[0],
2401 memcpy(&p_id_keys->irk[0], &ble_local_key_cb.id_keys.irk[0], sizeof(BT_OCTET16));
H A Dbtif_storage.c1229 BTIF_TRACE_DEBUG2("p->pid_key[%d]=0x%02x",i,p->pid_key.irk[i]);
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1670 BT_OCTET16 irk; member in struct:__anon1321
1713 BT_OCTET16 irk; member in struct:__anon1325
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h595 BT_OCTET16 irk; member in struct:__anon655
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4721 sec_event.ble_key.key_value.pid_key.irk[i] = p_data->key.p_key_value->pid_key.irk[i];

Completed in 462 milliseconds