/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2-hostbased.c | 109 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 D | auth2-gss.c | 73 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 D | auth2-pubkey.c | 138 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 D | auth.c | 768 buffer_put_cstring(&auth_debug, buf); in auth_debug_add()
|
H A D | altprivsep.c | 836 buffer_put_cstring(&to_monitor, str); in altprivsep_packet_put_cstring()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 744 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 D | kexdh.c | 60 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 D | kexgex.c | 62 buffer_put_cstring(&b, client_version_string); in kexgex_hash() 63 buffer_put_cstring(&b, server_version_string); in kexgex_hash()
|
H A D | authfd.c | 237 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 D | ssh-dss.c | 93 buffer_put_cstring(&b, "ssh-dss"); in ssh_dss_sign()
|
H A D | ssh-rsa.c | 94 buffer_put_cstring(&b, "ssh-rsa"); in ssh_rsa_sign()
|
H A D | bufaux.c | 402 buffer_put_cstring(Buffer *buffer, const char *s) in buffer_put_cstring() function
|
H A D | key.c | 761 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 D | packet.c | 446 buffer_put_cstring(&outgoing_packet, str); in packet_put_cstring() 453 buffer_put_cstring(&outgoing_packet, str); in packet_put_utf8_cstring()
|
H A D | authfile.c | 129 buffer_put_cstring(&encrypted, comment); in key_save_private_rsa1()
|
H A D | kex.c | 79 buffer_put_cstring(b, proposal[i]); in kex_prop2buf()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | bufaux.h | 52 void buffer_put_cstring(Buffer *, const char *);
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 340 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 D | sftp-server.c | 409 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 D | ssh-agent.c | 214 buffer_put_cstring(&msg, id->comment); in process_request_identities()
|