const crypto/tls.PKCS1WithSHA384
9 uses
crypto/tls (current package)
auth.go#L101: case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
auth.go#L117: case PKCS1WithSHA384, PSSWithSHA384, ECDSAWithP384AndSHA384:
auth.go#L163: {PKCS1WithSHA384, 19 + crypto.SHA384.Size() + 11, VersionTLS12},
common.go#L393: PKCS1WithSHA384 SignatureScheme = 0x0501
common_string.go#L12: _ = x[PKCS1WithSHA384-1281]
defaults.go#L38: PKCS1WithSHA384,
defaults.go#L116: PKCS1WithSHA384,
handshake_client.go#L1215: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
handshake_client.go#L1219: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,