const crypto/sha256.Size224

6 uses

	crypto/sha256 (current package)
		sha256.go#L26: const Size224 = 28
		sha256.go#L174: 	return Size224
		sha256.go#L209: 		return append(in, hash[:Size224]...)
		sha256.go#L264: func Sum224(data []byte) [Size224]byte {
		sha256.go#L273: 	ap := (*[Size224]byte)(sum[:])

	crypto/x509
		cert_pool.go#L14: type sum224 [sha256.Size224]byte