golang.org/x/crypto/ssh/agent.ecdsaKeyMsg.Curve (field)

3 uses

	golang.org/x/crypto/ssh/agent (current package)
		client.go#L514: 	Curve       string
		client.go#L564: 			Curve:       nistID,
		server.go#L355: 	priv, err := unmarshalECDSA(k.Curve, k.KeyBytes, k.D)