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

  /external/openssl/crypto/evp/
evp_key.c 116 int niv,nkey,addmd=0; local
119 nkey=type->key_len;
121 OPENSSL_assert(nkey <= EVP_MAX_KEY_LENGTH);
124 if (data == NULL) return(nkey);
145 if (nkey)
149 if (nkey == 0) break;
153 nkey--;
169 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/
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 179 milliseconds