Lines Matching refs:before
18 // TODO(@sam-github) assumes server handshake completes before client, true for
67 checkInvocations(svr, { init: 1, before: 1, after: 1 },
70 checkInvocations(client, { init: 1, before: 2, after: 1 },
78 checkInvocations(svr, { init: 1, before: 2, after: 1 },
80 checkInvocations(client, { init: 1, before: 2, after: 2 },
86 this.destroy(); // This destroys client before server handshakes, with TLS1.3
87 checkInvocations(svr, { init: 1, before: 2, after: 1 },
89 checkInvocations(client, { init: 1, before: 2, after: 2 },
94 checkInvocations(svr, { init: 1, before: 2, after: 2 },
99 if (client.before.length < 3) {
103 checkInvocations(client, { init: 1, before: 3, after: 3 },
110 checkInvocations(svr, { init: 1, before: 2, after: 2 },
112 checkInvocations(client, { init: 1, before: 3, after: 3 },
122 checkInvocations(svr, { init: 1, before: 2, after: 2 },
124 checkInvocations(client, { init: 1, before: 3, after: 3 },
135 checkInvocations(svr, { init: 1, before: 2, after: 2 },
137 checkInvocations(client, { init: 1, before: 3, after: 3 },