Searched defs:newSessionTicketMsgTLS13 (Results 1 – 2 of 2) sorted by relevance
1147 type newSessionTicketMsgTLS13 struct { struct1148 lifetime uint321149 ageAdd uint321150 nonce []byte1151 label []byte1152 maxEarlyData uint321155 func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) {1181 func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool {
863 func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {