crypto/tls.encryptedExtensionsMsg.marshal (method)

4 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L395: 	hs.transcript.Write(encryptedExtensions.marshal())
		handshake_messages.go#L847: func (m *encryptedExtensionsMsg) marshal() []byte {
		handshake_server_tls13.go#L575: 	hs.transcript.Write(encryptedExtensions.marshal())
		handshake_server_tls13.go#L576: 	if _, err := c.writeRecord(recordTypeHandshake, encryptedExtensions.marshal()); err != nil {