Home
last modified time | relevance | path

Searched refs:ust1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Drc4.c37 unsigned int ust1, ust2; in rc4_init() local
51 ust1 = pbyst[idx]; in rc4_init()
52 stateindex = (stateindex + pbyKey[keyindex] + ust1) & 0xff; in rc4_init()
54 pbyst[stateindex] = (unsigned char)ust1; in rc4_init()
/linux-2.6.39/drivers/staging/vt6656/
Drc4.c37 unsigned int ust1, ust2; in rc4_init() local
51 ust1 = pbyst[idx]; in rc4_init()
52 stateindex = (stateindex + pbyKey[keyindex] + ust1) & 0xff; in rc4_init()
54 pbyst[stateindex] = (BYTE)ust1; in rc4_init()