Home
last modified time | relevance | path

Searched refs:SSH_ERR_ALLOC_FAIL (Results 1 – 25 of 36) sorted by relevance

12

/external/openssh/
Drsa.c85 r = SSH_ERR_ALLOC_FAIL; in rsa_public_encrypt()
91 r = SSH_ERR_ALLOC_FAIL; in rsa_public_encrypt()
128 r = SSH_ERR_ALLOC_FAIL; in rsa_private_decrypt()
134 r = SSH_ERR_ALLOC_FAIL; in rsa_private_decrypt()
169 return SSH_ERR_ALLOC_FAIL; in rsa_generate_additional_parameters()
171 r = SSH_ERR_ALLOC_FAIL; in rsa_generate_additional_parameters()
Dauthfile.c84 return SSH_ERR_ALLOC_FAIL; in sshkey_save_private()
155 return SSH_ERR_ALLOC_FAIL; in sshkey_load_public_rsa1()
235 r = SSH_ERR_ALLOC_FAIL; in sshkey_load_private_type_fd()
271 r = SSH_ERR_ALLOC_FAIL; in sshkey_load_private()
322 r = SSH_ERR_ALLOC_FAIL; in sshkey_try_load_public()
356 case SSH_ERR_ALLOC_FAIL: in sshkey_load_public()
366 return SSH_ERR_ALLOC_FAIL; in sshkey_load_public()
377 return SSH_ERR_ALLOC_FAIL; in sshkey_load_public()
389 return SSH_ERR_ALLOC_FAIL; in sshkey_load_public()
390 r = SSH_ERR_ALLOC_FAIL; /* in case strlcpy or strlcat fail */ in sshkey_load_public()
[all …]
Dssh-dss.c92 ret = SSH_ERR_ALLOC_FAIL; in ssh_dss_sign()
103 ret = SSH_ERR_ALLOC_FAIL; in ssh_dss_sign()
112 ret = SSH_ERR_ALLOC_FAIL; in ssh_dss_sign()
151 return SSH_ERR_ALLOC_FAIL; in ssh_dss_verify()
157 return SSH_ERR_ALLOC_FAIL; in ssh_dss_verify()
182 ret = SSH_ERR_ALLOC_FAIL; in ssh_dss_verify()
Dsshkey.c570 return SSH_ERR_ALLOC_FAIL; in sshkey_add_private()
576 return SSH_ERR_ALLOC_FAIL; in sshkey_add_private()
839 return SSH_ERR_ALLOC_FAIL; in sshkey_puts()
865 return SSH_ERR_ALLOC_FAIL; in to_blob()
873 ret = SSH_ERR_ALLOC_FAIL; in to_blob()
921 r = SSH_ERR_ALLOC_FAIL; in sshkey_fingerprint_raw()
930 r = SSH_ERR_ALLOC_FAIL; in sshkey_fingerprint_raw()
1317 return SSH_ERR_ALLOC_FAIL; in sshkey_read()
1429 return SSH_ERR_ALLOC_FAIL; in sshkey_write()
1440 ret = SSH_ERR_ALLOC_FAIL; in sshkey_write()
[all …]
Dssh-ed25519.c57 return SSH_ERR_ALLOC_FAIL; in ssh_ed25519_sign()
66 r = SSH_ERR_ALLOC_FAIL; in ssh_ed25519_sign()
75 r = SSH_ERR_ALLOC_FAIL; in ssh_ed25519_sign()
114 return SSH_ERR_ALLOC_FAIL; in ssh_ed25519_verify()
137 r = SSH_ERR_ALLOC_FAIL; in ssh_ed25519_verify()
Dssh-rsa.c73 ret = SSH_ERR_ALLOC_FAIL; in ssh_rsa_sign()
91 ret = SSH_ERR_ALLOC_FAIL; in ssh_rsa_sign()
100 ret = SSH_ERR_ALLOC_FAIL; in ssh_rsa_sign()
136 return SSH_ERR_ALLOC_FAIL; in ssh_rsa_verify()
163 ret = SSH_ERR_ALLOC_FAIL; in ssh_rsa_verify()
242 ret = SSH_ERR_ALLOC_FAIL; in openssh_RSA_verify()
Dsshbuf-getput-crypto.c44 return SSH_ERR_ALLOC_FAIL; in sshbuf_get_bignum2()
65 return SSH_ERR_ALLOC_FAIL; in sshbuf_get_bignum1()
120 return SSH_ERR_ALLOC_FAIL; in sshbuf_get_eckey()
132 return SSH_ERR_ALLOC_FAIL; /* XXX assumption */ in sshbuf_get_eckey()
200 return SSH_ERR_ALLOC_FAIL; in sshbuf_put_ec()
Dauthfd.c188 return SSH_ERR_ALLOC_FAIL; in ssh_lock_agent()
212 return SSH_ERR_ALLOC_FAIL; in deserialise_identity1()
294 return SSH_ERR_ALLOC_FAIL; in ssh_fetch_identitylist()
328 r = SSH_ERR_ALLOC_FAIL; in ssh_fetch_identitylist()
400 return SSH_ERR_ALLOC_FAIL; in ssh_decrypt_challenge()
451 return SSH_ERR_ALLOC_FAIL; in ssh_agent_sign()
549 return SSH_ERR_ALLOC_FAIL; in ssh_add_identity_constrained()
611 return SSH_ERR_ALLOC_FAIL; in ssh_remove_identity()
668 return SSH_ERR_ALLOC_FAIL; in ssh_update_card()
700 return SSH_ERR_ALLOC_FAIL; in ssh_remove_all_identities()
Dkexecdhs.c79 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_init()
107 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_init()
128 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_init()
165 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_init()
Dssh-ecdsa.c80 ret = SSH_ERR_ALLOC_FAIL; in ssh_ecdsa_sign()
92 ret = SSH_ERR_ALLOC_FAIL; in ssh_ecdsa_sign()
135 return SSH_ERR_ALLOC_FAIL; in ssh_ecdsa_verify()
152 ret = SSH_ERR_ALLOC_FAIL; in ssh_ecdsa_verify()
Dkexecdhc.c64 r = SSH_ERR_ALLOC_FAIL; in kexecdh_client()
141 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_reply()
162 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_reply()
200 r = SSH_ERR_ALLOC_FAIL; in input_kex_ecdh_reply()
Dkexdhc.c73 r = SSH_ERR_ALLOC_FAIL; in kexdh_client()
129 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh()
152 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh()
187 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh()
Dkexdhs.c73 r = SSH_ERR_ALLOC_FAIL; in kexdh_server()
115 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_init()
144 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_init()
177 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_init()
Dkexgexc.c110 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_group()
123 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_group()
191 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_reply()
214 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_reply()
254 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_reply()
Dkrl.c199 return SSH_ERR_ALLOC_FAIL; in ssh_krl_set_comment()
226 return SSH_ERR_ALLOC_FAIL; in revoked_certs_for_ca_key()
255 return SSH_ERR_ALLOC_FAIL; in insert_serial_range()
351 return SSH_ERR_ALLOC_FAIL; in ssh_krl_revoke_cert_by_key_id()
388 return SSH_ERR_ALLOC_FAIL; in revoke_blob()
535 return SSH_ERR_ALLOC_FAIL; in put_bitmap()
558 return SSH_ERR_ALLOC_FAIL; in revoked_certs_generate()
625 r = SSH_ERR_ALLOC_FAIL; in revoked_certs_generate()
657 r = SSH_ERR_ALLOC_FAIL; in revoked_certs_generate()
720 return SSH_ERR_ALLOC_FAIL; in ssh_krl_to_blob()
[all …]
Dssh_api.c91 return SSH_ERR_ALLOC_FAIL; in ssh_init()
185 return SSH_ERR_ALLOC_FAIL; in ssh_add_hostkey()
196 return SSH_ERR_ALLOC_FAIL; in ssh_add_hostkey()
374 return SSH_ERR_ALLOC_FAIL; in _ssh_read_banner()
391 return SSH_ERR_ALLOC_FAIL; in _ssh_send_banner()
493 r = SSH_ERR_ALLOC_FAIL; in _ssh_order_hostkeyalgs()
498 r = SSH_ERR_ALLOC_FAIL; in _ssh_order_hostkeyalgs()
Dkexgexs.c120 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_request()
174 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_init()
203 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_init()
239 r = SSH_ERR_ALLOC_FAIL; in input_kex_dh_gex_init()
Dmac.c119 return SSH_ERR_ALLOC_FAIL; in mac_setup_by_alg()
160 return SSH_ERR_ALLOC_FAIL; in mac_init()
164 return SSH_ERR_ALLOC_FAIL; in mac_init()
Dkex.c198 return SSH_ERR_ALLOC_FAIL; in kex_buf2prop()
200 r = SSH_ERR_ALLOC_FAIL; in kex_buf2prop()
379 return SSH_ERR_ALLOC_FAIL; in kex_new()
382 r = SSH_ERR_ALLOC_FAIL; in kex_new()
618 r = SSH_ERR_ALLOC_FAIL; in kex_choose_conf()
692 r = SSH_ERR_ALLOC_FAIL; in derive_key()
778 return SSH_ERR_ALLOC_FAIL; in kex_derive_keys_bn()
807 r = SSH_ERR_ALLOC_FAIL; in derive_ssh1_session_id()
Dkexc25519s.c99 r = SSH_ERR_ALLOC_FAIL; in input_kex_c25519_init()
129 r = SSH_ERR_ALLOC_FAIL; in input_kex_c25519_init()
Dkexc25519c.c122 r = SSH_ERR_ALLOC_FAIL; in input_kex_c25519_reply()
153 r = SSH_ERR_ALLOC_FAIL; in input_kex_c25519_reply()
Dhostfile.c256 return SSH_ERR_ALLOC_FAIL; in record_hostkey()
547 return SSH_ERR_ALLOC_FAIL; in hostfile_replace_entries()
557 r = SSH_ERR_ALLOC_FAIL; in hostfile_replace_entries()
588 r = SSH_ERR_ALLOC_FAIL; in hostfile_replace_entries()
783 r = SSH_ERR_ALLOC_FAIL; in hostkeys_foreach()
792 r = SSH_ERR_ALLOC_FAIL; in hostkeys_foreach()
Dssherr.h26 #define SSH_ERR_ALLOC_FAIL -2 macro
Dssherr.c30 case SSH_ERR_ALLOC_FAIL: in ssh_err()
Dsshbuf-getput-basic.c110 return SSH_ERR_ALLOC_FAIL; in sshbuf_get_string()
202 return SSH_ERR_ALLOC_FAIL; in sshbuf_get_cstring()
389 return SSH_ERR_ALLOC_FAIL; in sshbuf_froms()

12