Searched defs:sslSocketStr (Results 1 – 1 of 1) sorted by relevance
1186 struct sslSocketStr { struct1187 PRFileDesc * fd;1190 const sslSocketOps * ops;1193 sslOptions opt;1195 SSLVersionRange vrange;1198 unsigned long clientAuthRequested;1199 unsigned long delayDisabled; /* Nagle delay disabled */1200 unsigned long firstHsDone; /* first handshake is complete. */1201 unsigned long enoughFirstHsDone; /* enough of the first handshake is1205 unsigned long handshakeBegun; [all …]