Searched refs:key3 (Results 1 - 25 of 30) sorted by relevance

12

/external/curl/tests/unit/
H A Dunit1603.c54 char key3[] = "key3"; variable
65 Curl_hash_str(key3, strlen(key3), slots) != 2 ||
80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
82 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
83 fail_unless(nodep == key3, "has
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java65 byte[] key3 = new byte[8];
66 System.arraycopy(keyMaster, 16, key3, 0, key3.length);
67 workingKey3 = generateWorkingKey(encrypting, key3);
/external/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key02.c44 static int key3; variable
53 {"ltp3", EKEYEXPIRED, &key3}
106 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT);
/external/boringssl/src/fipstools/
H A Dcavp_tdes_test.cc89 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; local
98 !t->GetBytes(&key3, "KEY3"))) ||
109 key.insert(key.end(), key3.begin(), key3.end());
139 EncodeHex(key3.data(), key3.size()).c_str());
212 std::vector<uint8_t> key1, key2, key3, iv, in, result; local
218 !t->GetBytes(&key3, "KEY3") ||
231 key.insert(key.end(), key3.begin(), key3
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_symtab.c152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4;
186 ckey->key3 == curr->ckey->key3 &&
198 ckey->key3 < curr->ckey->key3) {
204 ckey->key3 == curr->ckey->key3 &&
234 ckey->key3 == curr->ckey->key3 &&
247 ckey->key3 < cur
[all...]
H A Dcil_symtab.h52 intptr_t key3; member in struct:cil_complex_symtab_key
H A Dcil_verify.c839 ckey.key3 = (intptr_t)roletrans->obj;
847 ckey.key3 = (intptr_t)typerule->obj;
904 ckey.key3 = (intptr_t)typerule->obj;
922 (intptr_t)typerule->obj == ckey.key3 &&
/external/openssh/
H A Dhmac.c182 u_char key3[16]; local
187 memset(key3, 0xaa, sizeof(key3));
192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3));
/external/skia/tests/
H A DGpuDrawPathTest.cpp147 GrUniqueKey key3, key4; local
149 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile); local
151 REPORTER_ASSERT(reporter, key3.isValid());
155 REPORTER_ASSERT(reporter, key3 != key4);
H A DResourceCacheTest.cpp925 GrUniqueKey key3; local
926 make_unique_key<0>(&key3, 0);
927 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3));
936 GrUniqueKey key1, key2, key3; local
939 make_unique_key<0>(&key3, 3);
948 c->resourcePriv().setUniqueKey(key3);
955 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3));
969 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3));
972 Bus::Post(Msg(key3));
976 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3));
1381 GrUniqueKey key1, key2, key3; local
1543 GrUniqueKey key3 = key1; local
[all...]
H A DImageFilterCacheTest.cpp65 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset());
74 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset));
/external/libvncserver/libvncserver/
H A Dwebsockets.c169 void webSocketsGenMd5(char * target, char *key1, char *key2, char *key3);
255 char *key1 = NULL, *key2 = NULL, *key3 = NULL; local
306 rfbLog("Got key3\n");
307 key3 = buf+len;
397 if (!(key1 && key2 && key3)) {
404 webSocketsGenMd5(trailer, key1, key2, key3);
438 webSocketsGenMd5(char * target, char *key1, char *key2, char *key3) argument
476 strncpy((char *)buf+8, key3, 8);
/external/guice/core/test/com/google/inject/internal/
H A DWeakKeySetTest.java280 Key<Integer> key3 = Key.get(Integer.class);
291 set.add(key3, state3, source3);
296 WeakReference<Key<Integer>> weakKey3Ref = new WeakReference<Key<Integer>>(key3);
301 Key<Integer> key = key1 = key2 = key3 = Key.get(Integer.class);
/external/toybox/kconfig/lxdialog/
H A Dutil.c493 int key3; local
500 key3 = wgetch(win);
501 } while (key3 != ERR);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1098 CollationKey key3; local
1099 col->getCollationKey(test3, u_strlen(test3), key3, status);
1105 doAssert(key2.compareTo(key3) == Collator::EQUAL,
1124 tempkey = key3.getByteArray(keylength);
1138 tempkey = key3.getByteArray(keylength);
1155 tempkey = key3.getByteArray(keylength);
1164 col->getCollationKey(test3, u_strlen(test3), key3, status);
1168 doAssert(key2.compareTo(key3) == Collator::EQUAL,
1185 tempkey = key3.getByteArray(keylength);
1199 tempkey = key3
[all...]
/external/guice/core/test/com/google/inject/util/
H A DOverrideModuleTest.java65 private static final Key<String> key3 = Key.get(String.class, named("3")); field in class:OverrideModuleTest
160 bind(key3).toInstance("A3");
176 bind(key3).toInstance("C3");
183 assertEquals("C3", injector.getInstance(key3));
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java471 String key3 = keyInfoEntry3.getKey();
474 _deprecatedTypes.add(key3);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java469 String key3 = keyInfoEntry3.getKey();
472 _deprecatedTypes.add(key3);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationAPITest.java107 CollationKey key3 = col.getCollationKey(test2);
113 doAssert(key2.compareTo(key3) == 0,
123 key3 = col.getCollationKey(test2);
127 doAssert(key2.compareTo(key3) == 0,
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java106 CollationKey key3 = col.getCollationKey(test2);
112 doAssert(key2.compareTo(key3) == 0,
122 key3 = col.getCollationKey(test2);
126 doAssert(key2.compareTo(key3) == 0,
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs389 var key3 = 15;
394 output.WriteInt32(key3);
402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } },
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/python/cpython2/Lib/test/
H A Dtest_mailbox.py1137 key3 = self._box.add(msg3)
1139 {'foo':[key0,key1,key2,key3], 'unseen':[key0],
1140 'flagged':[key2], 'bar':[key3], 'replied':[key3]})
1143 {'foo':[key0,key1,key3], 'unseen':[key0], 'bar':[key3],
1144 'replied':[key3]})
1157 key3 = self._box.add(msg1)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c692 as specified by key1, key2 and key3. */
698 UWord key3; member in struct:__anon24642
706 return ss1->key3 == ss2->key3
724 UWord key3,
727 SyncStats dummy = { CheckAlways, key1, key2, key3, 0, 0, 0 };
774 (ULong)syncstats[i].key3);
722 update_syncstats( CheckHowOften cho, const HChar* key1, const HChar* key2, UWord key3, UInt n_mappings_added, UInt n_mappings_removed ) argument
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...

Completed in 842 milliseconds

12