Home
last modified time | relevance | path

Searched refs:buffer_get_string (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dmonitor.c469 p = buffer_get_string(m, &datlen); in mm_answer_sign()
520 username = buffer_get_string(m, NULL); in mm_answer_pwnamallow()
589 authctxt->service = buffer_get_string(m, NULL); in mm_answer_authserv()
590 authctxt->style = buffer_get_string(m, NULL); in mm_answer_authserv()
610 passwd = buffer_get_string(m, &plen); in mm_answer_authpassword()
673 response = buffer_get_string(m, NULL); in mm_answer_bsdauthrespond()
717 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed()
718 chost = buffer_get_string(m, NULL); in mm_answer_keyallowed()
719 blob = buffer_get_string(m, &bloblen); in mm_answer_keyallowed()
816 p = buffer_get_string(&b, &len); in monitor_valid_userblob()
[all …]
Dssh-keysign.c75 p = buffer_get_string(&b, &len); in valid_request()
87 p = buffer_get_string(&b, NULL); in valid_request()
93 p = buffer_get_string(&b, NULL); in valid_request()
99 pkalg = buffer_get_string(&b, NULL); in valid_request()
100 pkblob = buffer_get_string(&b, &blen); in valid_request()
113 p = buffer_get_string(&b, &len); in valid_request()
124 p = buffer_get_string(&b, NULL); in valid_request()
217 data = buffer_get_string(&b, &dlen); in main()
Dmonitor_wrap.c190 *sigp = buffer_get_string(&m, lenp); in mm_key_sign()
218 pw = buffer_get_string(&m, &len); in mm_getpwnamallow()
221 pw->pw_name = buffer_get_string(&m, NULL); in mm_getpwnamallow()
222 pw->pw_passwd = buffer_get_string(&m, NULL); in mm_getpwnamallow()
223 pw->pw_gecos = buffer_get_string(&m, NULL); in mm_getpwnamallow()
224 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow()
225 pw->pw_dir = buffer_get_string(&m, NULL); in mm_getpwnamallow()
226 pw->pw_shell = buffer_get_string(&m, NULL); in mm_getpwnamallow()
230 newopts = buffer_get_string(&m, &len); in mm_getpwnamallow()
234 newopts->banner = buffer_get_string(&m, NULL); in mm_getpwnamallow()
[all …]
Dssh-agent.c309 blob = buffer_get_string(&e->request, &blen); in process_sign_request2()
310 data = buffer_get_string(&e->request, &dlen); in process_sign_request2()
363 blob = buffer_get_string(&e->request, &blen); in process_remove_identity()
473 type_name = buffer_get_string(&e->request, NULL); in process_add_identity()
514 comment = buffer_get_string(&e->request, NULL); in process_add_identity()
564 passwd = buffer_get_string(&e->request, NULL); in process_lock_agent()
609 sc_reader_id = buffer_get_string(&e->request, NULL); in process_add_smartcard_key()
610 pin = buffer_get_string(&e->request, NULL); in process_add_smartcard_key()
673 sc_reader_id = buffer_get_string(&e->request, NULL); in process_remove_smartcard_key()
674 pin = buffer_get_string(&e->request, NULL); in process_remove_smartcard_key()
Dauthfd.c335 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
342 blob = buffer_get_string(&auth->identities, &blen); in ssh_get_next_identity()
343 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
450 *sigp = buffer_get_string(&msg, lenp); in ssh_agent_sign()
Dssh-dss.c131 ktype = buffer_get_string(&b, NULL); in ssh_dss_verify()
139 sigblob = buffer_get_string(&b, &len); in ssh_dss_verify()
Dsftp-client.c216 handle = buffer_get_string(&msg, len); in get_handle()
338 char *name = buffer_get_string(&msg, NULL); in do_init()
339 char *value = buffer_get_string(&msg, NULL); in do_init()
492 filename = buffer_get_string(&msg, NULL); in do_lsreaddir()
493 longname = buffer_get_string(&msg, NULL); in do_lsreaddir()
720 filename = buffer_get_string(&msg, NULL); in do_realpath()
721 longname = buffer_get_string(&msg, NULL); in do_realpath()
834 filename = buffer_get_string(&msg, NULL); in do_readlink()
835 longname = buffer_get_string(&msg, NULL); in do_readlink()
1058 data = buffer_get_string(&msg, &len); in do_download()
Dsftp-common.c124 type = buffer_get_string(b, NULL); in decode_attrib()
125 data = buffer_get_string(b, NULL); in decode_attrib()
Dssh-rsa.c124 ktype = buffer_get_string(&b, NULL); in ssh_rsa_verify()
132 sigblob = buffer_get_string(&b, &len); in ssh_rsa_verify()
Dauthfile.c298 *commentp = buffer_get_string(&buffer, NULL); in key_load_public_rsa1()
398 *commentp = buffer_get_string(&buffer, NULL); in key_load_private_rsa1()
400 xfree(buffer_get_string(&buffer, NULL)); in key_load_private_rsa1()
Dbuffer.h68 void *buffer_get_string(Buffer *, u_int *);
Dmux.c342 cctx->term = buffer_get_string(&m, &len); in muxserver_accept_control()
345 cmd = buffer_get_string(&m, &len); in muxserver_accept_control()
355 cctx->env[i] = buffer_get_string(&m, &len); in muxserver_accept_control()
Dbufaux.c192 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string() function
Dauth2-pubkey.c84 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
Dauth.c490 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
Dsshconnect2.c451 pkalg = buffer_get_string(&b, &alen); in input_userauth_pk_ok()
1079 *sigp = buffer_get_string(&b, lenp); in ssh_keysign()
Dkex.c95 proposal[i] = buffer_get_string(&b,NULL); in kex_buf2prop()
Dssh-keygen.c280 type = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob()
281 cipher = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob()
Dsftp-server.c51 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
Dchannels.c1605 buf = data = buffer_get_string(&c->output, &dlen); in channel_handle_wfd()
1997 data = buffer_get_string(&c->input, in channel_output_poll()
Dsshd.c841 cp = buffer_get_string(&m, &len); in recv_rexec_state()
Dpacket.c1535 return buffer_get_string(&active_state->incoming_packet, length_ptr); in packet_get_string()