HomeSort by relevance Sort by last modified time
    Searched defs:nkey (Results 1 - 6 of 6) 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);
150 if (nkey)
154 if (nkey == 0) break;
158 nkey--;
174 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_ralink.c 1170 NDIS_802_11_KEY *nkey; local
1204 nkey = os_zalloc(len);
1205 if (nkey == NULL)
1208 nkey->Length = len;
1209 nkey->KeyIndex = key_idx;
1212 nkey->KeyIndex |= 1 << 31;
1215 nkey->KeyIndex |= 1 << 30;
1218 nkey->KeyIndex |= 1 << 29;
1220 nkey->KeyLength = key_len;
1221 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]
driver_ndis.c 1000 NDIS_802_11_KEY *nkey; local
1027 nkey = os_zalloc(len);
1028 if (nkey == NULL)
1031 nkey->Length = len;
1032 nkey->KeyIndex = key_idx;
1034 nkey->KeyIndex |= 1 << 31;
1036 nkey->KeyIndex |= 1 << 30;
1038 nkey->KeyIndex |= 1 << 29;
1039 nkey->KeyLength = key_len;
1040 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]
  /external/wpa_supplicant/
driver_ndis.c 909 NDIS_802_11_KEY *nkey; local
937 nkey = os_zalloc(len);
938 if (nkey == NULL)
941 nkey->Length = len;
942 nkey->KeyIndex = key_idx;
944 nkey->KeyIndex |= 1 << 31;
946 nkey->KeyIndex |= 1 << 30;
948 nkey->KeyIndex |= 1 << 29;
949 nkey->KeyLength = key_len;
950 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]

Completed in 97 milliseconds