crypto/tls.newSessionTicketMsgTLS13.ageAdd (field)

4 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L676: 		ageAdd:             msg.ageAdd,
		handshake_messages.go#L975: 	ageAdd       uint32
		handshake_messages.go#L990: 		b.AddUint32(m.ageAdd)
		handshake_messages.go#L1019: 		!s.ReadUint32(&m.ageAdd) ||