Home
last modified time | relevance | path

Searched refs:key3 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/curl/tests/unit/
Dunit1603.c57 char key3[] = "key3"; variable
68 Curl_hash_str(key3, strlen(key3), slots) != 2 ||
83 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
85 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
86 fail_unless(nodep == key3, "hash retrieval failed");
99 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
100 fail_unless(nodep == key3, "hash retrieval failed");
147 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
148 fail_unless(nodep == key3, "hash retrieval failed");
/third_party/ffmpeg/libavutil/tests/
Dhmac.c43 uint8_t key1[20], key3[131], data3[50]; in main() local
55 memset(key3, 0xaa, sizeof(key3)); in main()
66 test(hmac, key3, hmac->hashlen, data3, sizeof(data3)); in main()
67 test(hmac, key3, 80, data4, sizeof(data4)); in main()
68 test(hmac, key3, 80, data5, sizeof(data5)); in main()
80 test(hmac, key3, 20, data3, sizeof(data3)); in main()
81 test(hmac, key3, sizeof(key3), data4, sizeof(data4)); in main()
82 test(hmac, key3, sizeof(key3), data6, sizeof(data6)); in main()
/third_party/selinux/libsepol/cil/src/
Dcil_symtab.c154 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash()
188 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert()
201 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_insert()
207 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert()
237 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
250 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_search()
256 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
Dcil_symtab.h52 intptr_t key3; member
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/variable_statements/2_destructuring_variable_declarations/
Ddestructuring_variable_declarations_1.ts27 key3: ["content1", "content2"],
32 var { key1, key2: y, key3, key4: z = false, key5: k = true } = object_name; variable
36 Assert.equal("content1", key3[0]);
37 Assert.equal("content2", key3[1]);
Ddestructuring_variable_declarations_3.ts37 key3: ["content1", "content2"],
45 var { key1, key3: [y, z = 10, k = 10] = ohArray, key5: [a, b] = ohArray } = object_name; variable
/third_party/ltp/testcases/kernel/syscalls/request_key/
Drequest_key02.c30 static int key3; variable
39 {"ltp3", EKEYEXPIRED, &key3}
92 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT); in setup()
/third_party/PyYAML/tests/data/
Dspec-10-10.data4 ? explicit key3, # Empty value
7 simple key3, # Empty value
Dspec-10-10.canonical8 ? !!str "explicit key3"
14 ? !!str "simple key3"
Dspec-10-11.data4 ? explicit key3, # Implicit empty
Dspec-10-11.canonical13 ? !!str "explicit key3"
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_get.js107 assert(proxy.key3 === "value");
136 proxy.key3;
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c657 } keyset1, key3, key8, key9, key10;
1614 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign()
1737 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign()
1778 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign()
/third_party/node/test/parallel/
Dtest-crypto-dh-curves.js61 const key3 = ecdh3.generateKeys(); constant
64 () => ecdh2.computeSecret(key3, 'latin1', 'buffer'),
Dtest-https-strict.js54 const key3 = read('agent3-key.pem'); constant
78 key: key3,
/third_party/skia/tests/
DResourceCacheTest.cpp1048 GrUniqueKey key3; in test_duplicate_unique_key() local
1049 make_unique_key<0>(&key3, 0); in test_duplicate_unique_key()
1050 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key()
1060 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local
1063 make_unique_key<0>(&key3, 3); in test_purge_invalidated()
1072 c->resourcePriv().setUniqueKey(key3); in test_purge_invalidated()
1079 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
1093 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
1096 Bus::Post(Msg(key3, dContext->priv().contextID())); in test_purge_invalidated()
1100 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3)); in test_purge_invalidated()
[all …]
/third_party/openssl/test/
Drsa_test.c142 static int key3(RSA *key, unsigned char *c) in key3() function
228 clen = key3(*key, ctext); in rsa_setkey()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.7/8_Type_guards_inferred_from_in_operator/
D8_Type_guards_inferred_from_in_operator.ts30 key3: 'c'
/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs414 let key3 = dh3 in test_set_keys() localVariable
420 assert_eq!(key1.public_key(), key3.public_key()); in test_set_keys()
421 assert_eq!(key1.private_key(), key3.private_key()); in test_set_keys()
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py429 for key3 in keys3:
430 dat = (CHANNEL_TABLE[key3], result_channel[key][key3])
/third_party/jerryscript/tests/jerry/
Dobject-get-own-property-names.js26 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; property
Dobject-keys.js25 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; property
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1115 CollationKey key3; in TestSortKey() local
1116 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey()
1122 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey()
1141 tempkey = key3.getByteArray(keylength); in TestSortKey()
1155 tempkey = key3.getByteArray(keylength); in TestSortKey()
1172 tempkey = key3.getByteArray(keylength); in TestSortKey()
1181 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey()
1185 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey()
1202 tempkey = key3.getByteArray(keylength); in TestSortKey()
1216 tempkey = key3.getByteArray(keylength); in TestSortKey()
[all …]
/third_party/python/Lib/test/
Dtest_dict.py1505 for key3 in (key3_1, key3_2):
1507 dicts.append({'key1': 42, 'key2': 43, key3: 44})
1511 d[key3] = 44
1516 self.assertEqual(d.setdefault(key3, 44), 44)
1521 d.update({key3: 44})
1526 d |= {key3: 44}
1533 yield (key3, 44)
1542 d = {key: 42 + i for i,key in enumerate(['key1', 'key2', key3])}
/third_party/toybox/kconfig/lxdialog/
Dutil.c493 int key3; in on_key_esc() local
500 key3 = wgetch(win); in on_key_esc()
501 } while (key3 != ERR); in on_key_esc()

12