Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dfusion_map.cpp18 std::string key1; member
49 auto const key1 = lit("key1") >> attr(key1_attr()); in main() local
66 auto const key1 = lit("key1") >> attr(key1_attr()); in main() local
75 auto const key1 = lit("key1") >> attr(key1_attr()); in main() local
104 auto const key1 = lit("key1") >> attr(key1_attr()); in main() local
118 auto key1 = lit("key1") >> attr(key1_attr()); in main() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DPrimitiveSetTest.java88 Key key1 = in testBasicFunctionalityWithDeprecatedMutableInterface() local
152 Key key1 = in testBasicFunctionalityWithBuilder() local
234 Key key1 = in testAddTwoPrimaryPrimitivesWithBuilder_throws() local
257 Key key1 = in testAddFullPrimitiveAndOptionalPrimitive_works() local
300 Key key1 = in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
358 Key key1 = in testAddFullPrimitiveAndOptionalPrimitive_keysHandledCorrectly() local
407 Key key1 = in testAddFullPrimitiveAndOptionalPrimitive_primitiveHandledCorrectly() local
448 Key key1 = in testAddFullPrimitiveAndOptionalPrimitive_throwsOnDoublePrimaryAdd() local
492 Key key1 = in testEntryGetParametersToString() local
519 Key key1 = in getKeyWithoutParser_givesLegacyProtoKey() local
[all …]
DMonitoringUtilTest.java65 Keyset.Key key1 = in monitoringKeysetInfoFromPrimitiveSetTwoEntries() local
85 Keyset.Key key1 = in monitoringKeysetInfoFromPrimitiveSetWithoutPrimaryAndAnnotations() local
/external/tink-java/src/test/java/com/google/crypto/tink/internal/
DPrimitiveSetTest.java142 Key key1 = in testBasicFunctionality() local
206 Key key1 = in testAddFullPrimitive_works() local
248 Key key1 = in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
296 Key key1 = in testAddFullPrimitive_keysHandledCorrectly() local
340 Key key1 = in testAddFullPrimitive_throwsOnDoublePrimaryAdd() local
378 Key key1 = in testEntryGetParametersToString() local
398 Key key1 = in getKeyWithoutParser_givesLegacyProtoKey() local
480 Key key1 = in testDuplicateKeys() local
589 Key key1 = Key.newBuilder().setKeyId(1).setStatus(KeyStatusType.ENABLED).build(); in testAddFullPrimive_withUnknownPrefixType_shouldFail() local
607 Key key1 = in testAddFullPrimive_withDisabledKey_shouldFail() local
[all …]
DLegacyKeyManagerImplTest.java201 HmacKey key1 = (HmacKey) keyManager.newKey(keyFormat.toByteString()); in newKey_byteString_works() local
216 HmacKey key1 = (HmacKey) keyManager.newKey(keyFormat); in newKey_messageLite_works() local
235 HmacKey key1 = HmacKey.parseFrom(keyData1.getValue(), ExtensionRegistryLite.getEmptyRegistry()); in newKeyData_works() local
351 EcdsaPrivateKey key1 = (EcdsaPrivateKey) privateKeyManager.newKey(keyFormat.toByteString()); in privateKeyManager_newKey_byteString_works() local
369 EcdsaPrivateKey key1 = (EcdsaPrivateKey) privateKeyManager.newKey(keyFormat); in privateKeyManager_newKey_messageLite_works() local
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
DS3ExpressIdentityKeyTest.java53 S3ExpressIdentityKey key1 = key("a", sdkClient1, identity1); in differentClients_DoNotAffectHashcode() local
64 S3ExpressIdentityKey key1 = key("a", sdkClient1, identity1); in differentProviders_DoNotAffectHashcode() local
75 S3ExpressIdentityKey key1 = key("a", sdkClient1, identity1); in differentBuckets_ProduceDifferentHashCodes() local
87 S3ExpressIdentityKey key1 = key("a", sdkClient1, identity1); in differentIdentities_ProduceDifferentHashCodes() local
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java51 Key key1 = new Key(0); in leaf_collision() local
70 Key key1 = new Key(0); in leaf_insert() local
90 Key key1 = new Key(0); in collisionLeaf_assertKeysDifferent() local
110 Key key1 = new Key(0); in collisionLeaf_insert() local
156 Key key1 = new Key(0); in collisionLeaf_collision() local
181 final Key key1 = new Key(7); in compressedIndex_combine_differentIndexBit() local
212 final Key key1 = new Key(17 << 5 | 1); // 5 bit regions: (17, 1) in compressedIndex_combine_sameIndexBit() local
/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()
131 Key key1 = group1.getValue().get(i1); 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()
131 Key key1 = group1.getValue().get(i1); in doTests() local
/external/cronet/stable/crypto/
Dsymmetric_key_unittest.cc30 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local
42 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local
/external/cronet/tot/crypto/
Dsymmetric_key_unittest.cc30 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local
42 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
DAeadWrapperTest.java237 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 123, prefix1); in decryptWorksIfCiphertextIsValidForAnyPrimitiveInThePrimitiveSet() local
260 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 123, OutputPrefixType.TINK); in encryptUsesPrimaryPrimitive() local
287 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 123, prefix); in decryptFailsIfEncryptedWithOtherKeyEvenIfKeyIdsAreEqual() local
313 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 123, prefix); in nonRawKeysWithSameKeyMaterialButDifferentKeyIds_decryptFails() local
332 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 123, OutputPrefixType.RAW); in rawKeysWithSameKeyMaterialButDifferentKeyIds_decryptWorks() local
430 Key key1 = getKey(aesCtrHmacAeadKey, /*keyId=*/ 42, OutputPrefixType.TINK); in testAeadWithAnnotations_hasMonitoring() local
/external/lzma/CPP/7zip/Crypto/
DZipCrypto.cpp26 UInt32 key1 = 0x23456789; in Z7_COM7F_IMF() local
64 UInt32 key1 = this->Key1; in Z7_COM7F_IMF2() local
96 UInt32 key1 = this->Key1; in Z7_COM7F_IMF2() local
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/
DTransactionSnippets.java154 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in multipleAddEntities() local
176 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in multipleUpdateEntities() local
196 IncompleteKey key1 = datastore.newKeyFactory().setKind("MyKind").newKey(); in multipleAddEntitiesDeferredId() local
217 IncompleteKey key1 = datastore.newKeyFactory().setKind("MyKind").newKey(); in multiplePutEntitiesDeferredId() local
240 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in multipleDeleteEntities() local
269 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in multiplePutEntities() local
DDatastoreSnippets.java74 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in newBatch() local
119 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in batchUpdateEntities() local
158 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in batchAddEntities() local
197 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in batchPutEntities() local
217 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey(keyName1); in batchDeleteEntities() local
/external/cronet/stable/net/cert/
Dcert_verifier_unittest.cc41 CertVerifier::RequestParams key1; in TEST() member
125 const CertVerifier::RequestParams& key1 = test.key1; in TEST() local
/external/cronet/tot/net/cert/
Dcert_verifier_unittest.cc41 CertVerifier::RequestParams key1; in TEST() member
125 const CertVerifier::RequestParams& key1 = test.key1; in TEST() local
/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/
Dmapofenumtomapofstringtoenumcopier.java26 value.forEach((key1, value1) -> { in copy() argument
52 value.forEach((key1, value1) -> { in copyEnumToString() argument
79 value.forEach((key1, value1) -> { in copyStringToEnum() argument
/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/datastore/snippets/
DITTransactionSnippets.java134 Key key1 = keys.get(0); in testAddGetMultipleDeferredId() local
169 Key key1 = keys.get(0); in testPutGetMultipleDeferredId() local
181 Key key1 = datastore.newKeyFactory().setKind("MyKind").newKey("fetch_key_1"); in testFetchDeleteEntitiesWithKeys() local
211 Key key1 = datastore.newKeyFactory().setKind("ParentKind").newKey("run_key_1"); in testRun() local
/external/rust/crates/openssl/src/
Dmd_ctx.rs411 let key1 = Rsa::generate(4096).unwrap(); in verify_fail() localVariable
412 let key1 = PKey::from_rsa(key1).unwrap(); in verify_fail() localVariable
433 let key1 = Rsa::generate(2048).unwrap(); in verify_success() localVariable
434 let key1 = PKey::from_rsa(key1).unwrap(); in verify_success() localVariable
456 let key1 = PKey::from_rsa(rsa.clone()).unwrap(); in verify_with_public_success() localVariable
474 let key1 = PKey::from_rsa(rsa).unwrap(); in verify_with_public_success() localVariable
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/conditional/
DBetweenConditional.java39 private final Key key1; field in BetweenConditional
42 public BetweenConditional(Key key1, Key key2) { in BetweenConditional()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DChainedMap.java33 public V get(K2 key2, K1 key1) { 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/base/
Dsupports_user_data_unittest.cc50 char key1 = 0; in TEST_F() local
66 char key1 = 0; in TEST_F() local
82 char key1 = 0; in TEST_F() local
/external/vboot_reference/tests/
Dvb2_common2_tests.c108 static void test_unpack_key(const struct vb2_packed_key *key1) in test_unpack_key()
166 static void test_verify_data(const struct vb2_packed_key *key1, in test_verify_data()
298 struct vb2_packed_key *key1 = NULL; in test_algorithm() local
/external/cronet/tot/base/
Dsupports_user_data_unittest.cc50 char key1 = 0; in TEST_F() local
66 char key1 = 0; in TEST_F() local
82 char key1 = 0; in TEST_F() local

12345678910>>...16