MCPcopy
hub / github.com/XTLS/REALITY / prfForVersion

Function prfForVersion

prf.go:105–108  ·  view source on GitHub ↗
(version uint16, suite *cipherSuite)

Source from the content-addressed store, hash-verified

103}
104
105func prfForVersion(version uint16, suite *cipherSuite) prfFunc {
106 prf, _ := prfAndHashForVersion(version, suite)
107 return prf
108}
109
110// masterFromPreMasterSecret generates the master secret from the pre-master
111// secret. See RFC 5246, Section 8.1.

Callers 3

keysFromMasterSecretFunction · 0.85
ekmFromMasterSecretFunction · 0.85

Calls 1

prfAndHashForVersionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…