kubernetes/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.go

//go:noescape
func update(state *macState, msg []byte)

type mac

func (h *mac) Write(p []byte) (int, error) {}

func (h *mac) Sum(out *[16]byte) {}