func crypto/hmac.Equal

4 uses

	crypto/hmac (current package)
		hmac.go#L175: func Equal(mac1, mac2 []byte) bool {

	crypto/tls
		handshake_client_tls13.go#L594: 	if !hmac.Equal(expectedMAC, finished.verifyData) {
		handshake_server_tls13.go#L361: 		if !hmac.Equal(hs.clientHello.pskBinders[i], pskBinder) {
		handshake_server_tls13.go#L983: 	if !hmac.Equal(hs.clientFinished, finished.verifyData) {