HomeSort by relevance Sort by last modified time
    Searched refs:buffer_get_string (Results 1 - 25 of 26) sorted by null

1 2

  /external/openssh/
ssh-keysign.c 78 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);
monitor_wrap.c 229 *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(&m, NULL);
    [all...]
monitor.c 530 msg = buffer_get_string(&logmsg, NULL);
688 p = buffer_get_string(m, &datlen);
740 username = buffer_get_string(m, NULL);
828 authctxt->service = buffer_get_string(m, NULL);
829 authctxt->style = buffer_get_string(m, NULL);
849 passwd = buffer_get_string(m, &plen);
917 response = buffer_get_string(m, NULL);
964 response = buffer_get_string(m, NULL);
1025 authctxt->user = buffer_get_string(m, NULL);
1087 resp[i] = buffer_get_string(m, NULL)
    [all...]
ssh-ecdsa.c 118 ktype = buffer_get_string(&b, NULL);
126 sigblob = buffer_get_string(&b, &len);
buffer.h 68 void *buffer_get_string(Buffer *, u_int *);
ssh-pkcs11-client.c 128 signature = buffer_get_string(&msg, &slen);
205 blob = buffer_get_string(&msg, &blen);
206 xfree(buffer_get_string(&msg, NULL));
ssh-agent.c 325 blob = buffer_get_string(&e->request, &blen);
326 data = buffer_get_string(&e->request, &dlen);
379 blob = buffer_get_string(&e->request, &blen);
496 type_name = buffer_get_string(&e->request, NULL);
509 cert = buffer_get_string(&e->request, &len);
520 curve = buffer_get_string(&e->request, NULL);
551 cert = buffer_get_string(&e->request, &len);
583 cert = buffer_get_string(&e->request, &len);
614 comment = buffer_get_string(&e->request, NULL);
664 passwd = buffer_get_string(&e->request, NULL)
    [all...]
sftp-common.c 128 type = buffer_get_string(b, NULL);
129 data = buffer_get_string(b, NULL);
mux.c     [all...]
authfd.c 336 *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);
bufaux.c 196 buffer_get_string(Buffer *buffer, u_int *length_ptr) function
201 fatal("buffer_get_string: buffer error");
ssh-dss.c 144 sigblob = buffer_get_string(&b, &len);
sftp-client.c 240 handle = buffer_get_string(&msg, len);
370 char *name = buffer_get_string(&msg, NULL);
371 char *value = buffer_get_string(&msg, NULL);
527 filename = buffer_get_string(&msg, NULL);
528 longname = buffer_get_string(&msg, NULL);
755 filename = buffer_get_string(&msg, NULL);
756 longname = buffer_get_string(&msg, NULL);
901 filename = buffer_get_string(&msg, NULL);
902 longname = buffer_get_string(&msg, NULL);
1125 data = buffer_get_string(&msg, &len)
    [all...]
auth-pam.c 316 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);
734 msg = buffer_get_string(&buffer, NULL);
ssh-rsa.c 138 sigblob = buffer_get_string(&b, &len);
auth2-pubkey.c 90 pkalg = buffer_get_string(&b, &alen);
ssh-pkcs11-helper.c 56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
auth.c 667 msg = buffer_get_string(&auth_debug, NULL);
ssh-keygen.c 404 type = buffer_get_string(&b, NULL);
405 cipher = buffer_get_string(&b, NULL);
    [all...]
authfile.c 313 *commentp = buffer_get_string(&copy, NULL);
458 *commentp = buffer_get_string(&copy, NULL);
sshconnect2.c 570 pkalg = buffer_get_string(&b, &alen);
    [all...]
packet.c     [all...]
sftp-server.c 57 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
    [all...]
sshd.c 957 cp = buffer_get_string(&m, &len);
    [all...]
  /external/openssh/openbsd-compat/
port-tun.c 255 *data = buffer_get_string(&c->output, dlen);

Completed in 389 milliseconds

1 2