HomeSort by relevance Sort by last modified time
    Searched refs:key2 (Results 51 - 75 of 256) sorted by null

1 23 4 5 6 7 8 91011

  /external/openssh/
roaming_client.c 61 static u_int64_t key1, key2, oldkey1, oldkey2; variable
74 key2 = oldkey2 = packet_get_int64();
103 key2 = oldkey2;
121 oldkey2 = key2;
123 calculate_new_key(&key2, cookie, chall);
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 233 private static final boolean isSecretKeyEqual(SecretKey key1, SecretKey key2) {
235 final String otherKeyFormat = key2.getFormat();
242 if (key1.getEncoded() != key2.getEncoded()) {
246 if (!keyFormat.equals(key2.getFormat())) {
250 if (!Arrays.equals(key1.getEncoded(), key2.getEncoded())) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 261 unsigned long key2 = node->BitMapKey; local
271 key2 = hamt->ReHashKey(
276 keypart2 = (key2 >> keypartbits) & 0x1F;
283 newnodes[0].BitMapKey = key2;
300 newnodes[0].BitMapKey = key2;
307 newnodes[1].BitMapKey = key2;
  /external/chromium_org/chromeos/network/
cros_network_functions_unittest.cc 202 const std::string key2 = "key2"; local
206 value.SetString(key2, string2);
445 const std::string key2 = "key.2."; local
450 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
467 const std::string key2 = "key.2."; local
472 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
488 const std::string key2 = "key.2."; local
493 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
509 const std::string key2 = "key.2." local
533 const std::string key2 = "key.2."; local
557 const std::string key2 = "key.2."; local
602 const std::string key2 = "key.2."; local
780 const std::string key2 = "key2"; local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.pxd 17 int ct_compare(object key1, object key2)
ctrees.h 27 int ct_compare(PyObject *key1, PyObject *key2);
  /external/chromium_org/v8/src/
transitions.cc 67 static bool InsertionPointFound(Name* key1, Name* key2) {
68 return key1->Hash() > key2->Hash();
heap-snapshot-generator.h 352 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
353 return key1 == key2;
561 static bool RetainedInfosMatch(void* key1, void* key2) {
562 return key1 == key2 ||
564 reinterpret_cast<v8::RetainedObjectInfo*>(key2));
566 INLINE(static bool StringsMatch(void* key1, void* key2)) {
568 reinterpret_cast<char*>(key2)) == 0;
636 INLINE(static bool ObjectsMatch(void* key1, void* key2)) {
637 return key1 == key2;
  /external/icu4c/common/
unistr_case.cpp 169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) {
172 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
uhash.h 576 * @param key2 The string for comparison
577 * @return true if key1 and key2 are equal, return false otherwise.
580 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
586 * @param key2 The string for comparison
587 * @return true if key1 and key2 are equal, return false otherwise.
590 uhash_compareChars(const UHashTok key1, const UHashTok key2);
596 * @param key2 The string for comparison
597 * @return true if key1 and key2 are equal, return false otherwise.
600 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
638 * @param Key2 The integer for compariso
    [all...]
  /external/v8/src/
profile-generator.h 81 INLINE(static bool StringsMatch(void* key1, void* key2)) {
83 reinterpret_cast<char*>(key2)) == 0;
335 INLINE(static bool UidsMatch(void* key1, void* key2)) {
336 return key1 == key2;
730 static bool AddressesMatch(void* key1, void* key2) {
731 return key1 == key2;
771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) {
772 return key1 == key2;
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
842 return key1 == key2;
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_validation_cache_unittest.cc 13 const char key2[65] = member in namespace:__anon7756
80 std::string key(key2);
142 std::string key(key2);
155 std::string key(key2);
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_unittest.cc 158 const std::string key2("key2");
172 success = leveldb->Put(key2, &put_value);
178 success = leveldb->Remove(key2);
192 EXPECT_EQ(comparator.Compare(it->Key(), key2), 0);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_old.c 233 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2,
236 return DES_read_2passwords(key1, key2, prompt, verify);
258 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2)
260 DES_string_to_2keys(str, key1, key2);
  /external/icu4c/i18n/
scriptset.h 68 uhash_compareScriptSet(const UElement key1, const UElement key2);
  /external/openssl/crypto/des/
des_old.c 233 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2,
236 return DES_read_2passwords(key1, key2, prompt, verify);
258 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2)
260 DES_string_to_2keys(str, key1, key2);
  /external/srec/portable/include/
phashtable.h 80 * key2 and non-zero otherwise. The hash function and the comparison function
85 typedef int (*PHashCompFunction)(const LCHAR *key1, const LCHAR *key2);
  /external/chromium_org/ui/base/ime/
character_composer_unittest.cc 42 // Expects |expected_character| is composed after sequence [key1, key2].
45 uint key2,
49 EXPECT_TRUE(character_composer->FilterKeyPress(key2, 0, flags));
53 // Expects |expected_character| is composed after sequence [key1, key2, key3].
56 uint key2,
61 ExpectCharacterComposed(character_composer, key2, key3, flags,
65 // Expects |expected_character| is composed after sequence [key1, key2, key3,
69 uint key2,
75 ExpectCharacterComposed(character_composer, key2, key3, key4, flags,
79 // Expects |expected_character| is composed after sequence [key1, key2, key3
    [all...]
  /external/chromium_org/ui/base/events/
event_unittest.cc 205 KeyEvent key2(ET_KEY_RELEASED, VKEY_UNKNOWN, EF_CONTROL_DOWN, false);
206 key2.set_character(0x4321U);
207 key2.set_unmodified_character(0x1234U);
208 EXPECT_EQ(0x4321U, key2.GetCharacter());
209 EXPECT_EQ(0x1234U, key2.GetUnmodifiedCharacter());
  /external/chromium_org/third_party/icu/source/common/
unistr_case.cpp 235 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2) {
238 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_hash_table.c 58 int (*compare)(void *key1, void *key2);
80 int (*compare)(void *key1, void *key2))
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.c 232 hash_table_pointer_compare(const void *key1, const void *key2)
234 return key1 == key2 ? 0 : 1;
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_test.c 82 static int key2(RSA *key, unsigned char *c) function
240 clen = key2(key, ctext_ex);
  /external/mesa3d/src/gallium/auxiliary/util/
u_hash_table.c 58 int (*compare)(void *key1, void *key2);
80 int (*compare)(void *key1, void *key2))
  /external/mesa3d/src/mesa/program/
hash_table.c 232 hash_table_pointer_compare(const void *key1, const void *key2)
234 return key1 == key2 ? 0 : 1;

Completed in 1250 milliseconds

1 23 4 5 6 7 8 91011