HomeSort by relevance Sort by last modified time
    Searched refs:KeyMaterial (Results 1 - 15 of 15) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
KeyMaterial.java 16 public class KeyMaterial
70 public static KeyMaterial create(String hashType, byte[] H, BigInteger K, byte[] SessionID, int keyLengthCS,
74 KeyMaterial km = new KeyMaterial();
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserExternal.c 219 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
231 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
238 pKeyDesc->KeyMaterial,
keyParserWep.c 146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
rsn.c 518 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial,
904 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 177 UCHAR KeyMaterial[1]; // variable length depending on above field
193 UCHAR KeyMaterial[1];// variable length depending on above field
driver_ralink.c 1233 os_memcpy(wep->KeyMaterial, key, key_len);
    [all...]
driver_ndis.c 193 UCHAR KeyMaterial[1];
205 UCHAR KeyMaterial[1];
903 os_memcpy(wep->KeyMaterial, key, key_len);
969 os_memcpy(nkey->KeyMaterial, key, 16);
970 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
971 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
973 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 278 /* Specifies the length of the KeyMaterial character array in bytes. */
279 /*KeyMaterial */
289 TI_UINT8 KeyMaterial [32];
302 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexManager.java 14 import ch.ethz.ssh2.crypto.KeyMaterial;
50 KeyMaterial km;
275 km = KeyMaterial.create("SHA1", kxs.H, kxs.K, sessionId, enc_cs_key_len, enc_cs_block_len, mac_cs_key_len,
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength);
wpa_core.c 401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength);
cu_cmd.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 187 UCHAR KeyMaterial[1];
199 UCHAR KeyMaterial[1];
974 os_memcpy(wep->KeyMaterial, key, key_len);
1040 os_memcpy(nkey->KeyMaterial, key, 16);
1041 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
1042 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
1044 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 2737 milliseconds