Home
last modified time | relevance | path

Searched refs:httpsRecord (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/
Dfetch_ech_config_list.go51 type httpsRecord struct { struct
68 func (h httpsRecord) String() string { argument
223 func parseHTTPSRecord(raw []byte) (httpsRecord, error) {
228 return httpsRecord{}, errors.New("failed to parse HTTPS record priority")
236 return httpsRecord{}, errors.New("failed to parse HTTPS record TargetName")
246 …return httpsRecord{}, fmt.Errorf("received an AliasForm HTTPS record with TargetName=%q", dottedDo…
249 record := httpsRecord{
262 return httpsRecord{}, errors.New("failed to parse HTTPS record SvcParam")
265 return httpsRecord{}, errors.New("malformed HTTPS record contains out-of-order SvcParamKey")
272 return httpsRecord{}, errors.New("malformed mandatory SvcParamValue")
[all …]