Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go81 typeClientHello uint8 = 1 const
Dconn.go1156 isClientHello := typ == recordTypeHandshake && len(data) > 0 && data[0] == typeClientHello
1322 case typeClientHello:
Dhandshake_messages.go359 handshakeMsg.addU8(typeClientHello)
Drunner.go11421 messageType: typeClientHello,
11624 messageType: typeClientHello,