Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go72 resumptionSecret []byte member
1558 masterSecret: c.resumptionSecret,
1569 …session.masterSecret = deriveSessionPSK(cipherSuite, c.wireVersion, c.resumptionSecret, newSession…
1963 masterSecret: deriveSessionPSK(c.cipherSuite, c.wireVersion, c.resumptionSecret, nonce),
Dhandshake_client.go1071 c.resumptionSecret = hs.finishedHash.deriveSecret(resumptionLabel)
Dhandshake_server.go1096 c.resumptionSecret = hs.finishedHash.deriveSecret(resumptionLabel)