Searched defs:newSessionTicketMsg (Results 1 – 3 of 3) sorted by relevance
2518 type newSessionTicketMsg struct { struct2519 raw []byte2520 vers uint162521 isDTLS bool2522 ticketLifetime uint322523 ticketAgeAdd uint322524 ticketNonce []byte2525 ticket []byte2526 maxEarlyDataSize uint322527 customExtension string[all …]
1860 type newSessionTicketMsg struct { struct1861 ticket []byte1864 func (m *newSessionTicketMsg) marshal() ([]byte, error) {1880 func (m *newSessionTicketMsg) unmarshal(data []byte) bool {