Home
last modified time | relevance | path

Searched refs:clientSessionCacheKey (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client.go280 if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
405 cacheKey := c.clientSessionCacheKey()
1021 cacheKey := c.clientSessionCacheKey()
1247 func (c *Conn) clientSessionCacheKey() string { func
Dquic.go327 cacheKey := c.clientSessionCacheKey()
Dhandshake_client_tls13.go908 if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go115 cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
2390 func clientSessionCacheKey(serverAddr net.Addr, config *Config) string { func
H A Dconn.go1608 cacheKey := clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go115 cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
2398 func clientSessionCacheKey(serverAddr net.Addr, config *Config) string { func
H A Dconn.go1616 cacheKey := clientSessionCacheKey(c.conn.RemoteAddr(), c.config)