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.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. |