Home
last modified time | relevance | path

Searched defs:serverHandshakeState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go28 type serverHandshakeState struct { struct
29 c *Conn
30 clientHello *clientHelloMsg
31 hello *serverHelloMsg
32 suite *cipherSuite
33 ellipticOk bool
34 ecdsaOk bool
35 sessionState *sessionState
36 finishedHash finishedHash
37 masterSecret []byte
[all …]
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go28 type serverHandshakeState struct { struct
29 c *Conn
30 clientHello *clientHelloMsg
31 hello *serverHelloMsg
32 suite *cipherSuite
33 ellipticOk bool
34 ecdsaOk bool
35 sessionState *sessionState
36 finishedHash finishedHash
37 masterSecret []byte
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_server.go25 type serverHandshakeState struct { struct
26 c *Conn
27 ctx context.Context
28 clientHello *clientHelloMsg
29 hello *serverHelloMsg
30 suite *cipherSuite
31 ecdheOk bool
32 ecSignOk bool
33 rsaDecryptOk bool
34 rsaSignOk bool
[all …]