Searched refs:sshbuf_new (Results 1 – 25 of 31) sorted by relevance
12
187 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()
166 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 …]
83 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()
244 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()
79 if ((bb = sshbuf_new()) == NULL || (b = sshbuf_new()) == NULL) { in ssh_ecdsa_sign()
68 if ((b = sshbuf_new()) == NULL) in kex_ecdh_hash()
61 if ((b = sshbuf_new()) == NULL) in kex_dh_hash()
65 if ((b = sshbuf_new()) == NULL) in kexgex_hash()
465 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 …]
525 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()
97 if ((b = sshbuf_new()) == NULL) in kex_c25519_hash()
98 if ((shared_secret = sshbuf_new()) == NULL) { in input_kex_c25519_init()
65 if ((b = sshbuf_new()) == NULL) { in ssh_ed25519_sign()
121 if ((shared_secret = sshbuf_new()) == NULL) { in input_kex_c25519_reply()
231 (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()
102 if ((b = sshbuf_new()) == NULL) { in ssh_dss_sign()
380 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()
557 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()
1165 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()
90 if ((b = sshbuf_new()) == NULL) { in ssh_rsa_sign()
247 if ((b = sshbuf_new()) == NULL) in main()
66 struct sshbuf *sshbuf_new(void);
70 sshbuf_new(void) in sshbuf_new() function
208 if ((keyblob = sshbuf_new()) == NULL) in add_file()
203 if ((msg = sshbuf_new()) == NULL) in keygrab_ssh1()