Searched refs:encKey (Results 1 - 24 of 24) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyDeriveAes.h63 UINT8 encKey[DERIVE_AES_KEY_LEN];
H A DkeyDeriveTkip.h63 UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
H A DmainSecSm.c304 pKey->keyIndex, (UINT8)pKey->encKey[0],
305 (UINT8)pKey->encKey[1],
306 (UINT8)pKey->encKey[2],
307 (UINT8)pKey->encKey[3],
308 (UINT8)pKey->encKey[4]));
H A DkeyDeriveTkip.c130 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, (void *)keyMaterialTkip->encKey, KEY_DERIVE_TKIP_ENC_LEN);
H A DkeyDeriveWep.c127 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
206 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
H A DkeyDeriveAes.c132 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData + MAC_ADDR_LEN+KEY_RSC_LEN,
H A DkeyParserWep.c150 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
H A Drsn.c517 (void *)pRsn->keys[keyIndex].encKey,
931 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
1586 WLAN_REPORT_HEX_INFORMATION(pRsn->hReport, RSN_MODULE_LOG, (UINT8 *)pKey->encKey, pKey->encLen);
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyDeriveAes.h62 TI_UINT8 encKey[DERIVE_AES_KEY_LEN]; member in struct:__anon1670
H A DkeyDeriveTkip.h62 TI_UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN]; member in struct:__anon1671
H A DmainSecSm.c317 TRACE6(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: setting key #%d, value = 0x%X 0x%X 0x%X 0x%X 0x%X\n", pKey->keyIndex, (TI_UINT8)pKey->encKey[0], (TI_UINT8)pKey->encKey[1], (TI_UINT8)pKey->encKey[2], (TI_UINT8)pKey->encKey[3], (TI_UINT8)pKey->encKey[4]);
H A DkeyDeriveTkip.c129 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, (void *)keyMaterialTkip->encKey, KEY_DERIVE_TKIP_ENC_LEN);
H A DkeyDeriveWep.c125 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
204 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
H A DkeyDeriveAes.c131 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData + MAC_ADDR_LEN+KEY_RSC_LEN,
H A DkeyDeriveCkip.c156 os_memoryCopy(pKeyDerive->hOs, (void*)key.encKey, ckipKey, key.encLen);
H A DkeyParserWep.c146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
H A Drsn.c514 (void *)pRsn->keys[keyIndex].encKey,
875 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
1080 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, (void*)pSecurityKey->encKey, MAX_KEY_LEN);
1574 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->encKey, pKey->encLen);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c1691 (char*)aSecurityKey->encKey, 0, 0,
1695 ("whal_hwCtrl_WepDefaultKeyAdd: ## len=%d, id=%d encKey[5 entries]=0x %x %x %x %x %x\n",
1698 aSecurityKey->encKey[0], aSecurityKey->encKey[1], aSecurityKey->encKey[2], aSecurityKey->encKey[3], aSecurityKey->encKey[4] ));
1724 (char*)aSecurityKey->encKey, 0, 0,
1753 (char*)aSecurityKey->encKey, 0, 0,
1757 ("whal_hwCtrl_WepMappingKeyAdd: ## len=%d, id=%d encKey[
[all...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c1279 (TI_UINT8*)aSecurityKey->encKey,
1348 (TI_UINT8*)aSecurityKey->encKey,
1374 (TI_UINT8*)aSecurityKey->encKey,
1405 (TI_UINT8*)aSecurityKey->encKey,
1432 os_memoryCopy (pCmdBld->hOs, (void*)(&keyBuffer[0]), (void*)aSecurityKey->encKey, 16);
1479 (TI_UINT8*)aSecurityKey->encKey,
1512 (TI_UINT8*)aSecurityKey->encKey,
1549 (TI_UINT8*)aSecurityKey->encKey,
1598 os_memoryCopy (pCmdBld->hOs, (void*)(&keyBuffer[0]), (void*)aSecurityKey->encKey, 16);
1644 aSecurityKey->encKey,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h740 UINT8 encKey[MAX_KEY_LEN];
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1556 TI_UINT8 encKey[MAX_KEY_LEN]; /**< Security Key Encoding */ member in struct:__anon1352
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c4115 len = decryptWEP((PCHAR)Buf, (PCHAR)pSecKeys->encKey, ansiString.Length);
4118 (PCHAR)pSecKeys->encKey,
4152 (void *)pSecKeys->encKey, pSecKeys->encLen);
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1022 os_memoryCopy(pCmdInterpret->hOs,extra, &pParam->content.pRsnKey->encKey,wrqu->data.length);
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c4576 len = decryptWEP((TI_INT8*)Buf, (TI_INT8*)pSecKeys->encKey, ansiString.Length);
4579 (TI_INT8*)pSecKeys->encKey,
4616 (void *)pSecKeys->encKey, pSecKeys->encLen);

Completed in 480 milliseconds