func crypto/sha1.New

7 uses

	crypto/sha1 (current package)
		sha1.go#L19: 	crypto.RegisterHash(crypto.SHA1, New)
		sha1.go#L121: func New() hash.Hash {

	crypto/tls
		cipher_suites.go#L252: 	return hmac.New(newConstantTimeHash(sha1.New), key)
		key_agreement.go#L84: 	hsha1 := sha1.New()
		prf.go#L49: 	hashSHA1 := sha1.New
		prf.go#L154: 	return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}