Home
last modified time | relevance | path

Searched defs:clientCallback (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java1067 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal() local
1192 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate() local
1310 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_channel_id_normal() local
1347 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_channel_id_not_supported_by_server() local
1384 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client() local
1418 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_psk_normal() local
1455 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_psk_with_identity_and_hint() local
1498 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_psk_with_identity_and_hint_of_max_length() local
1641 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_ocsp_response() local
1684 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_with_sct_extension() local
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1041 NATTraversalClientCallback clientCallback; member