Home
last modified time | relevance | path

Searched refs:NewLRUClientSessionCache (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dquic_test.go206 clientConfig.TLSConfig.ClientSessionCache = NewLRUClientSessionCache(1)
238 clientConfig.TLSConfig.ClientSessionCache = NewLRUClientSessionCache(1)
425 clientConfig.TLSConfig.ClientSessionCache = NewLRUClientSessionCache(1)
512 clientConfig.TLSConfig.ClientSessionCache = NewLRUClientSessionCache(1)
575 clientConfig.TLSConfig.ClientSessionCache = NewLRUClientSessionCache(1)
Dhandshake_client_test.go868 ClientSessionCache: NewLRUClientSessionCache(32),
1094 cache := NewLRUClientSessionCache(4)
1748 ClientSessionCache: NewLRUClientSessionCache(32),
2539 ClientSessionCache: NewLRUClientSessionCache(32),
Dtls_test.go468 clientConfig.ClientSessionCache = NewLRUClientSessionCache(1)
859 f.Set(reflect.ValueOf(NewLRUClientSessionCache(10)))
1768 clientConfig.ClientSessionCache = NewLRUClientSessionCache(1)
Dbogo_shim_test.go120 ClientSessionCache: NewLRUClientSessionCache(0),
Dcommon.go1545 func NewLRUClientSessionCache(capacity int) ClientSessionCache { func
Dhandshake_server_test.go508 ClientSessionCache: NewLRUClientSessionCache(1),
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go2316 func NewLRUClientSessionCache(capacity int) ClientSessionCache { func
H A Drunner.go717 config.ClientSessionCache = NewLRUClientSessionCache(1)
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go2302 func NewLRUClientSessionCache(capacity int) ClientSessionCache { func
H A Drunner.go717 config.ClientSessionCache = NewLRUClientSessionCache(1)
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.3.txt12 pkg crypto/tls, func NewLRUClientSessionCache(int) ClientSessionCache