Home
last modified time | relevance | path

Searched refs:packet_put_utf8_cstring (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c112 packet_put_utf8_cstring(text); /* instructions */ in do_pam_kbdint()
282 packet_put_utf8_cstring(text ? text : ""); /* Instructions */ in do_pam_conv_kbd_int()
297 packet_put_utf8_cstring(PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
H A Dauth2-chall.c243 packet_put_utf8_cstring(instr); in send_userauth_info_request()
247 packet_put_utf8_cstring(prompts[i]); in send_userauth_info_request()
H A Dserverloop.c1145 packet_put_utf8_cstring("open failed"); in server_input_channel_open()
/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h66 void packet_put_utf8_cstring(const char *str);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c450 packet_put_utf8_cstring(const char *str) in packet_put_utf8_cstring() function
1453 packet_put_utf8_cstring(buf); in packet_send_debug()
1506 packet_put_utf8_cstring(buf); in packet_disconnect()
H A Dchannels.c1362 packet_put_utf8_cstring(strerror(err)); in channel_post_connecting()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1498 packet_put_utf8_cstring("open failed"); in client_input_channel_open()