Home
last modified time | relevance | path

Searched defs:lruClientSessionCache (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go2288 type lruClientSessionCache struct { struct
2289 lruSessionCache
2292 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
2296 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
/external/boringssl/src/ssl/test/runner/
Dcommon.go2265 type lruClientSessionCache struct { struct
2266 lruSessionCache
2269 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
2273 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {