Home
last modified time | relevance | path

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

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