Searched refs:readU16LengthPrefixed (Results 1 – 1 of 1) sorted by relevance
222 func (br *byteReader) readU16LengthPrefixed(out *byteReader) bool { func645 if !reader.readU16LengthPrefixed(&sigAlgs) {668 !extensions.readU16LengthPrefixed(&body) {695 if !reader.readU16LengthPrefixed(&cipherSuites) ||734 …if !reader.readU16LengthPrefixed(&extensions) || len(reader) != 0 || !checkDuplicateExtensions(ext…741 !extensions.readU16LengthPrefixed(&body) {747 if !body.readU16LengthPrefixed(&names) || len(body) != 0 {771 if !body.readU16LengthPrefixed(&curves) || len(body) != 0 {796 if !body.readU16LengthPrefixed(&keyShares) || len(body) != 0 {812 if !body.readU16LengthPrefixed(&psks) ||[all …]