Home
last modified time | relevance | path

Searched refs:rc4_init (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/vt6655/
Drc4.h43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
Drc4.c35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) in rc4_init() function
Ddpc.c1065 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()
Drxtx.c323 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()
Dwmgr.c1292 rc4_init(&pDevice->SBox, pDevice->abyPRNG, pTransmitKey->uKeyLength+3); in s_vMgrRxAuthenSequence_1()