type crypto/tls.sessionStateTLS13
6 uses
crypto/tls (current package)
handshake_server_tls13.go#L274: sessionState := new(sessionStateTLS13)
handshake_server_tls13.go#L741: state := sessionStateTLS13{
ticket.go#L80: type sessionStateTLS13 struct {
ticket.go#L89: func (m *sessionStateTLS13) marshal() []byte {
ticket.go#L102: func (m *sessionStateTLS13) unmarshal(data []byte) bool {
ticket.go#L103: *m = sessionStateTLS13{}
![]() |
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. |