Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for discardHandshakeBuffer (0.15 sec)

  1. src/crypto/tls/prf.go

    		return hash.Sum(nil)
    	}
    
    	if sigType == signatureECDSA {
    		return h.server.Sum(nil)
    	}
    
    	return h.Sum()
    }
    
    // discardHandshakeBuffer is called when there is no more need to
    // buffer the entirety of the handshake messages.
    func (h *finishedHash) discardHandshakeBuffer() {
    	h.buffer = nil
    }
    
    // noEKMBecauseRenegotiation is used as a value of
    // ConnectionState.ekm when renegotiation is enabled and thus
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 16:29:49 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top