Searched refs:clientCallback (Results 1 – 6 of 6) sorted by relevance
1097 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal() local1099 assertTrue(clientCallback.verifyCertificateChainCalled); in test_SSL_do_handshake_normal()1101 getServerCertificateRefs(), clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()1102 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()1104 assertFalse(clientCallback.clientCertificateRequestedCalled); in test_SSL_do_handshake_normal()1106 assertFalse(clientCallback.clientPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1108 assertFalse(clientCallback.serverPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1110 assertTrue(clientCallback.onNewSessionEstablishedInvoked); in test_SSL_do_handshake_normal()1112 assertTrue(clientCallback.handshakeCompletedCalled); in test_SSL_do_handshake_normal()1114 assertFalse(clientCallback.serverCertificateRequestedInvoked); in test_SSL_do_handshake_normal()[all …]
1106 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal() local1108 assertTrue(clientCallback.verifyCertificateChainCalled); in test_SSL_do_handshake_normal()1110 getServerCertificateRefs(), clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()1111 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()1113 assertFalse(clientCallback.clientCertificateRequestedCalled); in test_SSL_do_handshake_normal()1115 assertFalse(clientCallback.clientPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1117 assertFalse(clientCallback.serverPSKKeyRequestedInvoked); in test_SSL_do_handshake_normal()1119 assertTrue(clientCallback.onNewSessionEstablishedInvoked); in test_SSL_do_handshake_normal()1121 assertTrue(clientCallback.handshakeCompletedCalled); in test_SSL_do_handshake_normal()1123 assertFalse(clientCallback.serverCertificateRequestedInvoked); in test_SSL_do_handshake_normal()[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()