HomeSort by relevance Sort by last modified time
    Searched refs: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/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 372 milliseconds