Home
last modified time | relevance | path

Searched refs:EncryptedClientHelloConfigList (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go805 EncryptedClientHelloConfigList []byte member
909 EncryptedClientHelloConfigList: c.EncryptedClientHelloConfigList,
1099 if isClient && c.EncryptedClientHelloConfigList != nil && v < VersionTLS13 {
Dbogo_shim_test.go202 cfg.EncryptedClientHelloConfigList = echConfigList
222 cfg.EncryptedClientHelloConfigList = echConfigList
Dhandshake_client.go198 if c.config.EncryptedClientHelloConfigList != nil {
205 echConfigs, err := parseECHConfigList(c.config.EncryptedClientHelloConfigList)
1091 echRejected := c.config.EncryptedClientHelloConfigList != nil && !c.echAccepted
Dhandshake_client_test.go2810 …clientConfig.EncryptedClientHelloConfigList, _ = hex.DecodeString("0041fe0d003d0100200020204bed0a1…
2889 …clientConfig.EncryptedClientHelloConfigList, _ = hex.DecodeString("0041fe0d003d0100200020204bed0a1…
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.23.txt16 pkg crypto/tls, type Config struct, EncryptedClientHelloConfigList []uint8 #63369