Home
last modified time | relevance | path

Searched defs:lruSessionCache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go1529 type lruSessionCache struct { struct
1530 sync.Mutex
1532 m map[string]*list.Element
1533 q *list.List
1534 capacity int
1560 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1593 func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go2224 type lruSessionCache struct { struct
2225 sync.Mutex
2227 m map[string]*list.Element
2228 q *list.List
2229 capacity int
2238 func (c *lruSessionCache) Put(sessionKey string, cs any) {
2266 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {
2280 lruSessionCache anonMember
2298 lruSessionCache anonMember
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go2210 type lruSessionCache struct { struct
2211 sync.Mutex
2213 m map[string]*list.Element
2214 q *list.List
2215 capacity int
2224 func (c *lruSessionCache) Put(sessionKey string, cs any) {
2252 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {
2266 lruSessionCache anonMember
2284 lruSessionCache anonMember