func crypto/sha256.New

7 uses

	crypto/sha256 (current package)
		sha256.go#L18: 	crypto.RegisterHash(crypto.SHA256, New)
		sha256.go#L34: func New() hash.Hash {
		sha256.go#L57: 	h := New()

	crypto/tls
		cipher_suites.go#L439: 	return hmac.New(sha256.New, key)
		prf.go#L98: 		return prf12(sha256.New), crypto.SHA256
		ticket.go#L341: 	mac := hmac.New(sha256.New, key.hmacKey[:])
		ticket.go#L376: 		mac := hmac.New(sha256.New, key.hmacKey[:])