Searched defs:ECHConfig (Results 1 – 4 of 4) sorted by relevance
68 type ECHConfig struct { struct69 Raw []byte70 ConfigID uint871 KEM uint1672 PublicKey []byte73 MaxNameLen uint874 PublicName string75 CipherSuites []HPKECipherSuite77 UnsupportedExtension bool78 UnsupportedMandatoryExtension bool[all …]
48 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {
441 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
1265 struct ECHConfig { struct1267 // raw contains the serialized ECHConfig. argument1285 // Init parses |ech_config| as an ECHConfig and saves a copy of |key|. argument
Completed in 29 milliseconds