Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go73 typeClientHello uint8 = 1 const
Dconn.go1182 isClientHello := typ == recordTypeHandshake && len(data) > 0 && data[0] == typeClientHello
1348 case typeClientHello:
Dhandshake_messages.go376 handshakeMsg.addU8(typeClientHello)
Drunner.go11753 messageType: typeClientHello,
11956 messageType: typeClientHello,