Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go218 func (br *byteReader) readU8LengthPrefixedBytes(out *[]byte) bool { func
684 !reader.readU8LengthPrefixedBytes(&m.sessionId) ||
689 if !reader.readU8LengthPrefixedBytes(&m.cookie) ||
696 !reader.readU8LengthPrefixedBytes(&m.compressionMethods) {
784 if !body.readU8LengthPrefixedBytes(&m.supportedPoints) || len(body) != 0 {
827 if !binders.readU8LengthPrefixedBytes(&binder) {
839 if !body.readU8LengthPrefixedBytes(&m.pskKEModes) || len(body) != 0 {
875 if !body.readU8LengthPrefixedBytes(&m.secureRenegotiation) || len(body) != 0 {
885 if !protocols.readU8LengthPrefixedBytes(&protocol) {
899 !body.readU8LengthPrefixedBytes(&m.tokenBindingParams) ||
[all …]