/freebsd/crypto/openssh/ |
H A D | sshbuf-misc.c | 108 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_dtob64() 174 int r = SSH_ERR_INTERNAL_ERROR; in sshbuf_dtourlb64() 188 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_dtourlb64() 199 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_dtourlb64() 242 return SSH_ERR_INTERNAL_ERROR; in sshbuf_cmp() 261 return SSH_ERR_INTERNAL_ERROR; in sshbuf_find() 294 return SSH_ERR_INTERNAL_ERROR; /* shouldn't happen */ in sshbuf_read()
|
H A D | sshbuf-getput-crypto.c | 89 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_ec() 124 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_eckey() 140 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_bignum2() 166 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_ec()
|
H A D | sshsig.c | 52 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_armor() 239 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_parse_preamble() 272 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_peek_hashalg() 304 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_wrap_verify() 404 int alg, r = SSH_ERR_INTERNAL_ERROR; in hash_buffer() 414 return SSH_ERR_INTERNAL_ERROR; in hash_buffer() 449 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_signb() 475 int r = SSH_ERR_INTERNAL_ERROR; in sshsig_verifyb() 506 int alg, oerrno, r = SSH_ERR_INTERNAL_ERROR; in hash_file() 516 return SSH_ERR_INTERNAL_ERROR; in hash_file() [all …]
|
H A D | ssh-dss.c | 117 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_serialize_public() 169 int r = SSH_ERR_INTERNAL_ERROR; in ssh_dss_copy_public() 204 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_deserialize_public() 280 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_sign() 295 ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_sign() 338 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify() 347 return SSH_ERR_INTERNAL_ERROR; in ssh_dss_verify()
|
H A D | ssh-ecdsa.c | 172 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_generate() 201 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_copy_public() 332 int len = 0, ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_sign() 344 return SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_sign() 394 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_verify() 405 return SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_verify()
|
H A D | ssh-sk-client.c | 142 int oerrno, fd, r2, ll, r = SSH_ERR_INTERNAL_ERROR; in client_converse() 196 r = SSH_ERR_INTERNAL_ERROR; in client_converse() 203 r = SSH_ERR_INTERNAL_ERROR; in client_converse() 234 int oerrno, r = SSH_ERR_INTERNAL_ERROR; in sshsk_sign() 299 int oerrno, r = SSH_ERR_INTERNAL_ERROR; in sshsk_enroll() 400 int oerrno, r = SSH_ERR_INTERNAL_ERROR; in sshsk_load_resident()
|
H A D | kex.c | 557 return SSH_ERR_INTERNAL_ERROR; in kex_input_newkeys() 580 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 594 return SSH_ERR_INTERNAL_ERROR; in kex_send_kexinit() 621 return SSH_ERR_INTERNAL_ERROR; in kex_input_kexinit() 666 return SSH_ERR_INTERNAL_ERROR; in kex_input_kexinit() 785 return SSH_ERR_INTERNAL_ERROR; in kex_start_rekex() 789 return SSH_ERR_INTERNAL_ERROR; in kex_start_rekex() 805 return SSH_ERR_INTERNAL_ERROR; in choose_enc() 827 return SSH_ERR_INTERNAL_ERROR; in choose_mac() 852 return SSH_ERR_INTERNAL_ERROR; in choose_comp() [all …]
|
H A D | ssh-rsa.c | 126 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_generate() 161 int r = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_copy_public() 198 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_deserialize_public() 412 int hash_alg, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 442 ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_sign() 478 int hash_alg, want_alg, ret = SSH_ERR_INTERNAL_ERROR; in ssh_rsa_verify()
|
H A D | sshkey.c | 563 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_pkey_digest_verify() 884 int type, ret = SSH_ERR_INTERNAL_ERROR; in to_blob_buf() 950 int ret = SSH_ERR_INTERNAL_ERROR; in to_blob() 996 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_fingerprint_raw() 1390 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_to_base64() 1419 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_format_text() 1437 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_write() 1511 int ret = SSH_ERR_INTERNAL_ERROR; in sshkey_generate() 1539 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_cert_copy() 1616 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_from_private() [all …]
|
H A D | packet.c | 801 return SSH_ERR_INTERNAL_ERROR; in start_compression_out() 818 return SSH_ERR_INTERNAL_ERROR; in start_compression_in() 831 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 840 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() 877 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 881 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 911 return SSH_ERR_INTERNAL_ERROR; in uncompress_buffer() 922 return SSH_ERR_INTERNAL_ERROR; in start_compression_out() 928 return SSH_ERR_INTERNAL_ERROR; in start_compression_in() 934 return SSH_ERR_INTERNAL_ERROR; in compress_buffer() [all …]
|
H A D | ssh-sk.c | 312 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_key_from_response() 430 int r, ret = SSH_ERR_INTERNAL_ERROR; in make_options() 490 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_enroll() 583 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_ecdsa_sig() 627 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_ed25519_sig() 657 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_sign() 806 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_load_resident()
|
H A D | ssh-xmss.c | 109 int r = SSH_ERR_INTERNAL_ERROR; in ssh_xmss_copy_public() 120 return SSH_ERR_INTERNAL_ERROR; in ssh_xmss_copy_public() 138 int ret = SSH_ERR_INTERNAL_ERROR; in ssh_xmss_deserialize_public()
|
H A D | sshkey-xmss.c | 277 return SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_init_enc_key() 779 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_deserialize_state() 898 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_encrypt_state() 905 return SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_encrypt_state() 907 r = SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_encrypt_state() 990 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_decrypt_state() 997 return SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_decrypt_state() 1007 r = SSH_ERR_INTERNAL_ERROR; in sshkey_xmss_decrypt_state()
|
H A D | sshbuf-getput-basic.c | 103 return SSH_ERR_INTERNAL_ERROR; in check_offset() 234 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_string_direct() 379 r = SSH_ERR_INTERNAL_ERROR; in sshbuf_putfv() 630 return SSH_ERR_INTERNAL_ERROR; in sshbuf_get_bignum2_bytes_direct()
|
H A D | ssh-ecdsa-sk.c | 175 int r = SSH_ERR_INTERNAL_ERROR; in webauthn_check_prepare_hash() 246 int is_webauthn = 0, ret = SSH_ERR_INTERNAL_ERROR, len = 0; in ssh_ecdsa_sk_verify() 263 return SSH_ERR_INTERNAL_ERROR; in ssh_ecdsa_sk_verify()
|
H A D | krl.c | 269 return SSH_ERR_INTERNAL_ERROR; in insert_serial_range() 564 return SSH_ERR_INTERNAL_ERROR; in put_bitmap() 575 int final, force_new_sect, r = SSH_ERR_INTERNAL_ERROR; in revoked_certs_generate() 734 int r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_to_blob() 829 int r = SSH_ERR_INTERNAL_ERROR; in cert_extension_subsection() 868 int r = SSH_ERR_INTERNAL_ERROR; in parse_revoked_certs() 1009 int r = SSH_ERR_INTERNAL_ERROR; in extension_section() 1050 int r = SSH_ERR_INTERNAL_ERROR; in ssh_krl_from_blob()
|
H A D | ssherr.c | 28 case SSH_ERR_INTERNAL_ERROR: in ssh_err()
|
H A D | ssherr.h | 25 #define SSH_ERR_INTERNAL_ERROR -1 macro
|
H A D | auth-options.c | 710 int r = SSH_ERR_INTERNAL_ERROR; in serialise_array() 713 return SSH_ERR_INTERNAL_ERROR; in serialise_array() 739 int r = SSH_ERR_INTERNAL_ERROR; in deserialise_array() 801 int r = SSH_ERR_INTERNAL_ERROR; in sshauthopt_serialise() 853 int r = SSH_ERR_INTERNAL_ERROR; in sshauthopt_deserialise()
|
H A D | kexmlkem768x25519.c | 58 int r = SSH_ERR_INTERNAL_ERROR; in kex_kem_mlkem768x25519_keypair() 103 int r = SSH_ERR_INTERNAL_ERROR; in kex_kem_mlkem768x25519_enc()
|
H A D | cipher-chachapoly.c | 75 int r = SSH_ERR_INTERNAL_ERROR; in chachapoly_crypt()
|
H A D | authfile.c | 305 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_load_cert() 500 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_save_public()
|
H A D | sshbuf.c | 71 return SSH_ERR_INTERNAL_ERROR; in sshbuf_check_sanity() 138 return SSH_ERR_INTERNAL_ERROR; in sshbuf_set_parent()
|
H A D | cipher-chachapoly-libcrypto.c | 89 int r = SSH_ERR_INTERNAL_ERROR; in chachapoly_crypt()
|
H A D | digest-openssl.c | 171 return SSH_ERR_INTERNAL_ERROR; in ssh_digest_final()
|