Searched refs:RC4Key (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctkip.c471 void zfTkipGetseeds(u16_t iv16, u8_t *RC4Key, struct zsTkipSeed *Seed) argument
473 RC4Key[0] = ZM_HI8(iv16);
474 RC4Key[1] = (ZM_HI8(iv16) | 0x20) & 0x7f;
475 RC4Key[2] = ZM_LO8(iv16);
476 RC4Key[3] = ((Seed->ppk[5] ^ ZM_BYTE_TO_WORD(Seed->tk[1],Seed->tk[0]))>>1) & 0xff;
477 RC4Key[4] = Seed->ppk[0] & 0xff;
478 RC4Key[5] = Seed->ppk[0] >> 8;
479 RC4Key[6] = Seed->ppk[1] & 0xff;
480 RC4Key[7] = Seed->ppk[1] >> 8;
481 RC4Key[
[all...]
H A Dcinit.c792 u8_t RC4Key[16]; local
811 zfTkipGetseeds(wd->sta.iv16, RC4Key, &wd->sta.txSeed);
814 zfTKIPEncrypt(dev, buf, (u8_t *)snap, snapLen, minusLen, 16, RC4Key, &icv);
H A Dcfunc.h298 void zfTkipGetseeds(u16_t iv16, u8_t *RC4Key, struct zsTkipSeed *Seed);
H A Dctxrx.c2321 u8_t RC4Key[16]; local
2347 zfTkipGetseeds(iv16, RC4Key, rxSeed);
2350 ret = zfTKIPDecrypt(dev, buf, IvOffset+ZM_SIZE_OF_IV+ZM_SIZE_OF_EXT_IV, 16, RC4Key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dctkip.c471 void zfTkipGetseeds(u16_t iv16, u8_t *RC4Key, struct zsTkipSeed *Seed) argument
473 RC4Key[0] = ZM_HI8(iv16);
474 RC4Key[1] = (ZM_HI8(iv16) | 0x20) & 0x7f;
475 RC4Key[2] = ZM_LO8(iv16);
476 RC4Key[3] = ((Seed->ppk[5] ^ ZM_BYTE_TO_WORD(Seed->tk[1],Seed->tk[0]))>>1) & 0xff;
477 RC4Key[4] = Seed->ppk[0] & 0xff;
478 RC4Key[5] = Seed->ppk[0] >> 8;
479 RC4Key[6] = Seed->ppk[1] & 0xff;
480 RC4Key[7] = Seed->ppk[1] >> 8;
481 RC4Key[
[all...]
H A Dcinit.c792 u8_t RC4Key[16]; local
811 zfTkipGetseeds(wd->sta.iv16, RC4Key, &wd->sta.txSeed);
814 zfTKIPEncrypt(dev, buf, (u8_t *)snap, snapLen, minusLen, 16, RC4Key, &icv);
H A Dcfunc.h298 void zfTkipGetseeds(u16_t iv16, u8_t *RC4Key, struct zsTkipSeed *Seed);
H A Dctxrx.c2321 u8_t RC4Key[16]; local
2347 zfTkipGetseeds(iv16, RC4Key, rxSeed);
2350 ret = zfTKIPDecrypt(dev, buf, IvOffset+ZM_SIZE_OF_IV+ZM_SIZE_OF_EXT_IV, 16, RC4Key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c723 u8 RC4Key[16]; local
802 RTMPTkipMixKey(pWpaKey[KeyID].Key, TA, pnl, pnh, RC4Key, p1k);
804 ARCFOUR_INIT(&ArcFourContext, RC4Key, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_tkip.c723 u8 RC4Key[16]; local
802 RTMPTkipMixKey(pWpaKey[KeyID].Key, TA, pnl, pnh, RC4Key, p1k);
804 ARCFOUR_INIT(&ArcFourContext, RC4Key, 16);

Completed in 200 milliseconds