Home
last modified time | relevance | path

Searched defs:ECHConfig (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go258 type ECHConfig struct { struct
259 Raw []byte
260 ConfigID uint8
261 KEM uint16
262 PublicKey []byte
263 MaxNameLen uint8
264 PublicName string
265 CipherSuites []HPKECipherSuite
267 UnsupportedExtension bool
268 UnsupportedMandatoryExtension bool
[all …]
Dhandshake_client.go445 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
Drunner.go16491 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {