Home
last modified time | relevance | path

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

/ssl/test/runner/
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 …]
A Dech_tests.go48 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {
A Dhandshake_client.go441 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
/ssl/
A Dinternal.h1265 struct ECHConfig { struct
1267 // raw contains the serialized ECHConfig. argument
1285 // Init parses |ech_config| as an ECHConfig and saves a copy of |key|. argument

Completed in 29 milliseconds