type crypto/tls.sessionState
7 uses
crypto/tls (current package)
handshake_server.go#L33: sessionState *sessionState
handshake_server.go#L375: hs.sessionState = &sessionState{usedOldKey: usedOldKey}
handshake_server.go#L728: state := sessionState{
ticket.go#L22: type sessionState struct {
ticket.go#L35: func (m *sessionState) marshal() []byte {
ticket.go#L53: func (m *sessionState) unmarshal(data []byte) bool {
ticket.go#L54: *m = sessionState{usedOldKey: m.usedOldKey}
![]() |
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. |