crypto/tls.encryptedExtensionsMsg.marshal (method, view implemented interface methods)
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 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)