Home
last modified time | relevance | path

Searched refs:ClientSessionState (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go286 type ClientSessionState struct { struct
315 Get(sessionKey string) (session *ClientSessionState, ok bool)
318 Put(sessionKey string, cs *ClientSessionState) argument
2084 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
2088 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
2093 return cs.(*ClientSessionState), true
Dhandshake_client.go34 session *ClientSessionState
320 var session *ClientSessionState
1890 session := &ClientSessionState{
Dconn.go1622 session := &ClientSessionState{