Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go225 func (br *byteReader) readU16LengthPrefixedBytes(out *[]byte) bool { func
754 !names.readU16LengthPrefixedBytes(&name) {
803 !keyShares.readU16LengthPrefixedBytes(&entry.keyExchange) {
819 if !psks.readU16LengthPrefixedBytes(&psk.ticket) ||
849 if !body.readU16LengthPrefixedBytes(&m.tls13Cookie) || len(body) != 0 {
1145 !body.readU16LengthPrefixedBytes(&m.keyShare.keyExchange) ||
1600 if !body.readU16LengthPrefixedBytes(&m.cookie) || len(body) != 0 {
1740 !body.readU16LengthPrefixedBytes(&dc.signature) ||
2071 if !cas.readU16LengthPrefixedBytes(&ca) {