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
1586 masterSecret: c.resumptionSecret,
1597 …session.masterSecret = deriveSessionPSK(cipherSuite, c.wireVersion, c.resumptionSecret, newSession…
1992 masterSecret: deriveSessionPSK(c.cipherSuite, c.wireVersion, c.resumptionSecret, nonce),
Dhandshake_client.go1178 c.resumptionSecret = hs.finishedHash.deriveSecret(resumptionLabel)
Dhandshake_server.go1156 c.resumptionSecret = hs.finishedHash.deriveSecret(resumptionLabel)