MCPcopy
hub / github.com/golang/crypto / parseError

Function parseError

ssh/common.go:386–388  ·  view source on GitHub ↗

parseError results from a malformed SSH message.

(tag uint8)

Source from the content-addressed store, hash-verified

384
385// parseError results from a malformed SSH message.
386func parseError(tag uint8) error {
387 return fmt.Errorf("ssh: parse error in message type %d", tag)
388}
389
390func findCommon(what string, client []string, server []string, isClient bool) (string, error) {
391 for _, c := range client {

Callers 6

serverAuthenticateMethod · 0.85
ChallengeMethod · 0.85
onePacketMethod · 0.85
UnmarshalFunction · 0.85
clientAuthenticateMethod · 0.85
handleDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…