Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dsecurity.c93 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff; in wusbhc_generate_gtk()
94 wusbhc->gtk.descr.tTKID[1] = (tkid >> 8) & 0xff; in wusbhc_generate_gtk()
95 wusbhc->gtk.descr.tTKID[2] = (tkid >> 16) & 0xff; in wusbhc_generate_gtk()
377 put_unaligned_le32(tkid, hs[0].tTKID); in wusb_dev_4way_handshake()
415 if (memcmp(hs[0].tTKID, hs[1].tTKID, sizeof(hs[0].tTKID))) { in wusb_dev_4way_handshake()
418 hs[0].tTKID[0], hs[0].tTKID[1], hs[0].tTKID[2], in wusb_dev_4way_handshake()
419 hs[1].tTKID[0], hs[1].tTKID[1], hs[1].tTKID[2]); in wusb_dev_4way_handshake()
460 put_unaligned_le32(tkid, hs[2].tTKID); in wusb_dev_4way_handshake()
Dcrypto.c388 .tTKID = { 0x76, 0x98, 0x01 }, in wusb_oob_mic_verify()
/Linux-v4.19/drivers/usb/host/
Dhwa-hc.c469 keyd->tTKID[0] = (tkid >> 0) & 0xff; in __hwahc_dev_set_key()
470 keyd->tTKID[1] = (tkid >> 8) & 0xff; in __hwahc_dev_set_key()
471 keyd->tTKID[2] = (tkid >> 16) & 0xff; in __hwahc_dev_set_key()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h812 __u8 tTKID[3]; member
1114 __u8 tTKID[3]; member