Searched refs:pbyKey (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | key.h | 119 unsigned char *pbyKey, 130 unsigned char *pbyKey, 177 unsigned char *pbyKey,
|
D | rc4.c | 35 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()
|
D | key.c | 198 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()
|
D | rc4.h | 43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | key.h | 112 PBYTE pbyKey, 151 PBYTE pbyKey, 161 PBYTE pbyKey,
|
D | rc4.c | 35 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()
|
D | mac.c | 246 PBYTE pbyKey; in MACvSetKeyEntry() local 299 pbyKey = (PBYTE)pdwKey; in MACvSetKeyEntry() 310 pbyData[ii] = *pbyKey++; in MACvSetKeyEntry()
|
D | key.c | 228 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()
|
D | rc4.h | 43 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len);
|