HomeSort by relevance Sort by last modified time
    Searched defs:nkey (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
evp_key.c 121 int niv,nkey,addmd=0; local
124 nkey=type->key_len;
126 OPENSSL_assert(nkey <= EVP_MAX_KEY_LENGTH);
129 if (data == NULL) return(nkey);
157 if (nkey)
161 if (nkey == 0) break;
165 nkey--;
181 if ((nkey == 0) && (niv == 0)) break;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 1251 NDIS_802_11_KEY *nkey; local
    [all...]
driver_ndis.c 922 NDIS_802_11_KEY *nkey; local
950 nkey = os_zalloc(len);
951 if (nkey == NULL)
954 nkey->Length = len;
955 nkey->KeyIndex = key_idx;
957 nkey->KeyIndex |= 1 << 31;
959 nkey->KeyIndex |= 1 << 30;
961 nkey->KeyIndex |= 1 << 29;
962 nkey->KeyLength = key_len;
963 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 994 NDIS_802_11_KEY *nkey; local
1021 nkey = os_zalloc(len);
1022 if (nkey == NULL)
1025 nkey->Length = len;
1026 nkey->KeyIndex = key_idx;
1028 nkey->KeyIndex |= 1 << 31;
1030 nkey->KeyIndex |= 1 << 30;
1032 nkey->KeyIndex |= 1 << 29;
1033 nkey->KeyLength = key_len;
1034 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]

Completed in 36 milliseconds