type crypto/tls.encryptedExtensionsMsg
7 uses
crypto/tls (current package)
conn.go#L1068: m = new(encryptedExtensionsMsg)
handshake_client_tls13.go#L390: encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
handshake_messages.go#L842: type encryptedExtensionsMsg struct {
handshake_messages.go#L847: func (m *encryptedExtensionsMsg) marshal() []byte {
handshake_messages.go#L873: func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
handshake_messages.go#L874: *m = encryptedExtensionsMsg{raw: data}
handshake_server_tls13.go#L566: encryptedExtensions := new(encryptedExtensionsMsg)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |