Searched refs:buffer_get_string (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | monitor_wrap.c | 238 *sigp = buffer_get_string(&m, lenp); in mm_key_sign() 266 pw = buffer_get_string(&m, &len); in mm_getpwnamallow() 269 pw->pw_name = buffer_get_string(&m, NULL); in mm_getpwnamallow() 270 pw->pw_passwd = buffer_get_string(&m, NULL); in mm_getpwnamallow() 272 pw->pw_gecos = buffer_get_string(&m, NULL); in mm_getpwnamallow() 275 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow() 277 pw->pw_dir = buffer_get_string(&m, NULL); in mm_getpwnamallow() 278 pw->pw_shell = buffer_get_string(&m, NULL); in mm_getpwnamallow() 282 newopts = buffer_get_string(&m, &len); in mm_getpwnamallow() 288 newopts->x = buffer_get_string(&m, NULL); \ in mm_getpwnamallow() [all …]
|
D | monitor.c | 542 msg = buffer_get_string(&logmsg, NULL); in monitor_read_log() 797 username = buffer_get_string(m, NULL); in mm_answer_pwnamallow() 893 authctxt->service = buffer_get_string(m, NULL); in mm_answer_authserv() 894 authctxt->style = buffer_get_string(m, NULL); in mm_answer_authserv() 914 passwd = buffer_get_string(m, &plen); in mm_answer_authpassword() 982 response = buffer_get_string(m, NULL); in mm_answer_bsdauthrespond() 1033 response = buffer_get_string(m, NULL); in mm_answer_skeyrespond() 1094 authctxt->user = buffer_get_string(m, NULL); in mm_answer_pam_init_ctx() 1155 resp[i] = buffer_get_string(m, NULL); in mm_answer_pam_respond() 1200 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed() [all …]
|
D | ssh-pkcs11-client.c | 131 signature = buffer_get_string(&msg, &slen); in pkcs11_rsa_private_encrypt() 209 blob = buffer_get_string(&msg, &blen); in pkcs11_add_provider() 210 free(buffer_get_string(&msg, NULL)); in pkcs11_add_provider()
|
D | mux.c | 1567 char *name = buffer_get_string(&m, NULL); in mux_client_hello_exchange() 1568 char *value = buffer_get_string(&m, NULL); in mux_client_hello_exchange() 1604 e = buffer_get_string(&m, NULL); in mux_client_request_alive() 1658 e = buffer_get_string(&m, NULL); in mux_client_request_terminate() 1661 e = buffer_get_string(&m, NULL); in mux_client_request_terminate() 1733 e = buffer_get_string(&m, NULL); in mux_client_forward() 1738 e = buffer_get_string(&m, NULL); in mux_client_forward() 1858 e = buffer_get_string(&m, NULL); in mux_client_request_session() 1863 e = buffer_get_string(&m, NULL); in mux_client_request_session() 1917 e = buffer_get_string(&m, NULL); in mux_client_request_session() [all …]
|
D | auth-pam.c | 316 sshpam_env[i] = buffer_get_string(b, NULL); in import_environments() 324 env = buffer_get_string(b, NULL); in import_environments() 376 reply[i].resp = buffer_get_string(&buffer, NULL); in sshpam_thread_conv() 388 reply[i].resp = buffer_get_string(&buffer, NULL); in sshpam_thread_conv() 734 msg = buffer_get_string(&buffer, NULL); in sshpam_query()
|
D | buffer.h | 70 void *buffer_get_string(Buffer *, u_int *);
|
D | bufaux.c | 141 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string() function
|
D | ssh-pkcs11-helper.c | 56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
|
D | auth.c | 745 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
|
D | auth2-pubkey.c | 97 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
|
D | sshconnect2.c | 575 pkalg = buffer_get_string(&b, &alen); in input_userauth_pk_ok()
|
D | channels.c | 1719 buf = data = buffer_get_string(&c->output, &dlen); 2259 data = buffer_get_string(&c->input,
|
D | sshd.c | 1075 cp = buffer_get_string(&m, &len);
|