func crypto/sha256.New

6 uses

	crypto/sha256 (current package)
		sha256.go#L19: 	crypto.RegisterHash(crypto.SHA256, New)
		sha256.go#L145: func New() hash.Hash {

	crypto/tls
		cipher_suites.go#L439: 	return hmac.New(sha256.New, key)
		prf.go#L96: 		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[:])