Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials_util_pre_go17.go52 ClientSessionCache: cfg.ClientSessionCache,
Dcredentials_util_go17.go53 ClientSessionCache: cfg.ClientSessionCache,
/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17_not18.go29 ClientSessionCache: c.ClientSessionCache,
Dnot_go17.go76 ClientSessionCache: c.ClientSessionCache,
/external/boringssl/src/ssl/test/runner/
Dcommon.go301 type ClientSessionCache interface { interface
421 ClientSessionCache ClientSessionCache member
1986 func NewLRUClientSessionCache(capacity int) ClientSessionCache {
Dconn.go1577 if c.config.ClientSessionCache == nil || newSessionTicket.ticketLifetime == 0 {
1600 _, ok := c.config.ClientSessionCache.Get(cacheKey)
1602 c.config.ClientSessionCache.Put(cacheKey, session)
Dhandshake_client.go284 sessionCache := c.config.ClientSessionCache
Drunner.go686 if config.ClientSessionCache == nil {
687 config.ClientSessionCache = NewLRUClientSessionCache(1)
1367 resumeConfig.ClientSessionCache = config.ClientSessionCache