Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A 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 …]
H A Dhandshake_client.go449 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
H A Drunner.go16724 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A 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 …]
H A Dhandshake_client.go449 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
H A Drunner.go16868 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {