Searched refs:handshake (Results 1 - 25 of 47) sorted by relevance

12

/openjdk10/jdk/test/sun/security/krb5/auto/
H A DIgnoreChannelBinding.java49 Context.handshake(c, s);
59 Context.handshake(c, s);
74 Context.handshake(c, s);
90 Context.handshake(c, s);
105 Context.handshake(c, s);
H A DBasic.java50 Context.handshake(c, s);
62 Context.handshake(s2, b);
H A DS4U2proxy.java68 Context.handshake(c, s);
77 Context.handshake(p, b);
81 Context.handshake(p, b);
H A DSPNEGO.java48 Context.handshake(c, s);
H A DGSSUnbound.java53 Context.handshake(c, s);
H A DGSS.java52 Context.handshake(c, s);
H A DNonMutualSpnego.java51 Context.handshake(c, s);
H A DTwoPrinces.java91 Context.handshake(c1, s);
100 Context.handshake(c2, s);
H A DTwoOrThree.java69 Context.handshake(c, s);
77 Context.handshake(c, s);
H A DDupEtypes.java64 Context.handshake(c, s);
H A DKPEquals.java53 Context.handshake(c, s);
H A DUnboundService.java80 Context.handshake(c, s);
H A DAcceptPermissions.java106 // for a handshake. For default principal with no predictable name,
117 Context.handshake(c, s);
128 Context.handshake(c, s);
139 Context.handshake(c, s);
149 initPerms(OneKDC.SERVER); // still needed for handshake !!!
150 Context.handshake(c, s);
H A DAcceptorSubKey.java55 Context.handshake(c, s);
H A DNewSalt.java63 Context.handshake(c1, c2);
H A DNoInitNoKeytab.java58 Context.handshake(c, s);
H A DPrincipalNameEquals.java50 Context.handshake(c, s);
H A DSpnegoLifeTime.java51 Context.handshake(c, s);
H A DTicketSName.java48 Context.handshake(c, s);
H A DS4U2selfAsServer.java72 Context.handshake(p, b);
76 Context.handshake(p, b);
H A DTwoTab.java79 Context.handshake(c, s);
91 Context.handshake(c, s2);
H A DMoreKvno.java91 Context.handshake(c, s);
103 Context.handshake(c, s);
/openjdk10/hotspot/test/serviceability/jdwp/
H A DJdwpChannel.java38 handshake();
42 * Sends JDWP handshake and verifies the reply
45 private void handshake() throws IOException { method in class:JdwpChannel
52 throw new RuntimeException("Error during handshake. Reply was: " + new String(reply) + " expected " + new String(HANDSHAKE));
/openjdk10/jdk/test/com/sun/jdi/
H A DBasicJDWPConnectionTest.java48 public static int handshake(int port) throws IOException { method in class:BasicJDWPConnectionTest
49 // Connect to the debuggee and handshake
85 int res = handshake(port);
100 int res = handshake(port);
/openjdk10/jdk/src/jdk.jdi/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java110 conn.handshake(handshakeTimeout);
166 conn.handshake(handshakeTimeout);

Completed in 114 milliseconds

12