Searched refs:keyType (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DkeyDeriveWep.c122 key.keyType = KEY_WEP;
160 key.keyType = KEY_WEP;
201 key.keyType = KEY_WEP;
H A DkeyDeriveAes.c128 key.keyType = KEY_AES;
177 key.keyType = KEY_AES;
H A DkeyDeriveCkip.c115 key.keyType = KEY_XCC;
194 key.keyType = KEY_XCC;
H A DkeyDeriveTkip.c115 key.keyType = KEY_TKIP;
182 key.keyType = KEY_TKIP;
H A Drsn.c330 if (pRsn->keys[keyIndex].keyType != KEY_NULL)
402 pRsn->keys[keyIndex].keyType = KEY_WEP;
512 pRsn->keys[keyIndex].keyType = KEY_WEP;
962 pRsn->keys[keyIndex].keyType = KEY_NULL;
1095 if ( (pSecurityKey->keyType == KEY_NULL) ||
1600 if (pKey->keyType != KEY_NULL)
1607 switch (pKey->keyType) {
1642 switch (pKey->keyType)
1663 pRsn->keys[keyIndex].keyType = pKey->keyType;
[all...]
H A DkeyParserWep.c143 securityKey.keyType = KEY_WEP;
H A DmainSecSm.c316 if (pKey->keyType != KEY_NULL)
353 if (pKey->keyType != KEY_NULL)
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c1117 if (pKey->keyType == KEY_NULL)
1154 switch (pKey->keyType)
1187 pCmdBld->tSecurity.eCurTxKeyType = pKey->keyType;
1197 switch (pKey->keyType)
1248 (DB_KEYS(pCmdBld).pReconfKeys + keyIdx)->keyType = KEY_NULL;
1285 if (aSecurityKey->keyType != KEY_WEP)
1354 if (aSecurityKey->keyType != KEY_WEP)
1444 TI_UINT8 keyType; local
1447 keyType = CIPHER_SUITE_TKIP;
1457 keyType,
1479 TI_UINT8 keyType; local
1518 TI_UINT8 keyType; local
1550 TI_UINT8 keyType; local
1610 TI_UINT8 keyType; local
1641 TI_UINT8 keyType; local
[all...]
H A DCmdBld.c261 (DB_KEYS(pCmdBld).pReconfKeys + index)->keyType = KEY_NULL;
1723 if ((DB_KEYS(pCmdBld).pReconfKeys + index)->keyType != KEY_NULL)
H A DCmdBldCfg.c987 (DB_KEYS(pCmdBld).pReconfKeys + index)->keyType = KEY_NULL;
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_if.h139 * @param keyType [in] Key pair type. RSA or RSACRT
147 teeRsaKeyPairType_t keyType,
H A DtlcTeeKeymaster_if.c146 * @param keyType [in] Key pair type. RSA or RSACRT
154 teeRsaKeyPairType_t keyType,
185 pTci->rsagenkey.type = keyType;
153 TEE_RSAGenerateKeyPair( teeRsaKeyPairType_t keyType, uint8_t* keyData, uint32_t keyDataLength, uint32_t keySize, uint32_t exponent, uint32_t* soLen ) argument
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h1586 EKeyType keyType; /**< Security Key Type (WEP, TKIP etc.) */ member in struct:__anon2636
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c1255 key.keyType = ext->alg;
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c4592 pSecKeys->keyType = KEY_WEP;
4609 pSecKeys->keyType = KEY_NULL;
4628 pSecKeys->keyType = KEY_NULL;

Completed in 156 milliseconds