HomeSort by relevance Sort by last modified time
    Searched refs:encKey (Results 1 - 25 of 37) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDeriveAes.h 62 TI_UINT8 encKey[DERIVE_AES_KEY_LEN];
keyDeriveTkip.h 62 TI_UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
mainSecSm.c 318 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]);
keyDeriveTkip.c 129 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, (void *)keyMaterialTkip->encKey, KEY_DERIVE_TKIP_ENC_LEN);
keyDeriveWep.c 125 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
204 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
keyDeriveAes.c 131 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData + MAC_ADDR_LEN+KEY_RSC_LEN,
keyDeriveCkip.c 156 os_memoryCopy(pKeyDerive->hOs, (void*)key.encKey, ckipKey, key.encLen);
keyParserWep.c 146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyDeriveAes.h 63 UINT8 encKey[DERIVE_AES_KEY_LEN];
keyDeriveTkip.h 63 UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
mainSecSm.c 304 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]));
keyDeriveTkip.c 130 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, (void *)keyMaterialTkip->encKey, KEY_DERIVE_TKIP_ENC_LEN);
keyDeriveWep.c 127 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
206 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
keyDeriveAes.c 132 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData + MAC_ADDR_LEN+KEY_RSC_LEN,
keyParserWep.c 150 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyDeriveAes.h 62 TI_UINT8 encKey[DERIVE_AES_KEY_LEN];
keyDeriveTkip.h 62 TI_UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
mainSecSm.c 317 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]);
keyDeriveTkip.c 129 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, (void *)keyMaterialTkip->encKey, KEY_DERIVE_TKIP_ENC_LEN);
keyDeriveWep.c 125 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
204 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData, pEncodedKey->keyLen);
keyDeriveAes.c 131 os_memoryCopy(pKeyDerive->hOs, (void *)key.encKey, pEncodedKey->pData + MAC_ADDR_LEN+KEY_RSC_LEN,
keyDeriveCkip.c 156 os_memoryCopy(pKeyDerive->hOs, (void*)key.encKey, ckipKey, key.encLen);
keyParserWep.c 146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]

Completed in 237 milliseconds

1 2