Home
last modified time | relevance | path

Searched refs:sshbuf_new (Results 1 – 25 of 31) sorted by relevance

12

/external/openssh/
Dauthfd.c187 if ((msg = sshbuf_new()) == NULL) in ssh_lock_agent()
293 if ((msg = sshbuf_new()) == NULL) in ssh_fetch_identitylist()
399 if ((msg = sshbuf_new()) == NULL) in ssh_decrypt_challenge()
450 if ((msg = sshbuf_new()) == NULL) in ssh_agent_sign()
548 if ((msg = sshbuf_new()) == NULL) in ssh_add_identity_constrained()
610 if ((msg = sshbuf_new()) == NULL) in ssh_remove_identity()
667 if ((msg = sshbuf_new()) == NULL) in ssh_update_card()
699 if ((msg = sshbuf_new()) == NULL) in ssh_remove_all_identities()
Dsftp-client.c166 if ((msg = sshbuf_new()) == NULL) in send_string_request()
184 if ((msg = sshbuf_new()) == NULL) in send_string_attrs_request()
204 if ((msg = sshbuf_new()) == NULL) in get_status()
243 if ((msg = sshbuf_new()) == NULL) in get_handle()
280 if ((msg = sshbuf_new()) == NULL) in get_decode_stat()
326 if ((msg = sshbuf_new()) == NULL) in get_decode_statvfs()
393 if ((msg = sshbuf_new()) == NULL) in do_init()
489 if ((msg = sshbuf_new()) == NULL) in do_close()
527 if ((msg = sshbuf_new()) == NULL) in do_lsreaddir()
820 if ((msg = sshbuf_new()) == NULL) in do_realpath()
[all …]
Dauthfile.c83 if ((keyblob = sshbuf_new()) == NULL) in sshkey_save_private()
154 if ((b = sshbuf_new()) == NULL) in sshkey_load_public_rsa1()
234 if ((buffer = sshbuf_new()) == NULL) { in sshkey_load_private_type_fd()
270 if ((buffer = sshbuf_new()) == NULL) { in sshkey_load_private()
Dssh-agent.c244 if ((msg = sshbuf_new()) == NULL) in process_request_identities()
299 if ((msg = sshbuf_new()) == NULL) in process_authentication_challenge1()
379 if ((msg = sshbuf_new()) == NULL) in process_sign_request2()
690 if ((msg = sshbuf_new()) == NULL) in no_identities()
921 if ((sockets[i].input = sshbuf_new()) == NULL) in new_socket()
923 if ((sockets[i].output = sshbuf_new()) == NULL) in new_socket()
925 if ((sockets[i].request = sshbuf_new()) == NULL) in new_socket()
937 if ((sockets[old_alloc].input = sshbuf_new()) == NULL) in new_socket()
939 if ((sockets[old_alloc].output = sshbuf_new()) == NULL) in new_socket()
941 if ((sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()
Dssh-ecdsa.c79 if ((bb = sshbuf_new()) == NULL || (b = sshbuf_new()) == NULL) { in ssh_ecdsa_sign()
Dkexecdh.c68 if ((b = sshbuf_new()) == NULL) in kex_ecdh_hash()
Dkexdh.c61 if ((b = sshbuf_new()) == NULL) in kex_dh_hash()
Dkexgex.c65 if ((b = sshbuf_new()) == NULL) in kexgex_hash()
Dsshkey.c465 if ((cert->certblob = sshbuf_new()) == NULL || in cert_new()
466 (cert->critical = sshbuf_new()) == NULL || in cert_new()
467 (cert->extensions = sshbuf_new()) == NULL) { in cert_new()
838 if ((tmp = sshbuf_new()) == NULL) in sshkey_puts()
864 if ((b = sshbuf_new()) == NULL) in to_blob()
1316 if ((blob = sshbuf_new()) == NULL) in sshkey_read()
1428 if ((b = sshbuf_new()) == NULL) in sshkey_write()
1464 if ((bb = sshbuf_new()) == NULL) { in sshkey_write()
2480 if ((principals = sshbuf_new()) == NULL) { in sshkey_certify()
3076 if ((kdf = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
[all …]
Dsftp-server.c525 if ((msg = sshbuf_new()) == NULL) in send_status()
546 if ((msg = sshbuf_new()) == NULL) in send_data_or_handle()
581 if ((msg = sshbuf_new()) == NULL) in send_names()
605 if ((msg = sshbuf_new()) == NULL) in send_attrib()
625 if ((msg = sshbuf_new()) == NULL) in send_statvfs()
656 if ((msg = sshbuf_new()) == NULL) in process_init()
1630 if ((iqueue = sshbuf_new()) == NULL) in sftp_server_main()
1632 if ((oqueue = sshbuf_new()) == NULL) in sftp_server_main()
Dkexc25519.c97 if ((b = sshbuf_new()) == NULL) in kex_c25519_hash()
Dkexc25519s.c98 if ((shared_secret = sshbuf_new()) == NULL) { in input_kex_c25519_init()
Dssh-ed25519.c65 if ((b = sshbuf_new()) == NULL) { in ssh_ed25519_sign()
Dkexc25519c.c121 if ((shared_secret = sshbuf_new()) == NULL) { in input_kex_c25519_reply()
Dpacket.c231 (state->input = sshbuf_new()) == NULL || in ssh_alloc_session_state()
232 (state->output = sshbuf_new()) == NULL || in ssh_alloc_session_state()
233 (state->outgoing_packet = sshbuf_new()) == NULL || in ssh_alloc_session_state()
234 (state->incoming_packet = sshbuf_new()) == NULL) in ssh_alloc_session_state()
554 ((ssh->state->compression_buffer = sshbuf_new()) == NULL)) in ssh_packet_init_compression()
713 if ((b = sshbuf_new()) == NULL) in ssh_packet_get_compress_state()
1223 state->outgoing_packet = sshbuf_new(); in ssh_packet_send2()
2381 if ((b = sshbuf_new()) == NULL) in newkeys_to_blob()
2554 (kex->my = sshbuf_new()) == NULL || in kex_from_blob()
2555 (kex->peer = sshbuf_new()) == NULL) { in kex_from_blob()
Dssh-dss.c102 if ((b = sshbuf_new()) == NULL) { in ssh_dss_sign()
Dkex.c380 if ((kex->peer = sshbuf_new()) == NULL || in kex_new()
381 (kex->my = sshbuf_new()) == NULL) { in kex_new()
777 if ((shared_secret = sshbuf_new()) == NULL) in kex_derive_keys_bn()
Dkrl.c557 if ((sect = sshbuf_new()) == NULL) in revoked_certs_generate()
719 if ((sect = sshbuf_new()) == NULL) in ssh_krl_to_blob()
818 if ((subsect = sshbuf_new()) == NULL) in parse_revoked_certs()
1281 if ((krlbuf = sshbuf_new()) == NULL) in ssh_krl_file_contains_key()
Dserverloop.c1165 if ((resp = sshbuf_new()) == NULL || (sigbuf = sshbuf_new()) == NULL) in server_input_hostkeys_prove()
1266 if ((resp = sshbuf_new()) == NULL) in server_input_global_request()
Dssh-rsa.c90 if ((b = sshbuf_new()) == NULL) { in ssh_rsa_sign()
Dssh-keysign.c247 if ((b = sshbuf_new()) == NULL) in main()
Dsshbuf.h66 struct sshbuf *sshbuf_new(void);
Dsshbuf.c70 sshbuf_new(void) in sshbuf_new() function
Dssh-add.c208 if ((keyblob = sshbuf_new()) == NULL) in add_file()
Dssh-keyscan.c203 if ((msg = sshbuf_new()) == NULL) in keygrab_ssh1()

12