Searched refs:rc4_init (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/vt6655/ |
D | rc4.h | 43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
|
D | rc4.c | 35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) in rc4_init() function
|
D | dpc.c | 1065 rc4_init(&pDevice->SBox, pDevice->abyPRNG, pKey->uKeyLength + 3); in s_bHandleRxEncryption() 1093 rc4_init(&pDevice->SBox, pDevice->abyPRNG, TKIP_KEY_LEN); in s_bHandleRxEncryption() 1168 rc4_init(&pDevice->SBox, pDevice->abyPRNG, pKey->uKeyLength + 3); in s_bHostWepRxEncryption() 1198 rc4_init(&pDevice->SBox, pDevice->abyPRNG, TKIP_KEY_LEN); in s_bHostWepRxEncryption()
|
D | rxtx.c | 323 rc4_init(&pDevice->SBox, pDevice->abyPRNG, pTransmitKey->uKeyLength + 3); in s_vSWencryption() 334 rc4_init(&pDevice->SBox, pDevice->abyPRNG, TKIP_KEY_LEN); in s_vSWencryption()
|
D | wmgr.c | 1292 rc4_init(&pDevice->SBox, pDevice->abyPRNG, pTransmitKey->uKeyLength+3); in s_vMgrRxAuthenSequence_1()
|