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()
126 r = SSH_ERR_SYSTEM_ERROR; in sshkey_load_file()
187 return SSH_ERR_SYSTEM_ERROR; in sshkey_perm_ok()
224 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_private_type()
280 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_private()
313 return SSH_ERR_SYSTEM_ERROR; in sshkey_try_load_public()
373 case SSH_ERR_SYSTEM_ERROR: in sshkey_load_public()
522 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()
569 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
576 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
615 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
622 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
629 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
650 if (r == SSH_ERR_SYSTEM_ERROR) in hostfile_replace_entries()
691 return SSH_ERR_SYSTEM_ERROR; in hostkeys_foreach()
Dssherr.c74 case SSH_ERR_SYSTEM_ERROR: in ssh_err()
Dssherr.h48 #define SSH_ERR_SYSTEM_ERROR -24 macro
Dssh-add.c134 if (r != SSH_ERR_SYSTEM_ERROR || errno != ENOENT) in delete_file()
287 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()
Dpacket.c1480 r = SSH_ERR_SYSTEM_ERROR; in ssh_packet_read_seqnr()
2125 case SSH_ERR_SYSTEM_ERROR: in sshpkt_fatal()
2211 return SSH_ERR_SYSTEM_ERROR; in ssh_packet_write_poll()
Dkrl.c1278 r = SSH_ERR_SYSTEM_ERROR; in ssh_krl_file_contains_key()
Dsshconnect2.c1266 case SSH_ERR_SYSTEM_ERROR: in load_identity_file()
Dsshkey.c1495 r = SSH_ERR_SYSTEM_ERROR; in sshkey_write()