MCPcopy Index your code
hub / github.com/XTLS/Go / discardHandshakeBuffer

Method discardHandshakeBuffer

prf.go:242–244  ·  view source on GitHub ↗

discardHandshakeBuffer is called when there is no more need to buffer the entirety of the handshake messages.

()

Source from the content-addressed store, hash-verified

240// discardHandshakeBuffer is called when there is no more need to
241// buffer the entirety of the handshake messages.
242func (h *finishedHash) discardHandshakeBuffer() {
243 h.buffer = nil
244}
245
246// noExportedKeyingMaterial is used as a value of
247// ConnectionState.ekm when renegotiation is enabled and thus

Callers 4

handshakeMethod · 0.80
doFullHandshakeMethod · 0.80
doResumeHandshakeMethod · 0.80
doFullHandshakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected