Searched refs:tkid (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dsecurity.c46 u32 *tkid; local
50 tkid = &wusbhc->gtk_tkid;
53 tkid = &wusb_port_by_idx(wusbhc, wusb_dev->port_idx)->ptk_tkid;
57 *tkid = (addr << 8) | ((*tkid + 1) & 0xff);
59 return *tkid;
65 u32 tkid; local
67 tkid = wusbhc_next_tkid(wusbhc, NULL);
69 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff;
70 wusbhc->gtk.descr.tTKID[1] = (tkid >>
320 u32 tkid; local
[all...]
H A Dwusbhc.h261 u32 tkid, const void *key, size_t key_size);
263 u32 tkid, const void *key, size_t key_size);
H A Dcrypto.c348 .tkid = { 0x76, 0x98, 0x01, },
417 .tkid = { 0x76, 0x98, 0x01, },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/wusbcore/
H A Dsecurity.c46 u32 *tkid; local
50 tkid = &wusbhc->gtk_tkid;
53 tkid = &wusb_port_by_idx(wusbhc, wusb_dev->port_idx)->ptk_tkid;
57 *tkid = (addr << 8) | ((*tkid + 1) & 0xff);
59 return *tkid;
65 u32 tkid; local
67 tkid = wusbhc_next_tkid(wusbhc, NULL);
69 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff;
70 wusbhc->gtk.descr.tTKID[1] = (tkid >>
320 u32 tkid; local
[all...]
H A Dwusbhc.h261 u32 tkid, const void *key, size_t key_size);
263 u32 tkid, const void *key, size_t key_size);
H A Dcrypto.c348 .tkid = { 0x76, 0x98, 0x01, },
417 .tkid = { 0x76, 0x98, 0x01, },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dwusb.c142 static int whc_set_key(struct whc *whc, u8 key_index, uint32_t tkid, argument
155 le_writel(tkid, whc->base + WUSBTKID);
172 int whc_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
182 ret = whc_set_key(whc, port_idx, tkid, ptk, key_size, false);
203 int whc_set_gtk(struct wusbhc *wusbhc, u32 tkid, argument
211 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true);
H A Dwhcd.h160 int whc_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid,
162 int whc_set_gtk(struct wusbhc *wusbhc, u32 tkid,
H A Dwhci-hc.h304 __le32 tkid; /*< TKID for source device, valid if secure bit is set */ member in struct:dn_buf_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/whci/
H A Dwusb.c142 static int whc_set_key(struct whc *whc, u8 key_index, uint32_t tkid, argument
155 le_writel(tkid, whc->base + WUSBTKID);
172 int whc_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
182 ret = whc_set_key(whc, port_idx, tkid, ptk, key_size, false);
203 int whc_set_gtk(struct wusbhc *wusbhc, u32 tkid, argument
211 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true);
H A Dwhcd.h160 int whc_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid,
162 int whc_set_gtk(struct wusbhc *wusbhc, u32 tkid,
H A Dwhci-hc.h304 __le32 tkid; /*< TKID for source device, valid if secure bit is set */ member in struct:dn_buf_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dhwa-hc.c410 static int __hwahc_dev_set_key(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
428 keyd->tTKID[0] = (tkid >> 0) & 0xff;
429 keyd->tTKID[1] = (tkid >> 8) & 0xff;
430 keyd->tTKID[2] = (tkid >> 16) & 0xff;
451 static int __hwahc_op_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
465 result = __hwahc_dev_set_key(wusbhc, port_idx, tkid,
492 static int __hwahc_op_set_gtk(struct wusbhc *wusbhc, u32 tkid, argument
498 return __hwahc_dev_set_key(wusbhc, 0, tkid, key, key_size, key_idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dhwa-hc.c410 static int __hwahc_dev_set_key(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
428 keyd->tTKID[0] = (tkid >> 0) & 0xff;
429 keyd->tTKID[1] = (tkid >> 8) & 0xff;
430 keyd->tTKID[2] = (tkid >> 16) & 0xff;
451 static int __hwahc_op_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, argument
465 result = __hwahc_dev_set_key(wusbhc, port_idx, tkid,
492 static int __hwahc_op_set_gtk(struct wusbhc *wusbhc, u32 tkid, argument
498 return __hwahc_dev_set_key(wusbhc, 0, tkid, key, key_size, key_idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dwusb.h251 u8 tkid[3]; /* LE */ member in struct:aes_ccm_nonce
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dwusb.h251 u8 tkid[3]; /* LE */ member in struct:aes_ccm_nonce

Completed in 178 milliseconds