Searched refs:CDID (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-wusb_cbaf | 19 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
|
D | sysfs-bus-usb | 99 A devices's CDID, as 16 space-separated hex octets.
|
/linux-3.4.99/Documentation/usb/ |
D | wusb-cbaf | 44 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-3.4.99/drivers/usb/wusbcore/ |
D | security.c | 376 memcpy(hs[0].CDID, &wusb_dev->cdid, sizeof(hs[0].CDID)); in wusb_dev_4way_handshake() 419 if (memcmp(hs[0].CDID, hs[1].CDID, sizeof(hs[0].CDID))) { in wusb_dev_4way_handshake() 459 memcpy(hs[2].CDID, &wusb_dev->cdid, sizeof(hs[2].CDID)); in wusb_dev_4way_handshake()
|
D | devconnect.c | 163 cack_ie->blk[cnt].CDID = dev_itr->cdid; in wusbhc_fill_cack_ie() 196 if (!memcmp(&wusb_dev->cdid, &dnc->CDID, in wusbhc_cack_add() 204 wusb_dev->cdid = dnc->CDID; in wusbhc_cack_add() 317 && memcmp(&dnc->CDID, &port->wusb_dev->cdid, sizeof(dnc->CDID)) == 0) in wusbhc_devconnect_ack() 568 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &dnc->CDID); in wusbhc_handle_dn_connect()
|
D | cbaf.c | 305 cbaf->cdid = di->CDID; in cbaf_cdid_get() 523 ccd->CDID = cbaf->cdid; in cbaf_cc_upload() 530 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &ccd->CDID); in cbaf_cc_upload()
|
D | crypto.c | 386 .CDID = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, in wusb_oob_mic_verify()
|
/linux-3.4.99/include/linux/usb/ |
D | wusb.h | 108 struct wusb_ckhdid CDID; member 158 struct wusb_ckhdid CDID; member 205 struct wusb_ckhdid CDID; member
|
D | association.h | 113 struct wusb_ckhdid CDID; member 132 struct wusb_ckhdid CDID; member
|
D | ch9.h | 876 __u8 CDID[16]; member 889 __u8 CDID[16]; /* device id (unique w/in host context) */ member
|