Home
last modified time | relevance | path

Searched refs:key1 (Results 126 - 150 of 351) sorted by relevance

12345678910>>...15

/third_party/node/test/parallel/
H A Dtest-https-strict.js45 // key1 is signed by ca1.
46 const key1 = read('agent1-key.pem');
68 key: key1,
/third_party/node/deps/cares/src/lib/
H A Dares__htable_asvp.c77 static ares_bool_t key_eq(const void *key1, const void *key2) in key_eq() argument
79 const ares_socket_t *k1 = key1; in key_eq()
H A Dares__htable.h79 * \param[in] key1 first key
83 typedef ares_bool_t (*ares__htable_key_eq_t)(const void *key1,
/third_party/node/deps/icu-small/source/common/
H A Dunistr_case.cpp239 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { in uhash_compareCaselessUnicodeString() argument
241 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; in uhash_compareCaselessUnicodeString()
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_case.cpp239 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { in uhash_compareCaselessUnicodeString() argument
241 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; in uhash_compareCaselessUnicodeString()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationKanaTest.java185 CollationKey key1, key2; in TestCommonCharacters()
195 key1 = rb.getCollationKey(string1); in TestCommonCharacters()
198 if ( result != 0 || !key1.equals(key2)) { in TestCommonCharacters()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationKanaTest.java188 CollationKey key1, key2; in TestCommonCharacters()
198 key1 = rb.getCollationKey(string1); in TestCommonCharacters()
201 if ( result != 0 || !key1.equals(key2)) { in TestCommonCharacters()
/third_party/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp1141 uint8_t key1[100], key2[100]; in TestT7189() local
1144 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status); in TestT7189()
1155 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) { in TestT7189()
1156 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1)); in TestT7189()
1158 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : " in TestT7189()
1197 CollationKey key1, key2; in caseFirstCompressionSub() local
1208 col->getCollationKey(str1, len, key1, status); in caseFirstCompressionSub()
1211 UCollationResult cmpKey = key1 in caseFirstCompressionSub()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c145 const ECX_KEY *key1 = keydata1; in ecx_match() local
153 ok = ok && key1->type == key2->type; in ecx_match()
158 const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL; in ecx_match()
160 size_t pal = key1->keylen; in ecx_match()
165 && key1->type == key2->type in ecx_match()
173 const unsigned char *pa = key1->privkey; in ecx_match()
175 size_t pal = key1->keylen; in ecx_match()
180 && key1->type == key2->type in ecx_match()
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c145 const ECX_KEY *key1 = keydata1; in ecx_match() local
153 ok = ok && key1->type == key2->type; in ecx_match()
158 const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL; in ecx_match()
160 size_t pal = key1->keylen; in ecx_match()
165 && key1->type == key2->type in ecx_match()
173 const unsigned char *pa = key1->privkey; in ecx_match()
175 size_t pal = key1->keylen; in ecx_match()
180 && key1->type == key2->type in ecx_match()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
185 key1 = get_unaligned_le16(k->kv_val + 4); in ath_hw_set_keycache_entry()
209 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ath_hw_set_keycache_entry()
228 * key1 [15:0] = TX key [31:16] in ath_hw_set_keycache_entry()
229 * key1 [31:16] = reserved in ath_hw_set_keycache_entry()
268 * key1 [31:0] = reserved in ath_hw_set_keycache_entry()
312 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
320 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
/kernel/linux/linux-5.10/fs/hfs/
H A Dextent.c40 * struct hfs_ext_key *key1: pointer to the first key to compare
45 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
47 * key1 and key2 point to "valid" (struct hfs_ext_key)s.
50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument
55 fnum1 = key1->ext.FNum; in hfs_ext_keycmp()
59 if (key1->ext.FkType != key2->ext.FkType) in hfs_ext_keycmp()
60 return key1->ext.FkType < key2->ext.FkType ? -1 : 1; in hfs_ext_keycmp()
62 block1 = key1 in hfs_ext_keycmp()
[all...]
H A Dcatalog.c160 * struct hfs_cat_key *key1: pointer to the first key to compare
165 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
167 * key1 and key2 point to "valid" (struct hfs_cat_key)s.
171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp() argument
175 k1p = key1->cat.ParID; in hfs_cat_keycmp()
181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len, in hfs_cat_keycmp()
/kernel/linux/linux-6.6/fs/hfs/
H A Dextent.c40 * struct hfs_ext_key *key1: pointer to the first key to compare
45 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
47 * key1 and key2 point to "valid" (struct hfs_ext_key)s.
50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument
55 fnum1 = key1->ext.FNum; in hfs_ext_keycmp()
59 if (key1->ext.FkType != key2->ext.FkType) in hfs_ext_keycmp()
60 return key1->ext.FkType < key2->ext.FkType ? -1 : 1; in hfs_ext_keycmp()
62 block1 = key1 in hfs_ext_keycmp()
[all...]
H A Dcatalog.c160 * struct hfs_cat_key *key1: pointer to the first key to compare
165 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
167 * key1 and key2 point to "valid" (struct hfs_cat_key)s.
171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp() argument
175 k1p = key1->cat.ParID; in hfs_cat_keycmp()
181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len, in hfs_cat_keycmp()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
185 key1 = get_unaligned_le16(k->kv_val + 4); in ath_hw_set_keycache_entry()
209 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ath_hw_set_keycache_entry()
228 * key1 [15:0] = TX key [31:16] in ath_hw_set_keycache_entry()
229 * key1 [31:16] = reserved in ath_hw_set_keycache_entry()
268 * key1 [31:0] = reserved in ath_hw_set_keycache_entry()
312 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
320 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
/kernel/linux/linux-6.6/kernel/futex/
H A Dwaitwake.c241 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local
248 ret = get_futex_key(uaddr1, flags & FLAGS_SHARED, &key1, FUTEX_READ); in futex_wake_op()
255 hb1 = futex_hash(&key1); in futex_wake_op()
287 if (futex_match (&this->key, &key1)) { in futex_wake_op()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.h362 explicit MouseClick(TouchOp type, const Point &point, const MouseButton &button, int32_t &key1, int32_t &key2) in MouseClick() argument
363 : type_(type), point_(point), button_(button), key1_(key1), key2_(key2) {}; in MouseClick()
379 explicit MouseScroll(const Point &point, int32_t scrollValue, int32_t key1, int32_t key2, uint32_t speed) in MouseScroll() argument
380 : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll()
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c32 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
381 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { in isEqualChars() argument
382 return (UBool)((key1.pointer != NULL) && in isEqualChars()
384 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0)); in isEqualChars()
/third_party/node/deps/v8/src/objects/
H A Dtransitions-inl.h280 int TransitionArray::CompareKeys(Name key1, uint32_t hash1, PropertyKind kind1, in CompareKeys() argument
284 int cmp = CompareNames(key1, hash1, key2, hash2); in CompareKeys()
290 int TransitionArray::CompareNames(Name key1, uint32_t hash1, Name key2, in CompareNames() argument
292 if (key1 != key2) { in CompareNames()
293 // In case of hash collisions key1 is always "less" than key2. in CompareNames()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.h63 int (*compare)(const void *key1, const void *key2),
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.h22 const AES_KEY *key1, const AES_KEY *key2,
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.h22 const AES_KEY *key1, const AES_KEY *key2,
/third_party/skia/tests/
H A DResourceCacheTest.cpp1060 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local
1061 make_unique_key<0>(&key1, 1); in test_purge_invalidated()
1070 a->resourcePriv().setUniqueKey(key1); in test_purge_invalidated()
1077 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key1)); in test_purge_invalidated()
1086 Bus::Post(Msg(key1, dContext->priv().contextID())); in test_purge_invalidated()
1090 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key1)); in test_purge_invalidated()
1128 GrUniqueKey key1, key2; in test_cache_chained_purge() local
1129 make_unique_key<0>(&key1, 1); in test_cache_chained_purge()
1134 a->resourcePriv().setUniqueKey(key1); in test_cache_chained_purge()
1375 GrUniqueKey key1, key in test_partial_purge() local
1462 GrUniqueKey key1, key2; test_custom_data() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c896 fs_cache_compare(const void *key1, const void *key2) in fs_cache_compare() argument
898 return memcmp(key1, key2, sizeof(struct v3d_fs_key)) == 0; in fs_cache_compare()
902 gs_cache_compare(const void *key1, const void *key2) in gs_cache_compare() argument
904 return memcmp(key1, key2, sizeof(struct v3d_gs_key)) == 0; in gs_cache_compare()
908 vs_cache_compare(const void *key1, const void *key2) in vs_cache_compare() argument
910 return memcmp(key1, key2, sizeof(struct v3d_vs_key)) == 0; in vs_cache_compare()
914 cs_cache_compare(const void *key1, const void *key2) in cs_cache_compare() argument
916 return memcmp(key1, key2, sizeof(struct v3d_key)) == 0; in cs_cache_compare()

Completed in 22 milliseconds

12345678910>>...15