const crypto.SHA384

23 uses

	crypto (current package)
		crypto.go#L35: 	case SHA384:
		crypto.go#L74: 	SHA384                      // import crypto/sha512
		crypto.go#L97: 	SHA384:      48,

	crypto/rsa
		pkcs1v15.go#L269: 	crypto.SHA384:    {0x30, 0x41, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, 0x00, 0x04, 0x30},

	crypto/sha512
		sha512.go#L22: 	crypto.RegisterHash(crypto.SHA384, New384)
		sha512.go#L93: 	case crypto.SHA384:
		sha512.go#L145: 	case crypto.SHA384:
		sha512.go#L175: 	case d.function == crypto.SHA384 && string(b[:len(magic384)]) == magic384:
		sha512.go#L236: 	d := &digest{function: crypto.SHA384}
		sha512.go#L247: 	case crypto.SHA384:
		sha512.go#L291: 	case crypto.SHA384:
		sha512.go#L334: 	if d.function != crypto.SHA384 {
		sha512.go#L358: 	d := digest{function: crypto.SHA384}

	crypto/tls
		auth.go#L117: 		hash = crypto.SHA384
		auth.go#L156: 	{PSSWithSHA384, crypto.SHA384.Size()*2 + 2, VersionTLS13},
		auth.go#L162: 	{PKCS1WithSHA384, 19 + crypto.SHA384.Size() + 11, VersionTLS12},
		cipher_suites.go#L204: 	{TLS_AES_256_GCM_SHA384, 32, aeadAESGCMTLS13, crypto.SHA384},
		prf.go#L94: 			return prf12(sha512.New384), crypto.SHA384

	crypto/x509
		x509.go#L367: 	{SHA384WithRSA, "SHA384-RSA", oidSignatureSHA384WithRSA, RSA, crypto.SHA384},
		x509.go#L370: 	{SHA384WithRSAPSS, "SHA384-RSAPSS", oidSignatureRSAPSS, RSA, crypto.SHA384},
		x509.go#L376: 	{ECDSAWithSHA384, "ECDSA-SHA384", oidSignatureECDSAWithSHA384, ECDSA, crypto.SHA384},
		x509.go#L390: 	crypto.SHA384: asn1.RawValue{FullBytes: []byte{48, 52, 160, 15, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 2, 5, 0, 161, 28, 48, 26, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 8, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 2, 5, 0, 162, 3, 2, 1, 48}},
		x509.go#L1426: 			hashFunc = crypto.SHA384