Searched refs:clientCallback (Results 1 – 6 of 6) sorted by relevance
1079 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal() local1081 assertTrue(clientCallback.verifyCertificateChainCalled); in test_SSL_do_handshake_normal()1083 getServerCertificateRefs(), clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()1084 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()1086 assertFalse(clientCallback.clientCertificateRequestedCalled); in test_SSL_do_handshake_normal()1088 assertFalse(clientCallback.clientPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1090 assertFalse(clientCallback.serverPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1092 assertTrue(clientCallback.onNewSessionEstablishedInvoked); in test_SSL_do_handshake_normal()1094 assertTrue(clientCallback.handshakeCompletedCalled); in test_SSL_do_handshake_normal()1204 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate() local[all …]
1087 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal() local1089 assertTrue(clientCallback.verifyCertificateChainCalled); in test_SSL_do_handshake_normal()1091 getServerCertificateRefs(), clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()1092 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()1094 assertFalse(clientCallback.clientCertificateRequestedCalled); in test_SSL_do_handshake_normal()1096 assertFalse(clientCallback.clientPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1098 assertFalse(clientCallback.serverPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1100 assertTrue(clientCallback.onNewSessionEstablishedInvoked); in test_SSL_do_handshake_normal()1102 assertTrue(clientCallback.handshakeCompletedCalled); in test_SSL_do_handshake_normal()1212 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate() local[all …]
1867 rr->NATinfo.clientCallback = CompleteRecordNatMap; in StartRecordNatMap()2116 h->natinfo.clientCallback = hostnameGetPublicAddressCallback; in AdvertiseHostname()4501 if (cur->clientCallback) in CheckNATMappings()4502 cur->clientCallback(m, cur); in CheckNATMappings()4759 if (n->next == (NATTraversalInfo *)~0 || n->clientCallback == (NATTraversalClientCallback)~0) in udns_validatelists()
1041 NATTraversalClientCallback clientCallback; member
8499 m->LLQNAT.clientCallback = LLQNATCallback; in mDNS_StartQuery_internal()
3334 request->u.pm.NATinfo.clientCallback = port_mapping_create_request_callback; in handle_port_mapping_request()