type crypto/tls.ClientSessionState
11 uses
crypto/tls (current package)
common.go#L331: type ClientSessionState struct {
common.go#L357: Get(sessionKey string) (session *ClientSessionState, ok bool)
common.go#L363: Put(sessionKey string, cs *ClientSessionState)
common.go#L1398: state *ClientSessionState
common.go#L1419: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
common.go#L1452: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
handshake_client.go#L34: session *ClientSessionState
handshake_client.go#L244: session *ClientSessionState, earlySecret, binderKey []byte) {
handshake_client.go#L812: hs.session = &ClientSessionState{
handshake_client_tls13.go#L26: session *ClientSessionState
handshake_client_tls13.go#L663: session := &ClientSessionState{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)