Searched refs:deriveSessionPSK (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | prf.go | 513 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte… func
|
D | conn.go | 1597 …session.masterSecret = deriveSessionPSK(cipherSuite, c.wireVersion, c.resumptionSecret, newSession… 1992 masterSecret: deriveSessionPSK(c.cipherSuite, c.wireVersion, c.resumptionSecret, nonce),
|