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

/freebsd-10.3-release/crypto/openssh/
H A Dmonitor_wrap.c236 *sigp = buffer_get_string(&m, lenp);
264 pw = buffer_get_string(&m, &len);
267 pw->pw_name = buffer_get_string(&m, NULL);
268 pw->pw_passwd = buffer_get_string(&m, NULL);
270 pw->pw_gecos = buffer_get_string(&m, NULL);
273 pw->pw_class = buffer_get_string(&m, NULL);
275 pw->pw_dir = buffer_get_string(&m, NULL);
276 pw->pw_shell = buffer_get_string(&m, NULL);
280 newopts = buffer_get_string(&m, &len);
286 newopts->x = buffer_get_string(
[all...]
H A Dmonitor.c536 msg = buffer_get_string(&logmsg, NULL);
793 username = buffer_get_string(m, NULL);
889 authctxt->service = buffer_get_string(m, NULL);
890 authctxt->style = buffer_get_string(m, NULL);
910 passwd = buffer_get_string(m, &plen);
973 response = buffer_get_string(m, NULL);
1024 response = buffer_get_string(m, NULL);
1145 resp[i] = buffer_get_string(m, NULL);
1192 cuser = buffer_get_string(m, NULL);
1193 chost = buffer_get_string(
[all...]
H A Dssh-pkcs11-client.c131 signature = buffer_get_string(&msg, &slen);
209 blob = buffer_get_string(&msg, &blen);
210 free(buffer_get_string(&msg, NULL));
H A Dbuffer.h70 void *buffer_get_string(Buffer *, u_int *);
H A Dbufaux.c141 buffer_get_string(Buffer *buffer, u_int *length_ptr) function
H A Dmux.c1587 char *name = buffer_get_string(&m, NULL);
1588 char *value = buffer_get_string(&m, NULL);
1624 e = buffer_get_string(&m, NULL);
1678 e = buffer_get_string(&m, NULL);
1681 e = buffer_get_string(&m, NULL);
1753 e = buffer_get_string(&m, NULL);
1758 e = buffer_get_string(&m, NULL);
1878 e = buffer_get_string(&m, NULL);
1883 e = buffer_get_string(&m, NULL);
1941 e = buffer_get_string(
[all...]
H A Dauth-pam.c317 sshpam_env[i] = buffer_get_string(b, NULL);
325 env = buffer_get_string(b, NULL);
377 reply[i].resp = buffer_get_string(&buffer, NULL);
389 reply[i].resp = buffer_get_string(&buffer, NULL);
735 msg = buffer_get_string(&buffer, NULL);
H A Dssh-pkcs11-helper.c56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
H A Dauth.c738 msg = buffer_get_string(&auth_debug, NULL);
H A Dauth2-pubkey.c100 pkalg = buffer_get_string(&b, &alen);
H A Dssh_namespace.h99 #define buffer_get_string Fssh_buffer_get_string macro
H A Dsshconnect2.c597 pkalg = buffer_get_string(&b, &alen);
H A Dsshd.c1105 cp = buffer_get_string(&m, &len);
H A Dchannels.c1735 buf = data = buffer_get_string(&c->output, &dlen);
2275 data = buffer_get_string(&c->input,

Completed in 137 milliseconds