Lines Matching defs:serverHelloMsg
712 type serverHelloMsg struct { struct
713 original []byte
714 vers uint16
715 random []byte
716 sessionId []byte
717 cipherSuite uint16
718 compressionMethod uint8
719 ocspStapling bool
720 ticketSupported bool
721 secureRenegotiationSupported bool
722 secureRenegotiation []byte
723 extendedMasterSecret bool
724 alpnProtocol string
725 scts [][]byte
726 supportedVersion uint16
727 serverShare keyShare
728 selectedIdentityPresent bool
729 selectedIdentity uint16
730 supportedPoints []uint8
731 encryptedClientHello []byte
732 serverNameAck bool
735 cookie []byte
736 selectedGroup CurveID
739 func (m *serverHelloMsg) marshal() ([]byte, error) {
864 func (m *serverHelloMsg) unmarshal(data []byte) bool {
992 func (m *serverHelloMsg) originalBytes() []byte {