const crypto.SHA384
17 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#L142: hash = crypto.SHA384
auth.go#L180: {PSSWithSHA384, crypto.SHA384.Size()*2 + 2},
auth.go#L185: {PKCS1WithSHA384, 19 + crypto.SHA384.Size() + 11},
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},
github.com/refraction-networking/utls
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#L215: {TLS_AES_256_GCM_SHA384, 32, aeadAESGCMTLS13, crypto.SHA384},
prf.go#L97: return prf12(sha512.New384), crypto.SHA384
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |