Searched refs:buffer_get_string (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/crypto/openssh/
H A Dssh-keysign.c78 p = buffer_get_string(&b, &len);
90 p = buffer_get_string(&b, NULL);
96 p = buffer_get_string(&b, NULL);
102 pkalg = buffer_get_string(&b, NULL);
103 pkblob = buffer_get_string(&b, &blen);
116 p = buffer_get_string(&b, &len);
127 p = buffer_get_string(&b, NULL);
233 data = buffer_get_string(&b, &dlen);
H A Dmonitor_wrap.c229 *sigp = buffer_get_string(&m, lenp);
257 pw = buffer_get_string(&m, &len);
260 pw->pw_name = buffer_get_string(&m, NULL);
261 pw->pw_passwd = buffer_get_string(&m, NULL);
263 pw->pw_gecos = buffer_get_string(&m, NULL);
266 pw->pw_class = buffer_get_string(&m, NULL);
268 pw->pw_dir = buffer_get_string(&m, NULL);
269 pw->pw_shell = buffer_get_string(&m, NULL);
273 newopts = buffer_get_string(&m, &len);
279 newopts->x = buffer_get_string(
[all...]
H A Dmonitor.c547 msg = buffer_get_string(&logmsg, NULL);
704 p = buffer_get_string(m, &datlen);
762 username = buffer_get_string(m, NULL);
858 authctxt->service = buffer_get_string(m, NULL);
859 authctxt->style = buffer_get_string(m, NULL);
879 passwd = buffer_get_string(m, &plen);
942 response = buffer_get_string(m, NULL);
993 response = buffer_get_string(m, NULL);
1054 authctxt->user = buffer_get_string(m, NULL);
1115 resp[i] = buffer_get_string(
[all...]
H A Dssh-ecdsa.c118 ktype = buffer_get_string(&b, NULL);
126 sigblob = buffer_get_string(&b, &len);
H A Dbuffer.h71 void *buffer_get_string(Buffer *, u_int *);
H A Dssh-pkcs11-client.c129 signature = buffer_get_string(&msg, &slen);
207 blob = buffer_get_string(&msg, &blen);
208 free(buffer_get_string(&msg, NULL));
H A Dssh-agent.c344 blob = buffer_get_string(&e->request, &blen);
345 data = buffer_get_string(&e->request, &dlen);
397 blob = buffer_get_string(&e->request, &blen);
515 type_name = buffer_get_string(&e->request, NULL);
528 cert = buffer_get_string(&e->request, &len);
539 curve = buffer_get_string(&e->request, NULL);
570 cert = buffer_get_string(&e->request, &len);
602 cert = buffer_get_string(&e->request, &len);
633 comment = buffer_get_string(&e->request, NULL);
683 passwd = buffer_get_string(
[all...]
H A Dsftp-common.c128 type = buffer_get_string(b, NULL);
129 data = buffer_get_string(b, NULL);
H A Dmux.c1491 char *name = buffer_get_string(&m, NULL);
1492 char *value = buffer_get_string(&m, NULL);
1528 e = buffer_get_string(&m, NULL);
1582 e = buffer_get_string(&m, NULL);
1585 e = buffer_get_string(&m, NULL);
1648 e = buffer_get_string(&m, NULL);
1653 e = buffer_get_string(&m, NULL);
1773 e = buffer_get_string(&m, NULL);
1778 e = buffer_get_string(&m, NULL);
1832 e = buffer_get_string(
[all...]
H A Dauthfd.c336 *comment = buffer_get_string(&auth->identities, NULL);
343 blob = buffer_get_string(&auth->identities, &blen);
344 *comment = buffer_get_string(&auth->identities, NULL);
452 *sigp = buffer_get_string(&msg, lenp);
H A Dbufaux.c196 buffer_get_string(Buffer *buffer, u_int *length_ptr) function
201 fatal("buffer_get_string: buffer error");
H A Dssh-dss.c144 sigblob = buffer_get_string(&b, &len);
H A Dsftp-client.c240 handle = buffer_get_string(&msg, len);
370 char *name = buffer_get_string(&msg, NULL);
371 char *value = buffer_get_string(&msg, NULL);
528 filename = buffer_get_string(&msg, NULL);
529 longname = buffer_get_string(&msg, NULL);
756 filename = buffer_get_string(&msg, NULL);
757 longname = buffer_get_string(&msg, NULL);
904 filename = buffer_get_string(&msg, NULL);
905 longname = buffer_get_string(&msg, NULL);
1144 data = buffer_get_string(
[all...]
H A Dauth-pam.c316 sshpam_env[i] = buffer_get_string(b, NULL);
324 env = buffer_get_string(b, NULL);
376 reply[i].resp = buffer_get_string(&buffer, NULL);
388 reply[i].resp = buffer_get_string(&buffer, NULL);
732 msg = buffer_get_string(&buffer, NULL);
H A Dssh-rsa.c138 sigblob = buffer_get_string(&b, &len);
H A Dssh-pkcs11-helper.c56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
H A Dauthfile.c313 *commentp = buffer_get_string(&copy, NULL);
458 *commentp = buffer_get_string(&copy, NULL);
H A Dauth.c721 msg = buffer_get_string(&auth_debug, NULL);
H A Dauth2-pubkey.c96 pkalg = buffer_get_string(&b, &alen);
H A Dssh-keygen.c410 type = buffer_get_string(&b, NULL);
411 cipher = buffer_get_string(&b, NULL);
1810 name = buffer_get_string(&options, NULL);
1824 data = buffer_get_string(&option, NULL);
H A Dssh_namespace.h61 #define buffer_get_string ssh_buffer_get_string macro
H A Dsshconnect2.c603 pkalg = buffer_get_string(&b, &alen);
1705 *sigp = buffer_get_string(&b, lenp);
H A Dsftp-server.c57 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
H A Dpacket.c1613 return buffer_get_string(&active_state->incoming_packet, length_ptr);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-tun.c255 *data = buffer_get_string(&c->output, dlen);

Completed in 145 milliseconds

12