Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go212 type ClientSessionState struct { struct
232 Get(sessionKey string) (session *ClientSessionState, ok bool)
235 Put(sessionKey string, cs *ClientSessionState) argument
1056 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1060 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
1065 return cs.(*ClientSessionState), true
Dhandshake_client.go30 session *ClientSessionState
146 var session *ClientSessionState
815 session := &ClientSessionState{