Lines Matching full:return
27 return "success"; in ssh_err()
29 return "unexpected internal error"; in ssh_err()
31 return "memory allocation failed"; in ssh_err()
33 return "incomplete message"; in ssh_err()
35 return "invalid format"; in ssh_err()
37 return "bignum is negative"; in ssh_err()
39 return "string is too large"; in ssh_err()
41 return "bignum is too large"; in ssh_err()
43 return "elliptic curve point is too large"; in ssh_err()
45 return "insufficient buffer space"; in ssh_err()
47 return "invalid argument"; in ssh_err()
49 return "key bits do not match"; in ssh_err()
51 return "invalid elliptic curve"; in ssh_err()
53 return "key type does not match"; in ssh_err()
55 return "unknown or unsupported key type"; in ssh_err()
57 return "elliptic curve does not match"; in ssh_err()
59 return "plain key provided where certificate required"; in ssh_err()
61 return "key lacks certificate data"; in ssh_err()
63 return "unknown/unsupported certificate type"; in ssh_err()
65 return "invalid certificate signing key"; in ssh_err()
67 return "invalid elliptic curve value"; in ssh_err()
69 return "incorrect signature"; in ssh_err()
71 return "error in libcrypto"; /* XXX fetch and return */ in ssh_err()
73 return "unexpected bytes remain after decoding"; in ssh_err()
75 return strerror(errno); in ssh_err()
77 return "invalid certificate"; in ssh_err()
79 return "communication with agent failed"; in ssh_err()
81 return "agent refused operation"; in ssh_err()
83 return "DH GEX group out of range"; in ssh_err()
85 return "disconnected"; in ssh_err()
87 return "message authentication code incorrect"; in ssh_err()
89 return "no matching cipher found"; in ssh_err()
91 return "no matching MAC found"; in ssh_err()
93 return "no matching compression method found"; in ssh_err()
95 return "no matching key exchange method found"; in ssh_err()
97 return "no matching host key type found"; in ssh_err()
99 return "protocol version mismatch"; in ssh_err()
101 return "could not read protocol version"; in ssh_err()
103 return "could not load host key"; in ssh_err()
105 return "rekeying not supported by peer"; in ssh_err()
107 return "passphrase is too short (minimum five characters)"; in ssh_err()
109 return "file changed while reading"; in ssh_err()
111 return "key encrypted using unsupported cipher"; in ssh_err()
113 return "incorrect passphrase supplied to decrypt private key"; in ssh_err()
115 return "bad permissions"; in ssh_err()
117 return "certificate does not match key"; in ssh_err()
119 return "key not found"; in ssh_err()
121 return "agent not present"; in ssh_err()
123 return "agent contains no identities"; in ssh_err()
125 return "internal error: buffer is read-only"; in ssh_err()
127 return "KRL file has invalid magic number"; in ssh_err()
129 return "Key is revoked"; in ssh_err()
131 return "Connection closed"; in ssh_err()
133 return "Connection timed out"; in ssh_err()
135 return "Connection corrupted"; in ssh_err()
137 return "Protocol error"; in ssh_err()
139 return "Invalid key length"; in ssh_err()
141 return "number is too large"; in ssh_err()
143 return "signature algorithm not supported"; in ssh_err()
145 return "requested feature not supported"; in ssh_err()
147 return "device not found"; in ssh_err()
149 return "unknown error"; in ssh_err()