Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go2297 type lruServerSessionCache struct { struct
2298 lruSessionCache
2301 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {
2305 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go2283 type lruServerSessionCache struct { struct
2284 lruSessionCache
2287 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {
2291 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {