Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go87 typeClientHello uint8 = 1 const
Dconn.go1062 isClientHello := typ == recordTypeHandshake && len(data) > 0 && data[0] == typeClientHello
1224 case typeClientHello:
Dhandshake_messages.go234 handshakeMsg.addU8(typeClientHello)
Drunner.go10116 messageType: typeClientHello,
10319 messageType: typeClientHello,