/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 81 key2="$(pp wg genkey)" 85 pub2="$(pp wg pubkey <<<"$key2")" 89 [[ -n $key1 && -n $key2 && -n $psk ]] 105 private-key <(echo "$key2") \ 246 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpoint 127.212.121.99:9998 611 n0 wg set wg0 private-key <(echo "$key2")
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 83 key2="$(pp wg genkey)" 87 pub2="$(pp wg pubkey <<<"$key2")" 91 [[ -n $key1 && -n $key2 && -n $psk ]] 107 private-key <(echo "$key2") \ 246 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpoint 127.212.121.99:9998 623 n0 wg set wg0 private-key <(echo "$key2")
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_misc.c | 369 const union ubifs_key *key1, *key2; in read_znode() local 372 key2 = &znode->zbranch[i + 1].key; in read_znode() 374 cmp = keys_cmp(c, key1, key2); in read_znode()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc_misc.c | 369 const union ubifs_key *key1, *key2; in read_znode() local 372 key2 = &znode->zbranch[i + 1].key; in read_znode() 374 cmp = keys_cmp(c, key1, key2); in read_znode()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | unifiedcachetest.cpp | 386 LocaleCacheKey<UCTItem> key2("en_US"); in TestHashEquals() 389 assertTrue("", key1.hashCode() == key2.hashCode()); in TestHashEquals() 393 assertTrue("", key1 == key2); in TestHashEquals()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-binary-default.js | 591 const key2 = dh2.generateKeys('hex'); 592 const secret1 = dh1.computeSecret(key2, 'hex', 'base64'); 609 const secret3 = dh3.computeSecret(key2, 'hex', 'base64');
|
/third_party/curl/lib/ |
H A D | hash.h | 43 void *key2,
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 55 const lws_map_value_t key2, size_t kl2);
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_set.js | 130 Object.defineProperty(target, "key2", { 136 proxy.key2 = 500;
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-keys.js | 25 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; 27 // props should contain: key1,key2,key3,key4,key5 and the order is not defined! 29 assert (props.indexOf("key2") !== -1);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | aes.h | 94 size_t length, const AES_KEY *key, const AES_KEY *key2,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | aes.h | 77 const AES_KEY *key2, const unsigned char *ivec,
|
/third_party/openssl/include/openssl/ |
H A D | aes.h | 94 size_t length, const AES_KEY *key, const AES_KEY *key2,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scriptset.h | 78 uhash_compareScriptSet(const UElement key1, const UElement key2);
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_symtab.h | 51 intptr_t key2; member
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationFrenchTest.java | 186 CollationKey key2 in TestContinuationReordering() 188 if (key1.compareTo(key2) >= 0) { in TestContinuationReordering()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StaticUnicodeSets.java | 100 * Checks if the UnicodeSet given by either key1 or key2 contains the string. 108 * @param key2 110 * @return key1 if that set contains str; key2 if that set contains str; or COUNT if neither set 113 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom() argument 114 return get(key1).contains(str) ? key1 : chooseFrom(str, key2); in chooseFrom()
|
/third_party/icu/icu4c/source/common/ |
H A D | static_unicode_sets.cpp | 226 Key unisets::chooseFrom(UnicodeString str, Key key1, Key key2) { in chooseFrom() argument 227 return get(key1)->contains(str) ? key1 : chooseFrom(str, key2); in chooseFrom()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationFrenchTest.java | 189 CollationKey key2 in TestContinuationReordering() 191 if (key1.compareTo(key2) >= 0) { in TestContinuationReordering()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StaticUnicodeSets.java | 107 * Checks if the UnicodeSet given by either key1 or key2 contains the string. 115 * @param key2 117 * @return key1 if that set contains str; key2 if that set contains str; or COUNT if neither set 120 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom() argument 121 return safeContains(get(key1), str) ? key1 : chooseFrom(str, key2); in chooseFrom()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | scriptset.cpp | 282 uhash_equalsScriptSet(const UElement key1, const UElement key2) { in uhash_equalsScriptSet() argument 284 icu::ScriptSet *s2 = static_cast<icu::ScriptSet *>(key2.pointer); in uhash_equalsScriptSet()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | static_unicode_sets.cpp | 226 Key unisets::chooseFrom(UnicodeString str, Key key1, Key key2) { in chooseFrom() argument 227 return get(key1)->contains(str) ? key1 : chooseFrom(str, key2); in chooseFrom()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.cpp | 282 uhash_equalsScriptSet(const UElement key1, const UElement key2) { in uhash_equalsScriptSet() argument 284 icu::ScriptSet *s2 = static_cast<icu::ScriptSet *>(key2.pointer); in uhash_equalsScriptSet()
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.h | 370 PropertyAttributes attributes1, Name key2, 374 // Compares keys, returns -1 if key1 is "less" than key2, 375 // 0 if key1 equal to key2 and 1 otherwise. 376 static inline int CompareNames(Name key1, uint32_t hash1, Name key2,
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.cc | 63 static bool Match(void* key1, void* key2) { in Match() 67 static_cast<IntrinsicFunctionIdentifier*>(key2); in Match()
|