Home
last modified time | relevance | path

Searched refs:SSH_ERR_SYSTEM_ERROR (Results 1 – 11 of 11) sorted by relevance

/external/openssh/
Dauthfile.c62 return SSH_ERR_SYSTEM_ERROR; in sshkey_save_private_blob()
69 return SSH_ERR_SYSTEM_ERROR; in sshkey_save_private_blob()
106 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_file()
114 r = SSH_ERR_SYSTEM_ERROR; in sshkey_load_file()
174 return SSH_ERR_SYSTEM_ERROR; in sshkey_perm_ok()
210 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_private_type()
264 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_private()
298 return SSH_ERR_SYSTEM_ERROR; in sshkey_try_load_public()
358 case SSH_ERR_SYSTEM_ERROR: in sshkey_load_public()
504 return SSH_ERR_SYSTEM_ERROR; in sshkey_in_file()
Dkey.c331 if (r == SSH_ERR_SYSTEM_ERROR) in key_load_cert()
350 if (r == SSH_ERR_SYSTEM_ERROR) in key_load_public()
369 if (r == SSH_ERR_SYSTEM_ERROR || in key_load_private()
390 if (r == SSH_ERR_SYSTEM_ERROR || in key_load_private_cert()
411 if (r == SSH_ERR_SYSTEM_ERROR || in key_load_private_type()
Dhostfile.c282 if (r != SSH_ERR_SYSTEM_ERROR && errno != ENOENT) in load_hostkeys()
564 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
571 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
610 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
617 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
624 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
645 if (r == SSH_ERR_SYSTEM_ERROR) in hostfile_replace_entries()
686 return SSH_ERR_SYSTEM_ERROR; in hostkeys_foreach()
Dssherr.h48 #define SSH_ERR_SYSTEM_ERROR -24 macro
Dssherr.c74 case SSH_ERR_SYSTEM_ERROR: in ssh_err()
Dssh-add.c132 if (r != SSH_ERR_SYSTEM_ERROR || errno != ENOENT) in delete_file()
290 if (r != SSH_ERR_SYSTEM_ERROR || errno != ENOENT) in add_file()
Dauthfd.c106 return SSH_ERR_SYSTEM_ERROR; in ssh_get_authentication_socket()
114 return SSH_ERR_SYSTEM_ERROR; in ssh_get_authentication_socket()
Dkrl.c1284 r = SSH_ERR_SYSTEM_ERROR; in ssh_krl_file_contains_key()
Dpacket.c1343 return SSH_ERR_SYSTEM_ERROR; in ssh_packet_read_seqnr()
1988 return SSH_ERR_SYSTEM_ERROR; in ssh_packet_write_poll()
Dsshconnect2.c1165 case SSH_ERR_SYSTEM_ERROR: in load_identity_file()
Dsshkey.c1486 ret = SSH_ERR_SYSTEM_ERROR; in sshkey_write()