/kernel/linux/linux-6.6/net/mptcp/ |
H A D | crypto_test.c | 37 u64 key1, key2; in mptcp_crypto_test_basic() local 44 key2 = be64_to_cpu(*((__be64 *)&tests[i].key[8])); in mptcp_crypto_test_basic() 51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A D | request_key02.c | 29 static int key2; variable 38 {"ltp2", EKEYREVOKED, &key2}, 91 key2 = init_key("ltp2", KEYCTL_REVOKE); in setup()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-dh.js | 15 const key2 = dh2.generateKeys('hex'); 16 const secret1 = dh1.computeSecret(key2, 'hex', 'base64'); 38 const secret3 = dh3.computeSecret(key2, 'hex', 'base64'); 51 const secret4 = dh4.computeSecret(key2, 'hex', 'base64');
|
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 373 * @key2: Pointer to key2 377 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex() argument 379 return (key1 && key2 in match_futex() 380 && key1->both.word == key2->both.word in match_futex() 381 && key1->both.ptr == key2->both.ptr in match_futex() 382 && key1->both.offset == key2->both.offset); in match_futex() 1699 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local 1709 ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2, FUTEX_WRITE); in futex_wake_op() 1714 hb2 = hash_futex(&key2); in futex_wake_op() 1789 requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key2) requeue_futex() argument 1864 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key1, union futex_key *key2, struct futex_pi_state **ps, struct task_struct **exiting, int set_waiters) futex_proxy_trylock_atomic() argument 1934 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; futex_requeue() local 3107 handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, struct futex_q *q, union futex_key *key2, struct hrtimer_sleeper *timeout) handle_early_requeue_pi_wakeup() argument 3186 union futex_key key2 = FUTEX_KEY_INIT; futex_wait_requeue_pi() local [all...] |
/test/xts/acts/startup_lite/syspara_hal/src/ |
H A D | parameter_func_test.c | 139 char key2[] = "rw.sys.version.version"; variable 143 ret = SetParameter(key2, value2); 213 char key2[] = "rw.sys.version.version.version.version"; variable 215 ret = SetParameter(key2, value2); 296 char key2[] = "rw.sys.version.version2"; variable 300 ret = SetParameter(key2, value2); 456 char key2[] = "rw.sys.version.version"; variable 461 SetParameter(key2, rightVal2); 462 ret = GetParameter(key2, g_defSysParam, value2, MAX_LEN);
|
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | futex.h | 131 * @key2: Pointer to key2 135 static inline int futex_match(union futex_key *key1, union futex_key *key2) in futex_match() argument 137 return (key1 && key2 in futex_match() 138 && key1->both.word == key2->both.word in futex_match() 139 && key1->both.ptr == key2->both.ptr in futex_match() 140 && key1->both.offset == key2->both.offset); in futex_match()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | uvectest.cpp | 74 UVectorTest_compareInt32(UElement key1, UElement key2) { in UVectorTest_compareInt32() argument 75 if (key1.integer > key2.integer) { in UVectorTest_compareInt32() 78 else if (key1.integer < key2.integer) { in UVectorTest_compareInt32() 86 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { in UVectorTest_compareCstrings() argument 87 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer); in UVectorTest_compareCstrings() 183 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) { in neverTRUE()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_silencedetect.c | 70 char key2[128]; in set_meta() local 73 snprintf(key2, sizeof(key2), "lavfi.%s.%d", key, channel); in set_meta() 75 snprintf(key2, sizeof(key2), "lavfi.%s", key); in set_meta() 76 av_dict_set(&insamples->metadata, key2, value, 0); in set_meta()
|
H A D | vf_identity.c | 160 char key2[128]; in set_meta() local 161 snprintf(key2, sizeof(key2), "lavfi.%s.%s%s%c", in set_meta() 163 av_dict_set(metadata, key2, value, 0); in set_meta() 165 char key2[128]; in set_meta() local 166 snprintf(key2, sizeof(key2), "lavfi.%s.%s%s", in set_meta() 168 av_dict_set(metadata, key2, value, 0); in set_meta()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | state-values-utils.cc | 24 bool StateValuesCache::AreKeysEqual(void* key1, void* key2) { in AreKeysEqual() argument 26 NodeKey* node_key2 = reinterpret_cast<NodeKey*>(key2); in AreKeysEqual() 31 reinterpret_cast<StateValuesKey*>(key2)); in AreKeysEqual() 39 return IsKeysEqualToNode(reinterpret_cast<StateValuesKey*>(key2), in AreKeysEqual() 75 StateValuesKey* key2) { in AreValueKeysEqual() 76 if (key1->count != key2->count) { in AreValueKeysEqual() 79 if (key1->mask != key2->mask) { in AreValueKeysEqual() 83 if (key1->values[i] != key2->values[i]) { in AreValueKeysEqual() 74 AreValueKeysEqual(StateValuesKey* key1, StateValuesKey* key2) AreValueKeysEqual() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 160 const MAC_KEY *key2 = keydata2; in mac_match() local 167 if ((key1->priv_key == NULL && key2->priv_key != NULL) in mac_match() 168 || (key1->priv_key != NULL && key2->priv_key == NULL) in mac_match() 169 || key1->priv_key_len != key2->priv_key_len in mac_match() 170 || (key1->cipher.cipher == NULL && key2->cipher.cipher != NULL) in mac_match() 171 || (key1->cipher.cipher != NULL && key2->cipher.cipher == NULL)) in mac_match() 174 ok = ok && (key1->priv_key == NULL /* implies key2->privkey == NULL */ in mac_match() 175 || CRYPTO_memcmp(key1->priv_key, key2->priv_key, in mac_match() 179 EVP_CIPHER_get0_name(key2->cipher.cipher)); in mac_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 160 const MAC_KEY *key2 = keydata2; in mac_match() local 167 if ((key1->priv_key == NULL && key2->priv_key != NULL) in mac_match() 168 || (key1->priv_key != NULL && key2->priv_key == NULL) in mac_match() 169 || key1->priv_key_len != key2->priv_key_len in mac_match() 170 || (key1->cipher.cipher == NULL && key2->cipher.cipher != NULL) in mac_match() 171 || (key1->cipher.cipher != NULL && key2->cipher.cipher == NULL)) in mac_match() 174 ok = ok && (key1->priv_key == NULL /* implies key2->privkey == NULL */ in mac_match() 175 || CRYPTO_memcmp(key1->priv_key, key2->priv_key, in mac_match() 179 EVP_CIPHER_get0_name(key2->cipher.cipher)); in mac_match()
|
/third_party/icu/icu4c/source/common/ |
H A D | uelement.h | 77 * @param key2 The string for comparison 78 * @return true if key1 and key2 are equal, return false otherwise. 81 uhash_compareUnicodeString(const UElement key1, const UElement key2); 88 * @param key2 The string for comparison 89 * @return true if key1 and key2 are equal, return false otherwise. 92 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2);
|
H A D | uhash.h | 701 * @param key2 The string for comparison 702 * @return true if key1 and key2 are equal, return false otherwise. 705 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 711 * @param key2 The string for comparison 712 * @return true if key1 and key2 are equal, return false otherwise. 715 uhash_compareChars(const UHashTok key1, const UHashTok key2); 721 * @param key2 The string for comparison 722 * @return true if key1 and key2 are equal, return false otherwise. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2); 764 * @return true if key1 and key2 ar [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uelement.h | 77 * @param key2 The string for comparison 78 * @return true if key1 and key2 are equal, return false otherwise. 81 uhash_compareUnicodeString(const UElement key1, const UElement key2); 88 * @param key2 The string for comparison 89 * @return true if key1 and key2 are equal, return false otherwise. 92 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2);
|
H A D | uhash.h | 701 * @param key2 The string for comparison 702 * @return true if key1 and key2 are equal, return false otherwise. 705 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 711 * @param key2 The string for comparison 712 * @return true if key1 and key2 are equal, return false otherwise. 715 uhash_compareChars(const UHashTok key1, const UHashTok key2); 721 * @param key2 The string for comparison 722 * @return true if key1 and key2 are equal, return false otherwise. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2); 764 * @return true if key1 and key2 ar [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uelement.h | 74 * @param key2 The string for comparison 75 * @return true if key1 and key2 are equal, return false otherwise. 78 uhash_compareUnicodeString(const UElement key1, const UElement key2); 85 * @param key2 The string for comparison 86 * @return true if key1 and key2 are equal, return false otherwise. 89 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2);
|
H A D | uhash.h | 701 * @param key2 The string for comparison 702 * @return true if key1 and key2 are equal, return false otherwise. 705 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 711 * @param key2 The string for comparison 712 * @return true if key1 and key2 are equal, return false otherwise. 715 uhash_compareChars(const UHashTok key1, const UHashTok key2); 721 * @param key2 The string for comparison 722 * @return true if key1 and key2 are equal, return false otherwise. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2); 764 * @return true if key1 and key2 ar [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationCreationMethodTest.java | 47 CollationKey key2; in TestRuleVsLocaleCreationMonkey() 81 key2 = ruleCollator.getCollationKey(randString1); in TestRuleVsLocaleCreationMonkey() 83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationCreationMethodTest.java | 50 CollationKey key2; in TestRuleVsLocaleCreationMonkey() 84 key2 = ruleCollator.getCollationKey(randString1); in TestRuleVsLocaleCreationMonkey() 86 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 26 "\"key2\":" "null" 37 "\"key2\":" "null" 63 const char *key2; member 68 LSM_STRING_PTR (t2_cred_t, key2, "key2"), 147 lwsl_notice("%s: key1: %s, key2: %s\n", __func__, in t2_config_dump() 148 c->creds->key1, c->creds->key2); in t2_config_dump()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 144 if (in->xts.key2 != NULL) { in aes_xts_dupctx() 145 if (in->xts.key2 != &in->ks2) in aes_xts_dupctx() 164 || ctx->xts.key2 == NULL in aes_xts_cipher() 183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 144 if (in->xts.key2 != NULL) { in aes_xts_dupctx() 145 if (in->xts.key2 != &in->ks2) in aes_xts_dupctx() 164 || ctx->xts.key2 == NULL in aes_xts_cipher() 183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | symtab.c | 26 static int symcmp(const void *key1, const void *key2) in symcmp() argument 31 keyp2 = key2; in symcmp()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | symtab.c | 26 static int symcmp(const void *key1, const void *key2) in symcmp() argument 31 keyp2 = key2; in symcmp()
|