Searched refs:SSH_ERR_INTERNAL_ERROR (Results 1 – 23 of 23) 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 | 48 int nid, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 67 return SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 86 ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 125 int hash_alg, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_verify() 172 ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_verify() 221 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() 121 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_verify() 131 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() 138 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify() 146 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify()
|
D | kex.c | 297 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 306 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 368 return SSH_ERR_INTERNAL_ERROR; in kex_input_kexinit() 476 return SSH_ERR_INTERNAL_ERROR; in choose_enc() 495 return SSH_ERR_INTERNAL_ERROR; in choose_mac() 519 return SSH_ERR_INTERNAL_ERROR; in choose_comp() 535 return SSH_ERR_INTERNAL_ERROR; in choose_kex() 551 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 | krl.c | 262 return SSH_ERR_INTERNAL_ERROR; in insert_serial_range() 538 return SSH_ERR_INTERNAL_ERROR; in put_bitmap() 549 int final, force_new_sect, r = SSH_ERR_INTERNAL_ERROR; in revoked_certs_generate() 709 int r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_to_blob() 808 int r = SSH_ERR_INTERNAL_ERROR; in parse_revoked_certs() 929 int r = SSH_ERR_INTERNAL_ERROR, sig_seen; in ssh_krl_from_blob() 982 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob() 1009 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob() 1046 r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob()
|
D | packet.c | 574 return SSH_ERR_INTERNAL_ERROR; in start_compression_out() 591 return SSH_ERR_INTERNAL_ERROR; in start_compression_in() 602 return SSH_ERR_INTERNAL_ERROR; in ssh_packet_start_compression() 619 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 628 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 665 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 669 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 699 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 751 r = SSH_ERR_INTERNAL_ERROR; in ssh_packet_set_compress_state() 760 r = SSH_ERR_INTERNAL_ERROR; in ssh_packet_set_compress_state() [all …]
|
D | ssherr.c | 28 case SSH_ERR_INTERNAL_ERROR: in ssh_err()
|
D | ssherr.h | 25 #define SSH_ERR_INTERNAL_ERROR -1 macro
|
D | sshbuf-getput-basic.c | 142 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_string_direct() 285 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_putfv() 459 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_bignum2_bytes_direct()
|
D | sshkey.c | 758 int type, ret = SSH_ERR_INTERNAL_ERROR; in to_blob_buf() 856 int ret = SSH_ERR_INTERNAL_ERROR; in to_blob() 902 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_fingerprint_raw() 1414 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_write() 1525 int ret = SSH_ERR_INTERNAL_ERROR; in rsa_generate_private_key() 1556 int ret = SSH_ERR_INTERNAL_ERROR; in dsa_generate_private_key() 1635 int ret = SSH_ERR_INTERNAL_ERROR; in ecdsa_generate_private_key() 1665 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_generate() 1714 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_cert_copy() 1768 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_from_private() [all …]
|
D | cipher-chachapoly.c | 57 int r = SSH_ERR_INTERNAL_ERROR; in chachapoly_crypt()
|
D | authfile.c | 355 case SSH_ERR_INTERNAL_ERROR: in sshkey_load_public() 409 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_load_cert()
|
D | cipher-3des1.c | 127 return SSH_ERR_INTERNAL_ERROR; in ssh1_3des_iv()
|
D | digest-openssl.c | 168 return SSH_ERR_INTERNAL_ERROR; in ssh_digest_final()
|
D | cipher.c | 301 int ret = SSH_ERR_INTERNAL_ERROR; in cipher_init() 491 int r = SSH_ERR_INTERNAL_ERROR; in cipher_set_key_string()
|
D | mac.c | 183 return SSH_ERR_INTERNAL_ERROR; in mac_compute()
|
D | sshbuf.c | 48 return SSH_ERR_INTERNAL_ERROR; in sshbuf_check_sanity()
|
D | key.c | 88 if (r == SSH_ERR_INTERNAL_ERROR || in fatal_on_fatal_errors()
|
D | ssh-agent.c | 548 int r = SSH_ERR_INTERNAL_ERROR; in agent_decode_rsa1() 594 int r = SSH_ERR_INTERNAL_ERROR; in process_add_identity()
|
D | authfd.c | 439 int r = SSH_ERR_INTERNAL_ERROR; in ssh_agent_sign()
|
D | hostfile.c | 596 r = SSH_ERR_INTERNAL_ERROR; in hostfile_replace_entries()
|