Searched refs:SSH_ERR_INTERNAL_ERROR (Results 1 – 24 of 24) sorted by relevance
/external/openssh/ |
D | sshbuf-getput-crypto.c | 69 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_bignum1() 105 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_ec() 140 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_eckey() 156 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_bignum2() 178 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_bignum1() 209 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_ec()
|
D | ssh-rsa.c | 89 int nid, hash_alg, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 112 return SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 131 ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 168 int hash_alg, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_verify() 215 ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_verify() 317 ret = SSH_ERR_INTERNAL_ERROR; in openssh_RSA_verify()
|
D | ssh-ecdsa.c | 56 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_sign() 69 return SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_sign() 119 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_verify() 130 return SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_verify()
|
D | ssh-dss.c | 68 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_sign() 82 ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_sign() 137 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify() 146 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify()
|
D | kex.c | 455 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 464 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 527 return SSH_ERR_INTERNAL_ERROR; in kex_input_kexinit() 640 return SSH_ERR_INTERNAL_ERROR; in kex_start_rekex() 644 return SSH_ERR_INTERNAL_ERROR; in kex_start_rekex() 659 return SSH_ERR_INTERNAL_ERROR; in choose_enc() 680 return SSH_ERR_INTERNAL_ERROR; in choose_mac() 706 return SSH_ERR_INTERNAL_ERROR; in choose_comp() 723 return SSH_ERR_INTERNAL_ERROR; in choose_kex() 741 return SSH_ERR_INTERNAL_ERROR; in choose_hostkeyalg()
|
D | rsa.c | 78 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; in rsa_public_encrypt() 124 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; in rsa_private_decrypt()
|
D | packet.c | 674 return SSH_ERR_INTERNAL_ERROR; in start_compression_out() 691 return SSH_ERR_INTERNAL_ERROR; in start_compression_in() 702 return SSH_ERR_INTERNAL_ERROR; in ssh_packet_start_compression() 719 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 728 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 765 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 769 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 799 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 886 r = SSH_ERR_INTERNAL_ERROR; in ssh_packet_send1() 991 return SSH_ERR_INTERNAL_ERROR; in ssh_set_newkeys() [all …]
|
D | krl.c | 261 return SSH_ERR_INTERNAL_ERROR; in insert_serial_range() 537 return SSH_ERR_INTERNAL_ERROR; in put_bitmap() 548 int final, force_new_sect, r = SSH_ERR_INTERNAL_ERROR; in revoked_certs_generate() 708 int r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_to_blob() 807 int r = SSH_ERR_INTERNAL_ERROR; in parse_revoked_certs() 926 int r = SSH_ERR_INTERNAL_ERROR, sig_seen; in ssh_krl_from_blob() 979 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob() 1006 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob() 1042 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob()
|
D | sshkey.c | 729 int type, ret = SSH_ERR_INTERNAL_ERROR; in to_blob_buf() 831 int ret = SSH_ERR_INTERNAL_ERROR; in to_blob() 877 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_fingerprint_raw() 1395 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_to_base64() 1424 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_format_rsa1() 1462 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_format_text() 1486 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_write() 1524 int ret = SSH_ERR_INTERNAL_ERROR; in rsa_generate_private_key() 1555 int ret = SSH_ERR_INTERNAL_ERROR; in dsa_generate_private_key() 1633 int ret = SSH_ERR_INTERNAL_ERROR; in ecdsa_generate_private_key() [all …]
|
D | sshbuf-getput-basic.c | 144 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_string_direct() 287 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_putfv() 461 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_bignum2_bytes_direct()
|
D | ssherr.c | 28 case SSH_ERR_INTERNAL_ERROR: in ssh_err()
|
D | ssherr.h | 25 #define SSH_ERR_INTERNAL_ERROR -1 macro
|
D | cipher-chachapoly.c | 58 int r = SSH_ERR_INTERNAL_ERROR; in chachapoly_crypt()
|
D | cipher-3des1.c | 129 return SSH_ERR_INTERNAL_ERROR; in ssh1_3des_iv()
|
D | authfile.c | 370 case SSH_ERR_INTERNAL_ERROR: in sshkey_load_public() 426 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_load_cert()
|
D | digest-openssl.c | 168 return SSH_ERR_INTERNAL_ERROR; in ssh_digest_final()
|
D | cipher.c | 330 int ret = SSH_ERR_INTERNAL_ERROR; in cipher_init() 551 int r = SSH_ERR_INTERNAL_ERROR; in cipher_set_key_string()
|
D | mac.c | 186 return SSH_ERR_INTERNAL_ERROR; in mac_compute()
|
D | key.c | 88 if (r == SSH_ERR_INTERNAL_ERROR || in fatal_on_fatal_errors()
|
D | sshbuf.c | 48 return SSH_ERR_INTERNAL_ERROR; in sshbuf_check_sanity()
|
D | ssh-agent.c | 567 int r = SSH_ERR_INTERNAL_ERROR; in agent_decode_rsa1() 613 int r = SSH_ERR_INTERNAL_ERROR; in process_add_identity()
|
D | authfd.c | 452 int r = SSH_ERR_INTERNAL_ERROR; in ssh_agent_sign()
|
D | hostfile.c | 601 r = SSH_ERR_INTERNAL_ERROR; in hostfile_replace_entries()
|
D | auth2-pubkey.c | 267 int r = SSH_ERR_INTERNAL_ERROR; in split_argv()
|