Home
last modified time | relevance | path

Searched refs:ClientSessionCache (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go295 type ClientSessionCache interface { interface
405 ClientSessionCache ClientSessionCache member
1725 func NewLRUClientSessionCache(capacity int) ClientSessionCache {
Dconn.go1443 if c.config.ClientSessionCache == nil || newSessionTicket.ticketLifetime == 0 {
1463 c.config.ClientSessionCache.Put(cacheKey, session)
Dhandshake_client.go248 sessionCache := c.config.ClientSessionCache
Drunner.go508 if config.ClientSessionCache == nil {
509 config.ClientSessionCache = NewLRUClientSessionCache(1)
1116 resumeConfig.ClientSessionCache = config.ClientSessionCache