Home
last modified time | relevance | path

Searched defs:handle2 (Results 1 – 25 of 93) sorted by relevance

1234

/external/tink-java/src/test/java/com/google/crypto/tink/
DBinaryKeysetReaderTest.java43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
58 KeysetHandle handle2 = in testReadWithInputStream_singleKey_shouldWork() local
84 KeysetHandle handle2 = in testReadWithInputStream_multipleKeys_shouldWork() local
101 KeysetHandle handle2 = CleartextKeysetHandle.read(reader); in testReadWithBytes_shouldWork() local
129 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local
165 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local
DJsonKeysetReaderTest.java83 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
97 KeysetHandle handle2 = in testRead_singleKey_shouldWork() local
121 KeysetHandle handle2 = in testRead_multipleKeys_shouldWork() local
173 KeysetHandle handle2 = in testRead_urlSafeKeyset_shouldWork() local
288 KeysetHandle handle2 = in testRead_jsonKeysetWriter_shouldWork() local
297 KeysetHandle handle2 = in testRead_staticMethods_validKeyset_shouldWork() local
320 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local
356 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local
379 KeysetHandle handle2 = in testReadEncrypted_missingKeysetInfo_shouldSucceed() local
413 KeysetHandle handle2 = in testReadEncrypted_jsonKeysetWriter_shouldWork() local
DJsonKeysetWriterTest.java43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
55 KeysetHandle handle2 = in testWrite_shouldWork() local
94 KeysetHandle handle2 = in testWriteEncrypted_shouldWork() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DBinaryKeysetReaderTest.java43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
58 KeysetHandle handle2 = in testReadWithInputStream_singleKey_shouldWork() local
84 KeysetHandle handle2 = in testReadWithInputStream_multipleKeys_shouldWork() local
101 KeysetHandle handle2 = CleartextKeysetHandle.read(reader); in testReadWithBytes_shouldWork() local
128 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local
163 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local
DJsonKeysetReaderTest.java83 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
97 KeysetHandle handle2 = in testRead_singleKey_shouldWork() local
121 KeysetHandle handle2 = in testRead_multipleKeys_shouldWork() local
172 KeysetHandle handle2 = in testRead_urlSafeKeyset_shouldWork() local
287 KeysetHandle handle2 = in testRead_jsonKeysetWriter_shouldWork() local
296 KeysetHandle handle2 = in testRead_staticMethods_validKeyset_shouldWork() local
318 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local
353 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local
375 KeysetHandle handle2 = in testReadEncrypted_missingKeysetInfo_shouldSucceed() local
407 KeysetHandle handle2 = in testReadEncrypted_jsonKeysetWriter_shouldWork() local
DJsonKeysetWriterTest.java43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle()
55 KeysetHandle handle2 = in testWrite_shouldWork() local
93 KeysetHandle handle2 = in testWriteEncrypted_shouldWork() local
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DHandleTest.java48 Handle handle2 = new Handle(Opcodes.H_INVOKESPECIAL, "owner", "name", "descriptor"); in testDeprecatedConstructor() local
71 Handle handle2 = new Handle(Opcodes.H_GETFIELD, "owner", "name", "descriptor", false); in testEquals() local
101 Handle handle2 = new Handle(Opcodes.H_INVOKESTATIC, "owner", "name", "descriptor", true); in testHashCode() local
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
DCertificateProviderStoreTest.java133 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginSameConfig_sameInstance() local
214 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginTwoInstances_notifyError() local
232 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentConfig_differentInstance() local
245 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentCertName_differentInstance() local
258 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentNotifyValue_sameInstance() local
272 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in twoPlugins_differentInstance() local
284 CertificateProviderStore.Handle handle2, in checkDifferentInstances()
/external/perfetto/src/profiling/memory/
Dsystem_property_unittest.cc55 { auto handle2 = prop.SetAll(); } in TEST() local
80 auto handle2 = prop.SetProperty("system_server"); in TEST() local
96 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local
111 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local
128 auto handle2 = prop.SetProperty("system_server"); in TEST() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
DKmsEnvelopeAeadKeyManagerTest.java245 KeysetHandle handle2 = in multipleAeadsWithSameKekAndSameDekTemplate_canDecryptEachOther() local
269 KeysetHandle handle2 = in keysetsWithTwoKmsEnvelopeAeadKeys_canDecryptWithBoth() local
297 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateOfSameKeyType_canDecryptEachOther() local
322 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateKeyType_cannotDecryptEachOther() local
DKmsAeadKeyManagerTest.java85 KeysetHandle handle2 = KeysetHandle.generateNew(template2); in createKeyTemplate_multipleKeysWithSameKek() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/awskms/
DAwsKmsClientTest.java157 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithKeyUriAndFakeAwsKms_kmsAeadCanOnlyBeCreatedForRegisteredKeyUri() local
183 KeysetHandle handle2 = KeysetHandle.generateNew(envelopeTemplate2); in registerBoundWithFakeAwsKms_kmsEnvelopeAeadCanOnlyBeCreatedForBoundedUri() local
211 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerTwoBoundWithFakeAwsKms_kmsAeadWorks() local
258 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in kmsAeadCannotDecryptCiphertextOfDifferentUri() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/gcpkms/
DGcpKmsClientTest.java164 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithKeyUriAndFakeCloudKms_kmsAeadCanOnlyBeCreatedForRegisteredKeyUri() local
189 KeysetHandle handle2 = KeysetHandle.generateNew(envelopeTemplate2); in registerWithKeyUriAndFakeCloudKms_kmsEnvelopeAeadCanOnlyBeCreatedForBoundedUri() local
217 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithTwoKeyUriAndFakeCloudKms_kmsAeadWorks() local
281 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in kmsAeadCannotDecryptCiphertextOfDifferentUri() local
/external/rust/android-crates-io/crates/tokio/tests/
Dsync_once_cell.rs155 let handle2 = rt.spawn(async { ONCE.get_or_init(func2).await }); in get_or_init() localVariable
181 let handle2 = rt.spawn(async { ONCE.get_or_init(func_panic).await }); in get_or_init_panic() localVariable
239 let handle2 = rt.spawn(async { advance_time_and_set(&ONCE, 10).await }); in set_while_initializing() localVariable
263 let handle2 = rt.spawn(async { ONCE.get_or_try_init(func_ok).await }); in get_or_try_init() localVariable
/external/openscreen/platform/impl/
Dsocket_handle_waiter_posix_unittest.cc53 SocketHandle handle2{2}; in TEST() local
74 SocketHandle handle2{2}; in TEST() local
/external/tink-java/src/test/java/com/google/crypto/tink/aead/
DKmsEnvelopeAeadKeyManagerTest.java513 KeysetHandle handle2 = in multipleAeadsWithSameKekAndSameDekTemplate_canDecryptEachOther() local
537 KeysetHandle handle2 = in keysetsWithTwoKmsEnvelopeAeadKeys_canDecryptWithBoth() local
565 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateOfSameKeyType_canDecryptEachOther() local
590 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateKeyType_cannotDecryptEachOther() local
/external/curl/tests/libtest/
Dlib544.c67 CURL *handle2; in test() local
Dlib674.c37 CURL *handle2; in test() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-module-unloaded.cc33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main() local
/external/cronet/stable/net/socket/
Dclient_socket_pool_base_unittest.cc1997 ClientSocketHandle handle2; in TEST_F() local
2035 ClientSocketHandle handle2; in TEST_F() local
2196 ClientSocketHandle handle2; in TEST_F() local
2388 ClientSocketHandle handle2; in TEST_F() local
2438 ClientSocketHandle handle2; in TEST_F() local
2480 ClientSocketHandle handle2; in TEST_F() local
2671 ClientSocketHandle handle2; in TEST_F() local
2751 ClientSocketHandle handle2; in TEST_F() local
3242 ClientSocketHandle handle2; in TEST_F() local
3286 ClientSocketHandle handle2; in TEST_F() local
[all …]
Dtransport_client_socket_pool_unittest.cc304 ClientSocketHandle handle2; in TEST_F() local
557 ClientSocketHandle handle2; in TEST_F() local
740 ClientSocketHandle handle2; in TEST_F() local
1205 ClientSocketHandle handle2; in TEST_P() local
1613 ClientSocketHandle handle2; in TEST_F() local
1724 ClientSocketHandle handle2; in TEST_F() local
1926 ClientSocketHandle handle2; in TEST_F() local
1991 ClientSocketHandle handle2; in TEST_F() local
2066 ClientSocketHandle handle2; in TEST_F() local
2145 ClientSocketHandle handle2; in TEST_F() local
/external/cronet/tot/net/socket/
Dclient_socket_pool_base_unittest.cc1997 ClientSocketHandle handle2; in TEST_F() local
2035 ClientSocketHandle handle2; in TEST_F() local
2196 ClientSocketHandle handle2; in TEST_F() local
2388 ClientSocketHandle handle2; in TEST_F() local
2438 ClientSocketHandle handle2; in TEST_F() local
2480 ClientSocketHandle handle2; in TEST_F() local
2671 ClientSocketHandle handle2; in TEST_F() local
2751 ClientSocketHandle handle2; in TEST_F() local
3242 ClientSocketHandle handle2; in TEST_F() local
3286 ClientSocketHandle handle2; in TEST_F() local
[all …]
/external/tink-java/src/test/java/com/google/crypto/tink/custom/
DCustomAeadKeyManagerTest.java233 KeysetHandle handle2 = in keysetWithCustomAndTinkKeys_decrypts() local
256 KeysetHandle handle2 = in serializeAndParse_decrypts() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/custom/
DCustomAeadKeyManagerTest.java233 KeysetHandle handle2 = in keysetWithCustomAndTinkKeys_decrypts() local
256 KeysetHandle handle2 = in serializeAndParse_decrypts() local
/external/tpm2-tss/test/integration/
Dsapi-session-util.c108 TPM2_HANDLE handle2, in compute_session_auth()
167 TPM2_HANDLE handle2, in compute_command_hmac()
219 TPM2_HANDLE handle2, in check_response_hmac()
343 TPM2_HANDLE handle2, in tpm_calc_phash()

1234