Home
last modified time | relevance | path

Searched refs:pbyKey (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dkey.h119 unsigned char *pbyKey,
130 unsigned char *pbyKey,
177 unsigned char *pbyKey,
Drc4.c35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) in rc4_init() argument
52 stateindex = (stateindex + pbyKey[keyindex] + ust1) & 0xff; in rc4_init()
Dkey.c198 unsigned char *pbyKey, in KeybSetKey() argument
248 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey()
313 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey()
639 unsigned char *pbyKey, in KeybSetDefaultKey() argument
689 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetDefaultKey()
746 unsigned char *pbyKey, in KeybSetAllGroupKey() argument
788 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetAllGroupKey()
Drc4.h43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
/linux-2.6.39/drivers/staging/vt6656/
Dkey.h112 PBYTE pbyKey,
151 PBYTE pbyKey,
161 PBYTE pbyKey,
Drc4.c35 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len) in rc4_init() argument
52 stateindex = (stateindex + pbyKey[keyindex] + ust1) & 0xff; in rc4_init()
Dmac.c246 PBYTE pbyKey; in MACvSetKeyEntry() local
299 pbyKey = (PBYTE)pdwKey; in MACvSetKeyEntry()
310 pbyData[ii] = *pbyKey++; in MACvSetKeyEntry()
Dkey.c228 PBYTE pbyKey, in KeybSetKey() argument
277 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey()
342 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey()
669 PBYTE pbyKey, in KeybSetDefaultKey() argument
718 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetDefaultKey()
777 PBYTE pbyKey, in KeybSetAllGroupKey() argument
818 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetAllGroupKey()
Drc4.h43 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len);