Home
last modified time | relevance | path

Searched refs:sshbuf_new (Results 1 – 25 of 32) 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()
448 if ((msg = sshbuf_new()) == NULL) in ssh_agent_sign()
546 if ((msg = sshbuf_new()) == NULL) in ssh_add_identity_constrained()
606 if ((msg = sshbuf_new()) == NULL) in ssh_remove_identity()
663 if ((msg = sshbuf_new()) == NULL) in ssh_update_card()
695 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()
490 if ((msg = sshbuf_new()) == NULL) in do_close()
528 if ((msg = sshbuf_new()) == NULL) in do_lsreaddir()
821 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.c248 if ((msg = sshbuf_new()) == NULL) in process_request_identities()
303 if ((msg = sshbuf_new()) == NULL) in process_authentication_challenge1()
383 if ((msg = sshbuf_new()) == NULL) in process_sign_request2()
716 if ((msg = sshbuf_new()) == NULL) in no_identities()
947 if ((sockets[i].input = sshbuf_new()) == NULL) in new_socket()
949 if ((sockets[i].output = sshbuf_new()) == NULL) in new_socket()
951 if ((sockets[i].request = sshbuf_new()) == NULL) in new_socket()
963 if ((sockets[old_alloc].input = sshbuf_new()) == NULL) in new_socket()
965 if ((sockets[old_alloc].output = sshbuf_new()) == NULL) in new_socket()
967 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()
Dsftp-server.c524 if ((msg = sshbuf_new()) == NULL) in send_status()
545 if ((msg = sshbuf_new()) == NULL) in send_data_or_handle()
580 if ((msg = sshbuf_new()) == NULL) in send_names()
604 if ((msg = sshbuf_new()) == NULL) in send_attrib()
624 if ((msg = sshbuf_new()) == NULL) in send_statvfs()
655 if ((msg = sshbuf_new()) == NULL) in process_init()
1629 if ((iqueue = sshbuf_new()) == NULL) in sftp_server_main()
1631 if ((oqueue = sshbuf_new()) == NULL) in sftp_server_main()
Dsshkey.c445 if ((cert->certblob = sshbuf_new()) == NULL || in cert_new()
446 (cert->critical = sshbuf_new()) == NULL || in cert_new()
447 (cert->extensions = sshbuf_new()) == NULL) { in cert_new()
814 if ((tmp = sshbuf_new()) == NULL) in sshkey_puts()
840 if ((b = sshbuf_new()) == NULL) in to_blob()
1290 if ((blob = sshbuf_new()) == NULL) in sshkey_read()
1394 if ((b = sshbuf_new()) == NULL) in sshkey_to_base64()
1481 if ((b = sshbuf_new()) == NULL) in sshkey_write()
2445 if ((principals = sshbuf_new()) == NULL) { in sshkey_certify()
3023 if ((kdf = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
[all …]
Dkexc25519.c102 if ((b = sshbuf_new()) == NULL) in kex_c25519_hash()
Dkexc25519s.c99 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()
555 ((ssh->state->compression_buffer = sshbuf_new()) == NULL)) in ssh_packet_init_compression()
714 if ((b = sshbuf_new()) == NULL) in ssh_packet_get_compress_state()
1226 state->outgoing_packet = sshbuf_new(); in ssh_packet_send2()
2411 if ((b = sshbuf_new()) == NULL) in newkeys_to_blob()
2584 (kex->my = sshbuf_new()) == NULL || in kex_from_blob()
2585 (kex->peer = sshbuf_new()) == NULL) { in kex_from_blob()
Dssh-dss.c102 if ((b = sshbuf_new()) == NULL) { in ssh_dss_sign()
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()
Dkex.c444 if ((kex->peer = sshbuf_new()) == NULL || in kex_new()
445 (kex->my = sshbuf_new()) == NULL) { in kex_new()
858 if ((shared_secret = sshbuf_new()) == NULL) in kex_derive_keys_bn()
Dssh-rsa.c90 if ((b = sshbuf_new()) == NULL) { in ssh_rsa_sign()
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-keysign.c248 if ((b = sshbuf_new()) == NULL) in main()
Dsshbuf.h66 struct sshbuf *sshbuf_new(void);
Dsshbuf.c70 sshbuf_new(void) in sshbuf_new() function
Dauth2-pubkey.c340 if ((buf = sshbuf_new()) == NULL || (arg = sshbuf_new()) == NULL) in assemble_argv()
Dssh-add.c209 if ((keyblob = sshbuf_new()) == NULL) in add_file()

12