Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go278 type ClientSessionState struct { struct
304 Get(sessionKey string) (session *ClientSessionState, ok bool)
307 Put(sessionKey string, cs *ClientSessionState) argument
1953 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1957 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
1962 return cs.(*ClientSessionState), true
Dhandshake_client.go33 session *ClientSessionState
282 var session *ClientSessionState
1755 session := &ClientSessionState{
Dconn.go1581 session := &ClientSessionState{