Searched refs:id_keys (Results 1 - 9 of 9) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py68 id_keys = syscalls[comm][pid].keys()
69 for id in id_keys:
H A Dsyscall-counts-by-pid.py66 id_keys = syscalls[comm][pid].keys()
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c214 memcpy(&p_devcb->id_keys, &p_key->id_keys, sizeof(tBTM_BLE_LOCAL_ID_KEYS));
261 memcpy (irk, btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN);
277 memcpy (dhk, btm_cb.devcb.id_keys.dhk, BT_OCTET16_LEN);
1418 SMP_Encrypt(p_cb->devcb.id_keys.dhk, BT_OCTET16_LEN, p_cb->enc_rand,
2028 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.id_keys;
2116 memcpy(btm_cb.devcb.id_keys.irk, p->param_buf, BT_OCTET16_LEN);
2152 memcpy(btm_cb.devcb.id_keys.dhk, p->param_buf, BT_OCTET16_LEN);
2156 if (!SMP_Encrypt(btm_cb.devcb.id_keys.ir, BT_OCTET16_LEN, &btm_ble_irk_pt,
2160 memset(&btm_cb.devcb.id_keys,
[all...]
H A Dbtm_ble_addr.c108 if (!SMP_Encrypt(btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN, p->param_buf, 3, &output))
H A Dbtm_ble_multi_adv.c402 if (!SMP_Encrypt(btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN, p->param_buf, 3, &output))
H A Dbtm_int.h196 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ member in struct:__anon1239
H A Dbtm_sec.c213 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c151 btif_dm_local_key_id_t id_keys; /* ID kyes */ member in struct:__anon1058
1850 memcpy(&ble_local_key_cb.id_keys.irk[0], &p_data->ble_id_keys.irk[0], sizeof(BT_OCTET16));
1851 memcpy(&ble_local_key_cb.id_keys.ir[0], &p_data->ble_id_keys.ir[0], sizeof(BT_OCTET16));
1852 memcpy(&ble_local_key_cb.id_keys.dhk[0], &p_data->ble_id_keys.dhk[0], sizeof(BT_OCTET16));
1853 btif_storage_add_ble_local_key( (char *)&ble_local_key_cb.id_keys.irk[0],
1856 btif_storage_add_ble_local_key( (char *)&ble_local_key_cb.id_keys.ir[0],
1859 btif_storage_add_ble_local_key( (char *)&ble_local_key_cb.id_keys.dhk[0],
2888 if ((btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IR,(char*)&ble_local_key_cb.id_keys.ir[0],
2890 (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IRK, (char*)&ble_local_key_cb.id_keys.irk[0],
2892 (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_DHK,(char*)&ble_local_key_cb.id_keys
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1736 tBTM_BLE_LOCAL_ID_KEYS id_keys; member in union:__anon1454

Completed in 233 milliseconds