Searched refs:CDID (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/wusbcore/
H A Dcbaf.c34 * CDID (device ID) that might have been previously associated to a
35 * CHID (host ID) and to set up a new <CHID,CDID,CK> triplet
52 * wusb_chid files. These get sent to the device and the CDID (if
62 * 6.1 If it has a matching CHID,CDID entry, the device has been
66 * 6.2 If the CDID is zero (or the CM doesn't find a matching CDID in
69 * generated CDID to wusb_cdid and then a random CK to wusb_ck
78 * CDID to the WUSB host controller. The CM will query the
79 * database. If the CHID/CDID pair found, it will (with a 4-way
273 * Get device's information (CDID) associated to CHID
275 * The device will return it's information (CDID, name, bandgroups)
276 * associated to the CHID we have set before, or 0 CDID and default
307 cbaf->cdid = di->CDID; cbaf_cdid_get()
525 ccd->CDID = cbaf->cdid; cbaf_cc_upload()
532 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &ccd->CDID); cbaf_cc_upload()
533 dev_dbg(dev, " CDID %s\n", pr_cdid); cbaf_cc_upload()
H A Dsecurity.c395 memcpy(hs[0].CDID, &wusb_dev->cdid, sizeof(hs[0].CDID)); wusb_dev_4way_handshake()
438 if (memcmp(hs[0].CDID, hs[1].CDID, sizeof(hs[0].CDID))) { wusb_dev_4way_handshake()
439 dev_err(dev, "Handshake2 failed: CDID mismatch\n"); wusb_dev_4way_handshake()
478 memcpy(hs[2].CDID, &wusb_dev->cdid, sizeof(hs[2].CDID)); wusb_dev_4way_handshake()
H A Ddevconnect.c141 cack_ie->blk[cnt].CDID = dev_itr->cdid; wusbhc_fill_cack_ie()
174 if (!memcmp(&wusb_dev->cdid, &dnc->CDID, wusbhc_cack_add()
182 wusb_dev->cdid = dnc->CDID; wusbhc_cack_add()
258 * @pr_cdid: Printable CDID...hex Use @dnc->cdid for the real deal.
295 && memcmp(&dnc->CDID, &port->wusb_dev->cdid, sizeof(dnc->CDID)) == 0) wusbhc_devconnect_ack()
549 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &dnc->CDID); wusbhc_handle_dn_connect()
H A Dcrypto.c384 .CDID = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, wusb_oob_mic_verify()
/linux-4.1.27/include/linux/usb/
H A Dassociation.h113 struct wusb_ckhdid CDID; member in struct:wusb_cbaf_device_info
132 struct wusb_ckhdid CDID; member in struct:wusb_cbaf_cc_data
H A Dwusb.h72 * Wrapper for the data that defines a CHID, a CDID or a CK
108 struct wusb_ckhdid CDID; member in struct:wuie_connect_ack::__anon12523
158 struct wusb_ckhdid CDID; member in struct:wuie_reset
205 struct wusb_ckhdid CDID; member in struct:wusb_dn_connect
/linux-4.1.27/include/uapi/linux/usb/
H A Dch9.h889 __u8 CDID[16]; member in struct:usb_handshake
902 __u8 CDID[16]; /* device id (unique w/in host context) */ member in struct:usb_connection_context

Completed in 184 milliseconds