Searched refs:ProtocolVersion (Results 1 – 5 of 5) sorted by relevance
| /plan9/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | tlshand.c | 139 ProtocolVersion = 0x0301, // maximum version we speak enumerator 339 fprint(ctl, "fd %d 0x%x", fd, ProtocolVersion); in tlsServer() 396 fprint(ctl, "fd %d 0x%x", fd, ProtocolVersion); in tlsClient() 433 c->version = ProtocolVersion; in tlsServer2() 596 c->version = ProtocolVersion; in tlsClient2()
|
| /plan9/sys/src/libsec/port/ |
| H A D | tlshand.c | 139 ProtocolVersion = 0x0301, // maximum version we speak enumerator 341 fprint(ctl, "fd %d 0x%x", fd, ProtocolVersion); in tlsServer() 400 fprint(ctl, "fd %d 0x%x", fd, ProtocolVersion); in tlsClient() 451 c->version = ProtocolVersion; in tlsServer2() 617 c->version = ProtocolVersion; in tlsClient2()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devtls.c | 28 ProtocolVersion = 0x0301, /* maximum version we speak */ enumerator
|
| /plan9/sys/src/9/ppc/ |
| H A D | devtls.c | 29 ProtocolVersion = 0x0301, /* maximum version we speak */ enumerator
|
| /plan9/sys/src/9/port/ |
| H A D | devtls.c | 29 ProtocolVersion = 0x0301, /* maximum version we speak */ enumerator
|