Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dprf.go513 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte… func
Dconn.go1597 …session.masterSecret = deriveSessionPSK(cipherSuite, c.wireVersion, c.resumptionSecret, newSession…
1992 masterSecret: deriveSessionPSK(c.cipherSuite, c.wireVersion, c.resumptionSecret, nonce),