Home
last modified time | relevance | path

Searched refs:buffer_put_cstring (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-hostbased.c109 buffer_put_cstring(&b, authctxt->user); in userauth_hostbased()
110 buffer_put_cstring(&b, service); in userauth_hostbased()
111 buffer_put_cstring(&b, "hostbased"); in userauth_hostbased()
114 buffer_put_cstring(&b, chost); in userauth_hostbased()
115 buffer_put_cstring(&b, cuser); in userauth_hostbased()
H A Dauth2-gss.c73 buffer_put_cstring(&mic_data, authctxt->user); in userauth_gssapi_keyex()
74 buffer_put_cstring(&mic_data, authctxt->service); in userauth_gssapi_keyex()
75 buffer_put_cstring(&mic_data, authctxt->method->name); in userauth_gssapi_keyex()
306 buffer_put_cstring(&mic_data, authctxt->user); in input_gssapi_mic()
307 buffer_put_cstring(&mic_data, authctxt->service); in input_gssapi_mic()
308 buffer_put_cstring(&mic_data, authctxt->method->name); in input_gssapi_mic()
H A Dauth2-pubkey.c138 buffer_put_cstring(&b, authctxt->user); in userauth_pubkey()
139 buffer_put_cstring(&b, in userauth_pubkey()
146 buffer_put_cstring(&b, "publickey"); in userauth_pubkey()
148 buffer_put_cstring(&b, pkalg); in userauth_pubkey()
H A Dauth.c768 buffer_put_cstring(&auth_debug, buf); in auth_debug_add()
H A Daltprivsep.c836 buffer_put_cstring(&to_monitor, str); in altprivsep_packet_put_cstring()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c744 buffer_put_cstring(&mic_data, authctxt->server_user); in input_gssapi_token()
745 buffer_put_cstring(&mic_data, authctxt->service); in input_gssapi_token()
746 buffer_put_cstring(&mic_data, authctxt->method->name); in input_gssapi_token()
858 buffer_put_cstring(&mic_data, authctxt->server_user); in userauth_gssapi_keyex()
859 buffer_put_cstring(&mic_data, authctxt->service); in userauth_gssapi_keyex()
860 buffer_put_cstring(&mic_data, authctxt->method->name); in userauth_gssapi_keyex()
1077 buffer_put_cstring(&b, authctxt->server_user); in sign_and_send_pubkey()
1078 buffer_put_cstring(&b, in sign_and_send_pubkey()
1085 buffer_put_cstring(&b, authctxt->method->name); in sign_and_send_pubkey()
1087 buffer_put_cstring(&b, key_ssh_name(k)); in sign_and_send_pubkey()
[all …]
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dkexdh.c60 buffer_put_cstring(&b, client_version_string); in kex_dh_hash()
61 buffer_put_cstring(&b, server_version_string); in kex_dh_hash()
H A Dkexgex.c62 buffer_put_cstring(&b, client_version_string); in kexgex_hash()
63 buffer_put_cstring(&b, server_version_string); in kexgex_hash()
H A Dauthfd.c237 buffer_put_cstring(&msg, password); in ssh_lock_agent()
467 buffer_put_cstring(b, comment); in ssh_encode_identity_rsa1()
473 buffer_put_cstring(b, key_ssh_name(key)); in ssh_encode_identity_ssh2()
491 buffer_put_cstring(b, comment); in ssh_encode_identity_ssh2()
H A Dssh-dss.c93 buffer_put_cstring(&b, "ssh-dss"); in ssh_dss_sign()
H A Dssh-rsa.c94 buffer_put_cstring(&b, "ssh-rsa"); in ssh_rsa_sign()
H A Dbufaux.c402 buffer_put_cstring(Buffer *buffer, const char *s) in buffer_put_cstring() function
H A Dkey.c761 buffer_put_cstring(&b, key_ssh_name(key)); in key_to_blob()
768 buffer_put_cstring(&b, key_ssh_name(key)); in key_to_blob()
H A Dpacket.c446 buffer_put_cstring(&outgoing_packet, str); in packet_put_cstring()
453 buffer_put_cstring(&outgoing_packet, str); in packet_put_utf8_cstring()
H A Dauthfile.c129 buffer_put_cstring(&encrypted, comment); in key_save_private_rsa1()
H A Dkex.c79 buffer_put_cstring(b, proposal[i]); in kex_prop2buf()
/titanic_44/usr/src/cmd/ssh/include/
H A Dbufaux.h52 void buffer_put_cstring(Buffer *, const char *);
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c340 buffer_put_cstring(&msg, path); in do_lsreaddir()
648 buffer_put_cstring(&msg, oldpath); in do_rename()
649 buffer_put_cstring(&msg, newpath); in do_rename()
680 buffer_put_cstring(&msg, oldpath); in do_symlink()
681 buffer_put_cstring(&msg, newpath); in do_symlink()
813 buffer_put_cstring(&msg, remote_path); in do_download()
1054 buffer_put_cstring(&msg, remote_path); in do_upload()
/titanic_44/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c409 buffer_put_cstring(&msg, status_to_message(status)); in send_status()
410 buffer_put_cstring(&msg, ""); in send_status()
459 buffer_put_cstring(&msg, stats[i].name); in send_names()
460 buffer_put_cstring(&msg, stats[i].long_name); in send_names()
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c214 buffer_put_cstring(&msg, id->comment); in process_request_identities()