Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go25 type clientHandshakeState struct { struct
617 hs := &clientHandshakeState{
725 func (hs *clientHandshakeState) doTLS13Handshake() error { argument
1081 func (hs *clientHandshakeState) doFullHandshake() error { argument
1272 func (hs *clientHandshakeState) verifyCertificates(certMsg *certificateMsg) error { argument
1325 func (hs *clientHandshakeState) establishKeys() error { argument
1347 func (hs *clientHandshakeState) processServerExtensions(serverExtensions *serverExtensions) error { argument
1498 func (hs *clientHandshakeState) serverResumedSession() bool { argument
1509 func (hs *clientHandshakeState) processServerHello() (bool, error) { argument
1544 func (hs *clientHandshakeState) readFinished(out []byte) error { argument
[all …]