type crypto/tls.ClientSessionState
11 uses
crypto/tls (current package)
common.go#L332: type ClientSessionState struct {
common.go#L358: Get(sessionKey string) (session *ClientSessionState, ok bool)
common.go#L364: Put(sessionKey string, cs *ClientSessionState)
common.go#L1351: state *ClientSessionState
common.go#L1372: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
common.go#L1405: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
handshake_client.go#L32: session *ClientSessionState
handshake_client.go#L234: session *ClientSessionState, earlySecret, binderKey []byte) {
handshake_client.go#L791: hs.session = &ClientSessionState{
handshake_client_tls13.go#L24: session *ClientSessionState
handshake_client_tls13.go#L666: session := &ClientSessionState{
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)