Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go68 type ECHConfig struct { struct
69 Raw []byte
70 ConfigID uint8
71 KEM uint16
72 PublicKey []byte
73 MaxNameLen uint8
74 PublicName string
75 CipherSuites []HPKECipherSuite
77 UnsupportedExtension bool
78 UnsupportedMandatoryExtension bool
[all …]
Dhandshake_client.go449 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
Drunner.go16743 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go68 type ECHConfig struct { struct
69 Raw []byte
70 ConfigID uint8
71 KEM uint16
72 PublicKey []byte
73 MaxNameLen uint8
74 PublicName string
75 CipherSuites []HPKECipherSuite
77 UnsupportedExtension bool
78 UnsupportedMandatoryExtension bool
[all …]
Dhandshake_client.go449 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
Drunner.go16738 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {