Home
last modified time | relevance | path

Searched refs:CDID (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-wusb_cbaf19 get sent to the device and the CDID (if any) for
30 - If it has a matching CHID,CDID entry, the device
34 - If the CDID is zero (or the CM doesn't find a
35 matching CDID in its database), the device is
38 generated CDID to wusb_cdid and then a random CK
61 the CDID for any existing association with this host.
91 The device's CDID formatted as 16 space-separated hex
Dsysfs-bus-usb41 A devices's CDID, as 16 space-separated hex octets.
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf44 If we allow the device to connect, set a random new CDID and CK
47 authenticate the device (when we see the CDID he uses to id
111 CDID="$(head --bytes=16 /dev/urandom | od -tx1 -An)"
113 echo "$CDID" > $dev/wusb_cdid
118 echo "CDID:$CDID"
/linux-4.4.14/drivers/usb/wusbcore/
Dsecurity.c395 memcpy(hs[0].CDID, &wusb_dev->cdid, sizeof(hs[0].CDID)); in wusb_dev_4way_handshake()
438 if (memcmp(hs[0].CDID, hs[1].CDID, sizeof(hs[0].CDID))) { in wusb_dev_4way_handshake()
478 memcpy(hs[2].CDID, &wusb_dev->cdid, sizeof(hs[2].CDID)); in wusb_dev_4way_handshake()
Ddevconnect.c141 cack_ie->blk[cnt].CDID = dev_itr->cdid; in wusbhc_fill_cack_ie()
174 if (!memcmp(&wusb_dev->cdid, &dnc->CDID, in wusbhc_cack_add()
182 wusb_dev->cdid = dnc->CDID; in wusbhc_cack_add()
295 && memcmp(&dnc->CDID, &port->wusb_dev->cdid, sizeof(dnc->CDID)) == 0) in wusbhc_devconnect_ack()
549 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &dnc->CDID); in wusbhc_handle_dn_connect()
Dcbaf.c307 cbaf->cdid = di->CDID; in cbaf_cdid_get()
525 ccd->CDID = cbaf->cdid; in cbaf_cc_upload()
532 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &ccd->CDID); in cbaf_cc_upload()
Dcrypto.c384 .CDID = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, in wusb_oob_mic_verify()
/linux-4.4.14/include/linux/usb/
Dwusb.h108 struct wusb_ckhdid CDID; member
158 struct wusb_ckhdid CDID; member
205 struct wusb_ckhdid CDID; member
Dassociation.h113 struct wusb_ckhdid CDID; member
132 struct wusb_ckhdid CDID; member
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h930 __u8 CDID[16]; member
943 __u8 CDID[16]; /* device id (unique w/in host context) */ member