/external/tink-java/src/test/java/com/google/crypto/tink/ |
D | BinaryKeysetReaderTest.java | 43 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
|
D | JsonKeysetReaderTest.java | 83 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
|
D | JsonKeysetWriterTest.java | 43 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/ |
D | BinaryKeysetReaderTest.java | 43 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
|
D | JsonKeysetReaderTest.java | 83 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
|
D | JsonKeysetWriterTest.java | 43 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/ |
D | HandleTest.java | 48 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/ |
D | CertificateProviderStoreTest.java | 133 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/ |
D | system_property_unittest.cc | 55 { 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/ |
D | KmsEnvelopeAeadKeyManagerTest.java | 245 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
|
D | KmsAeadKeyManagerTest.java | 85 KeysetHandle handle2 = KeysetHandle.generateNew(template2); in createKeyTemplate_multipleKeysWithSameKek() local
|
/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/awskms/ |
D | AwsKmsClientTest.java | 157 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/ |
D | GcpKmsClientTest.java | 164 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/ |
D | sync_once_cell.rs | 155 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/ |
D | socket_handle_waiter_posix_unittest.cc | 53 SocketHandle handle2{2}; in TEST() local 74 SocketHandle handle2{2}; in TEST() local
|
/external/tink-java/src/test/java/com/google/crypto/tink/aead/ |
D | KmsEnvelopeAeadKeyManagerTest.java | 513 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/ |
D | lib544.c | 67 CURL *handle2; in test() local
|
D | lib674.c | 37 CURL *handle2; in test() local
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-module-unloaded.cc | 33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main() local
|
/external/cronet/stable/net/socket/ |
D | client_socket_pool_base_unittest.cc | 1997 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 …]
|
D | transport_client_socket_pool_unittest.cc | 304 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/ |
D | client_socket_pool_base_unittest.cc | 1997 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/ |
D | CustomAeadKeyManagerTest.java | 233 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/ |
D | CustomAeadKeyManagerTest.java | 233 KeysetHandle handle2 = in keysetWithCustomAndTinkKeys_decrypts() local 256 KeysetHandle handle2 = in serializeAndParse_decrypts() local
|
/external/tpm2-tss/test/integration/ |
D | sapi-session-util.c | 108 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()
|