const crypto.SHA384
12 uses
crypto (current package)
crypto.go#L35: case SHA384:
crypto.go#L74: SHA384 // import crypto/sha512
crypto.go#L97: SHA384: 48,
crypto/sha512
sha512.go#L21: crypto.RegisterHash(crypto.SHA384, New384)
crypto/tls
auth.go#L118: hash = crypto.SHA384
auth.go#L157: {PSSWithSHA384, crypto.SHA384.Size()*2 + 2, VersionTLS13},
auth.go#L163: {PKCS1WithSHA384, 19 + crypto.SHA384.Size() + 11, VersionTLS12},
cipher_suites.go#L216: {TLS_AES_256_GCM_SHA384, 32, aeadAESGCMTLS13, crypto.SHA384},
prf.go#L96: return prf12(sha512.New384), crypto.SHA384
crypto/x509
x509.go#L375: {SHA384WithRSA, "SHA384-RSA", oidSignatureSHA384WithRSA, asn1.NullRawValue, RSA, crypto.SHA384, false},
x509.go#L378: {SHA384WithRSAPSS, "SHA384-RSAPSS", oidSignatureRSAPSS, pssParametersSHA384, RSA, crypto.SHA384, true},
x509.go#L384: {ECDSAWithSHA384, "ECDSA-SHA384", oidSignatureECDSAWithSHA384, emptyRawValue, ECDSA, crypto.SHA384, false},