Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go215 func (br *byteReader) readU8LengthPrefixed(out *byteReader) bool { func
863 if !body.readU8LengthPrefixed(&versions) || len(body) != 0 {
934 if !body.readU8LengthPrefixed(&algIDs) {
1408 !protocols.readU8LengthPrefixed(&protocol) ||
1436 !body.readU8LengthPrefixed(&mki) ||