Searched refs:pbyKey (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/vt6655/ |
D | key.h | 112 unsigned char *pbyKey, 123 unsigned char *pbyKey, 170 unsigned char *pbyKey,
|
D | key.c | 186 unsigned char *pbyKey, in KeybSetKey() argument 236 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey() 300 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetKey() 613 unsigned char *pbyKey, in KeybSetDefaultKey() argument 667 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetDefaultKey() 722 unsigned char *pbyKey, in KeybSetAllGroupKey() argument 763 memcpy(pKey->abyKey, pbyKey, uKeyLength); in KeybSetAllGroupKey()
|
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 | rc4.h | 43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
|