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

12

/freebsd-10.1-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.c525 msg = buffer_get_string(&logmsg, NULL);
682 p = buffer_get_string(m, &datlen);
740 username = buffer_get_string(m, NULL);
836 authctxt->service = buffer_get_string(m, NULL);
837 authctxt->style = buffer_get_string(m, NULL);
857 passwd = buffer_get_string(m, &plen);
920 response = buffer_get_string(m, NULL);
971 response = buffer_get_string(m, NULL);
1091 resp[i] = buffer_get_string(m, NULL);
1138 cuser = buffer_get_string(
[all...]
H A Dmonitor_wrap.c227 *sigp = buffer_get_string(&m, lenp);
255 pw = buffer_get_string(&m, &len);
258 pw->pw_name = buffer_get_string(&m, NULL);
259 pw->pw_passwd = buffer_get_string(&m, NULL);
261 pw->pw_gecos = buffer_get_string(&m, NULL);
264 pw->pw_class = buffer_get_string(&m, NULL);
266 pw->pw_dir = buffer_get_string(&m, NULL);
267 pw->pw_shell = buffer_get_string(&m, NULL);
271 newopts = buffer_get_string(&m, &len);
277 newopts->x = buffer_get_string(
[all...]
H A Dssh-ecdsa.c123 ktype = buffer_get_string(&b, NULL);
131 sigblob = buffer_get_string(&b, &len);
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 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 Dbuffer.h71 void *buffer_get_string(Buffer *, u_int *);
H A Dsftp-common.c129 type = buffer_get_string(b, NULL);
130 data = buffer_get_string(b, NULL);
H A Dmux.c1493 char *name = buffer_get_string(&m, NULL);
1494 char *value = buffer_get_string(&m, NULL);
1530 e = buffer_get_string(&m, NULL);
1584 e = buffer_get_string(&m, NULL);
1587 e = buffer_get_string(&m, NULL);
1650 e = buffer_get_string(&m, NULL);
1655 e = buffer_get_string(&m, NULL);
1775 e = buffer_get_string(&m, NULL);
1780 e = buffer_get_string(&m, NULL);
1834 e = buffer_get_string(
[all...]
H A Dssh-agent.c346 blob = buffer_get_string(&e->request, &blen);
347 data = buffer_get_string(&e->request, &dlen);
399 blob = buffer_get_string(&e->request, &blen);
524 comment = buffer_get_string(&e->request, NULL);
574 passwd = buffer_get_string(&e->request, NULL);
620 provider = buffer_get_string(&e->request, NULL);
621 pin = buffer_get_string(&e->request, NULL);
677 provider = buffer_get_string(&e->request, NULL);
678 pin = buffer_get_string(&e->request, NULL);
H A Dssh-dss.c144 sigblob = buffer_get_string(&b, &len);
H A Dssh-ed25519.c107 sigblob = buffer_get_string(&b, &len);
H A Dsftp-client.c242 handle = buffer_get_string(&msg, len);
373 char *name = buffer_get_string(&msg, NULL);
374 char *value = buffer_get_string(&msg, NULL);
531 filename = buffer_get_string(&msg, NULL);
532 longname = buffer_get_string(&msg, NULL);
763 filename = buffer_get_string(&msg, NULL);
764 longname = buffer_get_string(&msg, NULL);
943 filename = buffer_get_string(&msg, NULL);
944 longname = buffer_get_string(&msg, NULL);
1189 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);
734 msg = buffer_get_string(&buffer, NULL);
H A Dbufaux.c197 buffer_get_string(Buffer *buffer, u_int *length_ptr) function
202 fatal("buffer_get_string: buffer error");
H A Dssh-rsa.c144 sigblob = buffer_get_string(&b, &len);
H A Dkey.c2481 type_name = buffer_get_string(blob, NULL);
2494 cert = buffer_get_string(blob, &len);
2505 curve = buffer_get_string(blob, NULL);
2536 cert = buffer_get_string(blob, &len);
2568 cert = buffer_get_string(blob, &len);
2580 k->ed25519_pk = buffer_get_string(blob, &pklen);
2581 k->ed25519_sk = buffer_get_string(blob, &sklen);
2590 cert = buffer_get_string(blob, &len);
2595 k->ed25519_pk = buffer_get_string(blob, &pklen);
2596 k->ed25519_sk = buffer_get_string(blo
[all...]
H A Dssh-pkcs11-helper.c56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
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.c426 type = buffer_get_string(&b, NULL);
427 cipher = buffer_get_string(&b, NULL);
1833 name = buffer_get_string(&options, NULL);
1847 data = buffer_get_string(&option, NULL);
H A Dssh_namespace.h77 #define buffer_get_string ssh_buffer_get_string macro
H A Dauthfile.c667 *commentp = buffer_get_string(&copy, NULL);
812 *commentp = buffer_get_string(&copy, NULL);
H A Dsshconnect2.c592 pkalg = buffer_get_string(&b, &alen);
1505 *sigp = buffer_get_string(&b, lenp);
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dport-tun.c255 *data = buffer_get_string(&c->output, dlen);

Completed in 280 milliseconds

12