Searched refs:buffer_get_string (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | monitor_wrap.c | 236 *sigp = buffer_get_string(&m, lenp); in mm_key_sign() 264 pw = buffer_get_string(&m, &len); in mm_getpwnamallow() 267 pw->pw_name = buffer_get_string(&m, NULL); in mm_getpwnamallow() 268 pw->pw_passwd = buffer_get_string(&m, NULL); in mm_getpwnamallow() 270 pw->pw_gecos = buffer_get_string(&m, NULL); in mm_getpwnamallow() 273 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow() 275 pw->pw_dir = buffer_get_string(&m, NULL); in mm_getpwnamallow() 276 pw->pw_shell = buffer_get_string(&m, NULL); in mm_getpwnamallow() 280 newopts = buffer_get_string(&m, &len); in mm_getpwnamallow() 286 newopts->x = buffer_get_string(&m, NULL); \ in mm_getpwnamallow() [all …]
|
D | monitor.c | 450 msg = buffer_get_string(&logmsg, NULL); in monitor_read_log() 711 username = buffer_get_string(m, NULL); in mm_answer_pwnamallow() 805 authctxt->service = buffer_get_string(m, NULL); in mm_answer_authserv() 806 authctxt->style = buffer_get_string(m, NULL); in mm_answer_authserv() 828 passwd = buffer_get_string(m, &plen); in mm_answer_authpassword() 903 response = buffer_get_string(m, NULL); in mm_answer_bsdauthrespond() 951 response = buffer_get_string(m, NULL); in mm_answer_skeyrespond() 1086 resp[i] = buffer_get_string(m, NULL); in mm_answer_pam_respond() 1137 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed() 1138 chost = 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 | 1601 char *name = buffer_get_string(&m, NULL); in mux_client_hello_exchange() 1602 char *value = buffer_get_string(&m, NULL); in mux_client_hello_exchange() 1638 e = buffer_get_string(&m, NULL); in mux_client_request_alive() 1692 e = buffer_get_string(&m, NULL); in mux_client_request_terminate() 1695 e = buffer_get_string(&m, NULL); in mux_client_request_terminate() 1767 e = buffer_get_string(&m, NULL); in mux_client_forward() 1772 e = buffer_get_string(&m, NULL); in mux_client_forward() 1892 e = buffer_get_string(&m, NULL); in mux_client_request_session() 1897 e = buffer_get_string(&m, NULL); in mux_client_request_session() 1955 e = buffer_get_string(&m, NULL); in mux_client_request_session() [all …]
|
D | buffer.h | 70 void *buffer_get_string(Buffer *, u_int *);
|
D | auth-pam.c | 329 sshpam_env[i] = buffer_get_string(b, NULL); in import_environments() 337 env = buffer_get_string(b, NULL); in import_environments() 390 reply[i].resp = buffer_get_string(&buffer, NULL); in sshpam_thread_conv() 735 msg = buffer_get_string(&buffer, NULL); in sshpam_query()
|
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 | 774 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
|
D | auth2-pubkey.c | 100 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
|
D | sshd.c | 982 cp = buffer_get_string(&m, &len);
|
D | sshconnect2.c | 593 pkalg = buffer_get_string(&b, &alen); in input_userauth_pk_ok()
|
D | channels.c | 1799 buf = data = buffer_get_string(&c->output, &dlen); 2339 data = buffer_get_string(&c->input,
|