Searched defs:keys (Results 1 - 25 of 118) sorted by relevance

12345

/external/webkit/JavaScriptCore/wtf/
H A DThreadSpecificWin.cpp40 static DWORD keys[kMaxTlsKeySize]; local
41 return keys;
/external/webkit/WebCore/platform/android/
H A DSSLKeyGeneratorAndroid.cpp33 void getSupportedKeySizes(Vector<String>& keys) argument
35 keys = PlatformBridge::getSupportedKeyStrengthList();
/external/icu4c/samples/legacy/
H A Dlegacy.cpp25 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
26 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
54 currentKey = keys[i];
88 static uint8_t keys[4][32]; local
96 test_current(uTest, 4, 5, keys);
98 printKeys("Current keys", keys, 4);
104 test_legacy(uTest, 4, 5, keys);
106 printKeys("Legacy keys", key
[all...]
H A Dnewcol.cpp68 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { argument
77 keySize = getSortKey_current("ja", data[i], -1, keys[i], 32);
H A Doldcol.cpp84 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { argument
94 keySize = getSortKey_legacy("ja", data[i], -1, keys[i], 32);
/external/webkit/WebCore/html/
H A DHTMLKeygenElement.cpp47 Vector<String> keys; local
48 getSupportedKeySizes(keys);
50 Vector<String>::const_iterator end = keys.end();
51 for (Vector<String>::const_iterator it = keys.begin(); it != end; ++it) {
/external/webkit/WebCore/inspector/front-end/
H A DDOMStorageItemsView.js92 var keys = []; variable
104 keys.push(key);
/external/iproute2/include/linux/tc_act/
H A Dtc_pedit.h33 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
/external/openssl/crypto/rc4/
H A Drc4test.c75 static unsigned char keys[7][30]={ variable
125 RC4_set_key(&key,keys[i][0],&(keys[i][1]));
148 RC4_set_key(&key,keys[3][0],&(keys[3][1]));
175 RC4_set_key(&key,keys[3][0],&(keys[3][1]));
207 RC4_set_key(&key,keys[0][0],&(keys[3][1]));
/external/webkit/WebCore/css/
H A DWebKitCSSKeyframeRule.cpp68 void WebKitCSSKeyframeRule::parseKeyString(const String& s, Vector<float>& keys) argument
70 keys.clear();
90 keys.clear();
94 keys.append(key);
/external/webkit/WebKitTools/QtLauncher/
H A Dutils.cpp41 QString formatKeys(QList<QString> keys) argument
44 for (int i = 0; i < keys.count() - 1; i++)
45 result.append(keys.at(i) + "|");
46 result.append(keys.last());
/external/emma/core/java12/com/vladium/util/
H A DIntObjectMap.java125 public int [] keys () method in class:IntObjectMap
220 * The structure used for chaining colliding keys.
281 private int m_size; // number of keys in the table, not cleared as of last check
H A DObjectIntMap.java136 public Object [] keys () method in class:ObjectIntMap
258 * The structure used for chaining colliding keys.
319 private int m_size; // number of keys in the table, not cleared as of last check
H A DIntIntMap.java146 public int [] keys () method in class:IntIntMap
262 * The structure used for chaining colliding keys.
323 private int m_size; // number of keys in the table, not cleared as of last check
H A DProperty.java350 * Overrides Properties.keys () [this is used for debug logging only]
352 public Enumeration keys () method in class:Property.FilePropertyLookup
356 return m_contents.keys ();
437 * Overrides Properties.keys () [this is used for debug logging only]
439 public synchronized Enumeration keys () method in class:Property.SystemPropertyLookup
470 return _propertyNames.keys ();
522 * Overrides Properties.keys () [this is used for debug logging only]
524 public synchronized Enumeration keys () method in class:Property.SystemRedirectsLookup
538 return _propertyNames.keys ();
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_ikev2_common.c24 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, argument
33 if (keys->SK_d == NULL || i_nonce == NULL || r_nonce == NULL)
43 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen,
84 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, argument
91 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar;
112 if (ikev2_integ_hash(integ_alg, SK_a, keys->SK_integ_len,
H A Deap_fast_common.c105 struct tls_keys keys; local
123 if (tls_connection_get_keys(ssl_ctx, conn, &keys))
126 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
130 os_memcpy(rnd, keys.server_random, keys.server_random_len);
131 os_memcpy(rnd + keys.server_random_len, keys.client_random,
132 keys.client_random_len);
135 "expansion", keys
[all...]
/external/guava/src/com/google/common/collect/
H A DForwardingMultimap.java76 public Multiset<K> keys() { method in class:ForwardingMultimap
77 return delegate().keys();
H A DMultimap.java33 * <p>The methods {@link #get}, {@link #keySet}, {@link #keys}, {@link #values},
54 * @param <K> the type of keys maintained by this multimap
185 * Returns the set of all keys, each appearing once in the returned set.
189 * @return the collection of distinct keys
194 * Returns a collection, which may contain duplicates, of all keys. The number
199 * @return a multiset with keys corresponding to the distinct keys of the
203 Multiset<K> keys(); method in interface:Multimap
/external/icu4c/test/perf/unisetperf/draft/
H A Dbitset.cpp31 int64_t keys[0x800]; // 2k member in struct:BMPBitHash
44 * Map at most 1k=0x400 different keys with this data structure.
56 keys[hash]=key;
59 } else if(keys[hash]==key) {
72 * Invert the hash map: Fill an array of length countKeys() with the keys
79 k[i]=keys[reverse[i]];
/external/iproute2/tc/
H A Df_flow.c27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
62 static int flow_parse_keys(__u32 *keys, __u32 *nkeys, char *argv) argument
67 *keys = 0;
77 *keys |= 1 << i;
97 static int get_addend(__u32 *addend, char *argv, __u32 keys) argument
111 if (keys & (FLOW_KEY_SRC | FLOW_KEY_DST |
139 __u32 keys = 0, nkeys = 0; local
160 } else if (matches(*argv, "keys") == 0) {
162 if (flow_parse_keys(&keys, &nkeys, *argv))
164 addattr32(n, 4096, TCA_FLOW_KEYS, keys);
[all...]
/external/stlport/test/unit/
H A Dfind_test.cpp90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local
91 Key const* k = find(keys + 0, keys + 10, 5);
92 CPPUNIT_ASSERT( k == keys + 10 );
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dikev2.h41 struct ikev2_keys keys; member in struct:ikev2_initiator_data
/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java26 * to hold its keys thus allowing them to be reclaimed by the garbage collector.
30 * possible. It therefore does not accept null values or keys.</p>
80 * are used for its keys, it is necessary to use strong references for its values.
124 /* ReferenceQueue we check for gc'd keys */
185 public Enumeration keys() { method in class:WeakHashtable
187 final Enumeration enumer = super.keys();
223 throw new NullPointerException("Null keys are not allowed");
317 * Purges all entries whose wrapped keys
446 // existing keys, normal hashtable operations should never
/external/bluetooth/bluez/audio/
H A Dtelephony-dummy.c208 void telephony_key_press_req(void *telephony_device, const char *keys) argument
210 debug("telephony-dummy: got key press request for %s", keys);

Completed in 334 milliseconds

12345