Searched refs:clientHello (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | tlshand.c | 95 } clientHello; member 445 c->clientVersion = m.u.clientHello.version; in tlsServer2() 448 if(setVersion(c, m.u.clientHello.version) < 0) { in tlsServer2() 453 memmove(c->crandom, m.u.clientHello.random, RandomSize); in tlsServer2() 454 cipher = okCipher(m.u.clientHello.ciphers); in tlsServer2() 467 compressor = okCompression(m.u.clientHello.compressors); in tlsServer2() 473 csid = m.u.clientHello.sid; in tlsServer2() 610 m.u.clientHello.version = c->clientVersion; in tlsClient2() 611 memmove(m.u.clientHello.random, c->crandom, RandomSize); in tlsClient2() 612 m.u.clientHello.sid = makebytes(csid, ncsid); in tlsClient2() [all …]
|
| /plan9/sys/src/libsec/port/ |
| H A D | tlshand.c | 95 } clientHello; member 463 c->clientVersion = m.u.clientHello.version; in tlsServer2() 466 if(setVersion(c, m.u.clientHello.version) < 0) { in tlsServer2() 471 memmove(c->crandom, m.u.clientHello.random, RandomSize); in tlsServer2() 472 cipher = okCipher(m.u.clientHello.ciphers); in tlsServer2() 485 compressor = okCompression(m.u.clientHello.compressors); in tlsServer2() 491 csid = m.u.clientHello.sid; in tlsServer2() 631 m.u.clientHello.version = c->clientVersion; in tlsClient2() 632 memmove(m.u.clientHello.random, c->crandom, RandomSize); in tlsClient2() 633 m.u.clientHello.sid = makebytes(csid, ncsid); in tlsClient2() [all …]
|