func crypto/hmac.Equal

4 uses

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

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