Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go2279 type lruClientSessionCache struct { struct
2280 lruSessionCache
2283 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
2287 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A 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) {