Lines Matching refs:Conn
29 type Conn struct { struct
31 conn net.Conn argument
123 func (c *Conn) init() { argument
137 func (c *Conn) LocalAddr() net.Addr { argument
142 func (c *Conn) RemoteAddr() net.Addr { argument
149 func (c *Conn) SetDeadline(t time.Time) error { argument
155 func (c *Conn) SetReadDeadline(t time.Time) error { argument
162 func (c *Conn) SetWriteDeadline(t time.Time) error { argument
756 func (c *Conn) useInTrafficSecret(version uint16, suite *cipherSuite, secret []byte) error { argument
769 func (c *Conn) useOutTrafficSecret(version uint16, suite *cipherSuite, secret []byte) { argument
777 func (c *Conn) doReadRecord(want recordType) (recordType, *block, error) { argument
902 func (c *Conn) readTLS13ChangeCipherSpec() error { argument
946 func (c *Conn) readRecord(want recordType) error { argument
1067 func (c *Conn) sendAlertLocked(level byte, err alert) error { argument
1088 func (c *Conn) sendAlert(err alert) error { argument
1096 func (c *Conn) SendAlert(level byte, err alert) error { argument
1103 func (c *Conn) writeV2Record(data []byte) (n int, err error) { argument
1114 func (c *Conn) writeRecord(typ recordType, data []byte) (n int, err error) { argument
1178 func (c *Conn) doWriteRecord(typ recordType, data []byte) (n int, err error) { argument
1281 func (c *Conn) flushHandshake() error { argument
1298 func (c *Conn) doReadHandshake() ([]byte, error) { argument
1331 func (c *Conn) readHandshake() (interface{}, error) { argument
1426 func (c *Conn) skipPacket(packet []byte) error { argument
1465 func (c *Conn) simulatePacketLoss(resendFunc func()) error { argument
1493 func (c *Conn) SendHalfHelloRequest() error { argument
1508 func (c *Conn) Write(b []byte) (int, error) { argument
1564 func (c *Conn) processTLS13NewSessionTicket(newSessionTicket *newSessionTicketMsg, cipherSuite *cip… argument
1607 func (c *Conn) handlePostHandshakeMessage() error { argument
1656 func (c *Conn) ReadKeyUpdateACK() error { argument
1678 func (c *Conn) Renegotiate() error { argument
1694 func (c *Conn) Read(b []byte) (n int, err error) { argument
1757 func (c *Conn) Close() error { argument
1797 func (c *Conn) Handshake() error { argument
1831 func (c *Conn) ConnectionState() ConnectionState { argument
1863 func (c *Conn) OCSPResponse() []byte { argument
1873 func (c *Conn) VerifyHostname(host string) error { argument
1885 func (c *Conn) exportKeyingMaterialTLS13(length int, secret, label, context []byte) []byte { argument
1901 func (c *Conn) ExportKeyingMaterial(length int, label, context []byte, useContext bool) ([]byte, er… argument
1928 func (c *Conn) ExportEarlyKeyingMaterial(length int, label, context []byte) ([]byte, error) { argument
1942 func (c *Conn) noRenegotiationInfo() bool { argument
1955 func (c *Conn) SendNewSessionTicket(nonce []byte) error { argument
2013 func (c *Conn) SendKeyUpdate(keyUpdateRequest byte) error { argument
2019 func (c *Conn) sendKeyUpdateLocked(keyUpdateRequest byte) error { argument
2037 func (c *Conn) sendFakeEarlyData(len int) error { argument