const crypto/tls.PKCS1WithSHA256

8 uses

	crypto/tls (current package)
		auth.go#L100: 	case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
		auth.go#L114: 	case PKCS1WithSHA256, PSSWithSHA256, ECDSAWithP256AndSHA256:
		auth.go#L161: 	{PKCS1WithSHA256, 19 + crypto.SHA256.Size() + 11, VersionTLS12},
		common.go#L206: 	PKCS1WithSHA256,
		common.go#L380: 	PKCS1WithSHA256 SignatureScheme = 0x0401
		common_string.go#L11: 	_ = x[PKCS1WithSHA256-1025]
		handshake_client.go#L1057: 				PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
		handshake_client.go#L1061: 				PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,