golang.org/x/crypto/ssh.ecdsaPublicKey.Type (method)

4 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L533: func (k *ecdsaPublicKey) Type() string {
		keys.go#L661: 		k.Type(),
		keys.go#L670: 	if sig.Format != k.Type() {
		keys.go#L671: 		return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())