Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshbuf-io.c45 return SSH_ERR_SYSTEM_ERROR; in sshbuf_load_fd()
55 r = SSH_ERR_SYSTEM_ERROR; in sshbuf_load_fd()
87 return SSH_ERR_SYSTEM_ERROR; in sshbuf_load_file()
106 return SSH_ERR_SYSTEM_ERROR; in sshbuf_write_file()
113 return SSH_ERR_SYSTEM_ERROR; in sshbuf_write_file()
H A Dauthfile.c95 return SSH_ERR_SYSTEM_ERROR; in sshkey_perm_ok()
129 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_private_type()
184 return SSH_ERR_SYSTEM_ERROR; in sshkey_load_pubkey_from_private()
218 return SSH_ERR_SYSTEM_ERROR; in sshkey_try_load_public()
287 r = SSH_ERR_SYSTEM_ERROR; in sshkey_load_public()
389 return SSH_ERR_SYSTEM_ERROR; in sshkey_in_file()
501 return SSH_ERR_SYSTEM_ERROR; in sshkey_save_public()
503 r = SSH_ERR_SYSTEM_ERROR; in sshkey_save_public()
511 r = SSH_ERR_SYSTEM_ERROR; in sshkey_save_public()
515 r = SSH_ERR_SYSTEM_ERROR; in sshkey_save_public()
H A Dhostfile.c278 if (r != SSH_ERR_SYSTEM_ERROR && errno != ENOENT) in load_hostkeys_file()
623 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
630 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
691 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
698 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
705 r = SSH_ERR_SYSTEM_ERROR; in hostfile_replace_entries()
725 if (r == SSH_ERR_SYSTEM_ERROR) in hostfile_replace_entries()
928 return SSH_ERR_SYSTEM_ERROR; in hostkeys_foreach()
H A Dssh-sk-client.c65 return SSH_ERR_SYSTEM_ERROR; in start_helper()
74 return SSH_ERR_SYSTEM_ERROR; in start_helper()
84 return SSH_ERR_SYSTEM_ERROR; in start_helper()
127 return SSH_ERR_SYSTEM_ERROR; in reap_helper()
H A Dssherr.h48 #define SSH_ERR_SYSTEM_ERROR -24 macro
H A Dssherr.c74 case SSH_ERR_SYSTEM_ERROR: in ssh_err()
H A Dsshbuf-misc.c299 return SSH_ERR_SYSTEM_ERROR; in sshbuf_read()
302 return SSH_ERR_SYSTEM_ERROR; in sshbuf_read()
H A Dsshsig.c518 r = SSH_ERR_SYSTEM_ERROR; in hash_file()
988 return SSH_ERR_SYSTEM_ERROR; in sshsig_check_allowed_keys()
1028 return SSH_ERR_SYSTEM_ERROR; in sshsig_find_principals()
1056 return SSH_ERR_SYSTEM_ERROR; in sshsig_find_principals()
1083 return SSH_ERR_SYSTEM_ERROR; in sshsig_match_principals()
H A Dkex.c1246 r = SSH_ERR_SYSTEM_ERROR; in kex_exchange_identification()
1288 r = SSH_ERR_SYSTEM_ERROR; in kex_exchange_identification()
1302 r = SSH_ERR_SYSTEM_ERROR; in kex_exchange_identification()
1417 if (r == SSH_ERR_SYSTEM_ERROR) in kex_exchange_identification()
H A Dauthfd.c101 return SSH_ERR_SYSTEM_ERROR; in ssh_get_authentication_socket_path()
109 return SSH_ERR_SYSTEM_ERROR; in ssh_get_authentication_socket_path()
H A Dssh-add.c188 if (r != SSH_ERR_SYSTEM_ERROR || errno != ENOENT) in delete_file()
392 if (r != SSH_ERR_SYSTEM_ERROR || errno != ENOENT) in add_file()
H A Dpacket.c1372 r = SSH_ERR_SYSTEM_ERROR; in ssh_packet_read_seqnr()
1394 r = SSH_ERR_SYSTEM_ERROR; in ssh_packet_read_seqnr()
1882 case SSH_ERR_SYSTEM_ERROR: in sshpkt_vfatal()
1989 return SSH_ERR_SYSTEM_ERROR; in ssh_packet_write_poll()
H A Dclientloop.c644 if (r == SSH_ERR_SYSTEM_ERROR) { in client_process_net_input()
1986 if (r == SSH_ERR_SYSTEM_ERROR && errno == ENOENT) { in check_old_keys_othernames()
2317 if (r == SSH_ERR_SYSTEM_ERROR && errno == ENOENT) { in client_input_hostkeys()
H A Dsshd.c1840 &key, NULL)) != 0 && r != SSH_ERR_SYSTEM_ERROR)
1857 &pubkey, NULL)) != 0 && r != SSH_ERR_SYSTEM_ERROR)
H A Dserverloop.c281 if (r == SSH_ERR_SYSTEM_ERROR) { in process_input()
H A Dssh-keygen.c1930 fatal_fr(SSH_ERR_SYSTEM_ERROR, "Invalid certificate time"); in parse_hex_u64()
2611 r = SSH_ERR_SYSTEM_ERROR; in sign_one()
2620 r = SSH_ERR_SYSTEM_ERROR; in sign_one()
H A Dkrl.c424 return SSH_ERR_SYSTEM_ERROR; in revoke_by_hash()
H A Dsshconnect.c749 if (r == SSH_ERR_SYSTEM_ERROR && errno == ENOENT) { in hostkeys_find_by_key_hostfile()
H A Dssh.c539 case SSH_ERR_SYSTEM_ERROR: in check_load()
H A Dsshconnect2.c1594 case SSH_ERR_SYSTEM_ERROR: in load_identity_file()
H A Dsshkey.c1584 r = SSH_ERR_SYSTEM_ERROR; in sshkey_write()