| 1158 | } |
| 1159 | |
| 1160 | type newSessionTicketMsgTLS13 struct { |
| 1161 | lifetime uint32 |
| 1162 | ageAdd uint32 |
| 1163 | nonce []byte |
| 1164 | label []byte |
| 1165 | maxEarlyData uint32 |
| 1166 | } |
| 1167 | |
| 1168 | func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) { |
| 1169 | var b cryptobyte.Builder |
nothing calls this directly
no outgoing calls
no test coverage detected