Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dkey.h112 unsigned char *pbyKey,
123 unsigned char *pbyKey,
170 unsigned char *pbyKey,
Dkey.c186 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()
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()
Drc4.h43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);