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

  /external/chromium_org/third_party/openssl/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/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/ltrace/
dict.c 71 char nkey[clone_data->target->keys.elt_size]; local
73 memmove(nkey, key, sizeof(nkey));
74 else if (clone_data->clone_key(&nkey, key, clone_data->data) < 0)
84 clone_data->dtor_key(&nkey, clone_data->data);
88 if (dict_insert(clone_data->target, nkey, nvalue) < 0) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 192 NetworkKey nkey = new NetworkKey(wkey); local
194 unknownScanResults.add(nkey);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 986 NDIS_802_11_KEY *nkey; local
1013 nkey = os_zalloc(len);
1014 if (nkey == NULL)
1017 nkey->Length = len;
1018 nkey->KeyIndex = key_idx;
1020 nkey->KeyIndex |= 1 << 31;
1022 nkey->KeyIndex |= 1 << 30;
1024 nkey->KeyIndex |= 1 << 29;
1025 nkey->KeyLength = key_len;
1026 os_memcpy(nkey->BSSID, bssid, ETH_ALEN)
    [all...]

Completed in 142 milliseconds