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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A 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"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h45 * Wrapper for the data that defines a CHID, a CDID or a CK
81 struct wusb_ckhdid CDID; member in struct:wuie_connect_ack::__anon18236
131 struct wusb_ckhdid CDID; member in struct:wuie_reset
178 struct wusb_ckhdid CDID; member in struct:wusb_dn_connect
H A Dch9.h773 __u8 CDID[16]; member in struct:usb_handshake
786 __u8 CDID[16]; /* device id (unique w/in host context) */ member in struct:usb_connection_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dsecurity.c347 memcpy(hs[0].CDID, &wusb_dev->cdid, sizeof(hs[0].CDID));
390 if (memcmp(hs[0].CDID, hs[1].CDID, sizeof(hs[0].CDID))) {
391 dev_err(dev, "Handshake2 failed: CDID mismatch\n");
430 memcpy(hs[2].CDID, &wusb_dev->cdid, sizeof(hs[2].CDID));
H A Ddevconnect.c76 cack_ie->blk[cnt].CDID = dev_itr->cdid;
109 if (!memcmp(&wusb_dev->cdid, &dnc->CDID,
117 wusb_dev->cdid = dnc->CDID;
202 && memcmp(&dnc->CDID, &port->wusb_dev->cdid, sizeof(dnc->CDID)) == 0)
434 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &dnc->CDID);
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
272 * Get device's information (CDID) associate
[all...]
H A Dcrypto.c371 .CDID = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,

Completed in 97 milliseconds