Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
DS3ExpressIdentityKeyTest.java54 S3ExpressIdentityKey key2 = key("a", sdkClient2, identity1); in differentClients_DoNotAffectHashcode() local
65 S3ExpressIdentityKey key2 = key("a", sdkClient1, identity1); in differentProviders_DoNotAffectHashcode() local
76 S3ExpressIdentityKey key2 = key("b", sdkClient1, identity1); in differentBuckets_ProduceDifferentHashCodes() local
88 S3ExpressIdentityKey key2 = key("a", sdkClient1, identity2); in differentIdentities_ProduceDifferentHashCodes() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DPrimitiveSetTest.java95 Key key2 = in testBasicFunctionalityWithDeprecatedMutableInterface() local
158 Key key2 = in testBasicFunctionalityWithBuilder() local
240 Key key2 = in testAddTwoPrimaryPrimitivesWithBuilder_throws() local
263 Key key2 = in testAddFullPrimitiveAndOptionalPrimitive_works() local
306 Key key2 = in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
364 Key key2 = in testAddFullPrimitiveAndOptionalPrimitive_keysHandledCorrectly() local
413 Key key2 = in testAddFullPrimitiveAndOptionalPrimitive_primitiveHandledCorrectly() local
454 Key key2 = in testAddFullPrimitiveAndOptionalPrimitive_throwsOnDoublePrimaryAdd() local
612 Key key2 = in testDuplicateKeys() local
722 Key key2 = in testDuplicateKeysWithBuilder() local
[all …]
/external/cronet/stable/crypto/
Dsymmetric_key_unittest.cc22 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
34 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
47 std::unique_ptr<crypto::SymmetricKey> key2(crypto::SymmetricKey::Import( in TEST() local
/external/cronet/tot/crypto/
Dsymmetric_key_unittest.cc22 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
34 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
47 std::unique_ptr<crypto::SymmetricKey> key2(crypto::SymmetricKey::Import( in TEST() local
/external/tink-java/src/test/java/com/google/crypto/tink/internal/
DPrimitiveSetTest.java148 Key key2 = in testBasicFunctionality() local
212 Key key2 = in testAddFullPrimitive_works() local
254 Key key2 = in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
302 Key key2 = in testAddFullPrimitive_keysHandledCorrectly() local
346 Key key2 = in testAddFullPrimitive_throwsOnDoublePrimaryAdd() local
486 Key key2 = in testDuplicateKeys() local
658 Key key2 = in testPrefixIsUnique() local
699 Key key2 = in getAllInKeysetOrder_works() local
DLegacyKeyManagerImplTest.java202 HmacKey key2 = (HmacKey) keyManager.newKey(keyFormat.toByteString()); in newKey_byteString_works() local
217 HmacKey key2 = (HmacKey) keyManager.newKey(keyFormat); in newKey_messageLite_works() local
236 HmacKey key2 = HmacKey.parseFrom(keyData2.getValue(), ExtensionRegistryLite.getEmptyRegistry()); in newKeyData_works() local
352 EcdsaPrivateKey key2 = (EcdsaPrivateKey) privateKeyManager.newKey(keyFormat.toByteString()); in privateKeyManager_newKey_byteString_works() local
370 EcdsaPrivateKey key2 = (EcdsaPrivateKey) privateKeyManager.newKey(keyFormat); in privateKeyManager_newKey_messageLite_works() local
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java52 Key key2 = new Key(0); in leaf_collision() local
71 Key key2 = new Key(1); in leaf_insert() local
111 Key key2 = new Key(key1.hashCode()); in collisionLeaf_insert() local
157 Key key2 = new Key(key1.hashCode()); in collisionLeaf_collision() local
182 final Key key2 = new Key(19); in compressedIndex_combine_differentIndexBit() local
213 final Key key2 = new Key(31 << 5 | 1); // 5 bit regions: (31, 1) in compressedIndex_combine_sameIndexBit() local
/external/cronet/stable/third_party/libxml/src/
Dhash.c40 xmlChar *key2; /* TODO: Don't allocate possibly empty keys */ member
61 xmlHashValue(unsigned seed, const xmlChar *key, const xmlChar *key2, in xmlHashValue()
293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry()
426 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateInternal()
637 const xmlChar *key2, void *payload) { in xmlHashAdd2()
659 const xmlChar *key2, const xmlChar *key3, in xmlHashAdd3()
707 const xmlChar *key2, void *payload) { in xmlHashAddEntry2()
734 const xmlChar *key2, const xmlChar *key3, in xmlHashAddEntry3()
786 const xmlChar *key2, void *payload, in xmlHashUpdateEntry2()
814 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateEntry3()
[all …]
/external/libxml2/
Dhash.c40 xmlChar *key2; /* TODO: Don't allocate possibly empty keys */ member
61 xmlHashValue(unsigned seed, const xmlChar *key, const xmlChar *key2, in xmlHashValue()
293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry()
426 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateInternal()
637 const xmlChar *key2, void *payload) { in xmlHashAdd2()
659 const xmlChar *key2, const xmlChar *key3, in xmlHashAdd3()
707 const xmlChar *key2, void *payload) { in xmlHashAddEntry2()
734 const xmlChar *key2, const xmlChar *key3, in xmlHashAddEntry3()
786 const xmlChar *key2, void *payload, in xmlHashUpdateEntry2()
814 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateEntry3()
[all …]
/external/cronet/tot/third_party/libxml/src/
Dhash.c40 xmlChar *key2; /* TODO: Don't allocate possibly empty keys */ member
61 xmlHashValue(unsigned seed, const xmlChar *key, const xmlChar *key2, in xmlHashValue()
293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry()
426 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateInternal()
637 const xmlChar *key2, void *payload) { in xmlHashAdd2()
659 const xmlChar *key2, const xmlChar *key3, in xmlHashAdd3()
707 const xmlChar *key2, void *payload) { in xmlHashAddEntry2()
734 const xmlChar *key2, const xmlChar *key3, in xmlHashAddEntry3()
786 const xmlChar *key2, void *payload, in xmlHashUpdateEntry2()
814 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateEntry3()
[all …]
/external/tink-java/src/main/java/com/google/crypto/tink/internal/
DKeyTester.java78 private static void testSameGroupKeys(String keysIdentifier, Key key1, Key key2) { in testSameGroupKeys()
92 String keyIdentifier1, String keyIdentifier2, Key key1, Key key2) { in testDifferentGroupKeys()
132 Key key2 = group2.getValue().get(i2); in doTests() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
DKeyTester.java78 private static void testSameGroupKeys(String keysIdentifier, Key key1, Key key2) { in testSameGroupKeys()
92 String keyIdentifier1, String keyIdentifier2, Key key1, Key key2) { in testDifferentGroupKeys()
132 Key key2 = group2.getValue().get(i2); in doTests() local
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dfusion_map.cpp19 std::string key2; member
105 auto const key2 = lit("key2") >> attr(key2_attr()); in main() local
119 auto key2 = lit("key2") >> attr(key2_attr()); in main() local
/external/libchrome/crypto/
Dsymmetric_key_unittest.cc22 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
34 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
47 std::unique_ptr<crypto::SymmetricKey> key2(crypto::SymmetricKey::Import( in TEST() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
DAeadWrapperTest.java238 Key key2 = getKey(aesCtrHmacAeadKey2, /*keyId=*/ 234, prefix2); in decryptWorksIfCiphertextIsValidForAnyPrimitiveInThePrimitiveSet() local
261 Key key2 = getKey(aesCtrHmacAeadKey2, /*keyId=*/ 234, OutputPrefixType.TINK); in encryptUsesPrimaryPrimitive() local
288 Key key2 = getKey(aesCtrHmacAeadKey2, /*keyId=*/ 123, prefix); in decryptFailsIfEncryptedWithOtherKeyEvenIfKeyIdsAreEqual() local
314 Key key2 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 234, prefix); in nonRawKeysWithSameKeyMaterialButDifferentKeyIds_decryptFails() local
333 Key key2 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 234, OutputPrefixType.RAW); in rawKeysWithSameKeyMaterialButDifferentKeyIds_decryptWorks() local
431 Key key2 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 43, OutputPrefixType.RAW); in testAeadWithAnnotations_hasMonitoring() local
/external/lzma/CPP/7zip/Crypto/
DZipCrypto.cpp27 UInt32 key2 = 0x34567890; in Z7_COM7F_IMF() local
65 UInt32 key2 = this->Key2; in Z7_COM7F_IMF2() local
97 UInt32 key2 = this->Key2; in Z7_COM7F_IMF2() local
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/
DTransactionSnippets.java159 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in multipleAddEntities() local
181 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in multipleUpdateEntities() local
201 IncompleteKey key2 = datastore.newKeyFactory().setKind("MyKind").newKey(); in multipleAddEntitiesDeferredId() local
222 IncompleteKey key2 = datastore.newKeyFactory().setKind("MyKind").newKey(); in multiplePutEntitiesDeferredId() local
241 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in multipleDeleteEntities() local
274 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in multiplePutEntities() local
DDatastoreSnippets.java75 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in newBatch() local
124 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in batchUpdateEntities() local
163 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in batchAddEntities() local
202 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in batchPutEntities() local
218 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName2); in batchDeleteEntities() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DChainedMap.java33 public V get(K2 key2, K1 key1) { in get()
38 public Map<K1, V> get(K2 key2) { in get()
44 public V put(K2 key2, K1 key1, V value) { in put()
92 public V get(K3 key3, K2 key2, K1 key1) { in get()
104 public V put(K3 key3, K2 key2, K1 key1, V value) { in put()
155 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get()
167 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put()
/external/cronet/stable/net/cert/
Dcert_verifier_unittest.cc42 CertVerifier::RequestParams key2; in TEST() member
126 const CertVerifier::RequestParams& key2 = test.key2; in TEST() local
/external/cronet/tot/net/cert/
Dcert_verifier_unittest.cc42 CertVerifier::RequestParams key2; in TEST() member
126 const CertVerifier::RequestParams& key2 = test.key2; in TEST() local
/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/datastore/snippets/
DITTransactionSnippets.java138 Key key2 = keys.get(1); in testAddGetMultipleDeferredId() local
173 Key key2 = keys.get(1); in testPutGetMultipleDeferredId() local
182 Key key2 = datastore.newKeyFactory().setKind("MyKind").newKey("fetch_key_2"); in testFetchDeleteEntitiesWithKeys() local
214 Key key2 = in testRun() local
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/conditional/
DBetweenConditional.java40 private final Key key2; field in BetweenConditional
42 public BetweenConditional(Key key1, Key key2) { in BetweenConditional()
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
DCollationCreationMethodTest.java47 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local
83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationCreationMethodTest.java50 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local
86 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local

12345678910>>...16