golang.org/x/crypto/ssh.truncatingMAC.hmac (field)

5 uses

	golang.org/x/crypto/ssh (current package)
		mac.go#L26: 	hmac   hash.Hash
		mac.go#L30: 	return t.hmac.Write(data)
		mac.go#L34: 	out := t.hmac.Sum(in)
		mac.go#L39: 	t.hmac.Reset()
		mac.go#L46: func (t truncatingMAC) BlockSize() int { return t.hmac.BlockSize() }