Home
last modified time | relevance | path

Searched refs:tTKID (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/wusbcore/
Dsecurity.c106 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff; in wusbhc_generate_gtk()
107 wusbhc->gtk.descr.tTKID[1] = (tkid >> 8) & 0xff; in wusbhc_generate_gtk()
108 wusbhc->gtk.descr.tTKID[2] = (tkid >> 16) & 0xff; in wusbhc_generate_gtk()
393 memcpy(hs[0].tTKID, &tkid_le, sizeof(hs[0].tTKID)); in wusb_dev_4way_handshake()
431 if (memcmp(hs[0].tTKID, hs[1].tTKID, sizeof(hs[0].tTKID))) { in wusb_dev_4way_handshake()
434 hs[0].tTKID[0], hs[0].tTKID[1], hs[0].tTKID[2], in wusb_dev_4way_handshake()
435 hs[1].tTKID[0], hs[1].tTKID[1], hs[1].tTKID[2]); in wusb_dev_4way_handshake()
476 memcpy(hs[2].tTKID, &tkid_le, sizeof(hs[2].tTKID)); in wusb_dev_4way_handshake()
Dcrypto.c382 .tTKID = { 0x76, 0x98, 0x01 }, in wusb_oob_mic_verify()
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h743 __u8 tTKID[3]; member
928 __u8 tTKID[3]; member
/linux-4.4.14/drivers/usb/host/
Dhwa-hc.c483 keyd->tTKID[0] = (tkid >> 0) & 0xff; in __hwahc_dev_set_key()
484 keyd->tTKID[1] = (tkid >> 8) & 0xff; in __hwahc_dev_set_key()
485 keyd->tTKID[2] = (tkid >> 16) & 0xff; in __hwahc_dev_set_key()