func crypto/hmac.Equal
4 uses
crypto/hmac (current package)
hmac.go#L167: func Equal(mac1, mac2 []byte) bool {
crypto/tls
handshake_client_tls13.go#L512: if !hmac.Equal(expectedMAC, finished.verifyData) {
handshake_server_tls13.go#L302: if !hmac.Equal(hs.clientHello.pskBinders[i], pskBinder) {
handshake_server_tls13.go#L850: if !hmac.Equal(hs.clientFinished, finished.verifyData) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)