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

/freebsd-10-stable/crypto/openssh/
H A Dmonitor_wrap.c237 *sigp = buffer_get_string(&m, lenp);
265 pw = buffer_get_string(&m, &len);
268 pw->pw_name = buffer_get_string(&m, NULL);
269 pw->pw_passwd = buffer_get_string(&m, NULL);
271 pw->pw_gecos = buffer_get_string(&m, NULL);
274 pw->pw_class = buffer_get_string(&m, NULL);
276 pw->pw_dir = buffer_get_string(&m, NULL);
277 pw->pw_shell = buffer_get_string(&m, NULL);
281 newopts = buffer_get_string(&m, &len);
287 newopts->x = buffer_get_string(
[all...]
H A Dmonitor.c538 msg = buffer_get_string(&logmsg, NULL);
798 username = buffer_get_string(m, NULL);
894 authctxt->service = buffer_get_string(m, NULL);
895 authctxt->style = buffer_get_string(m, NULL);
915 passwd = buffer_get_string(m, &plen);
981 response = buffer_get_string(m, NULL);
1032 response = buffer_get_string(m, NULL);
1154 resp[i] = buffer_get_string(m, NULL);
1201 cuser = buffer_get_string(m, NULL);
1202 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.c1585 char *name = buffer_get_string(&m, NULL);
1586 char *value = buffer_get_string(&m, NULL);
1622 e = buffer_get_string(&m, NULL);
1676 e = buffer_get_string(&m, NULL);
1679 e = buffer_get_string(&m, NULL);
1751 e = buffer_get_string(&m, NULL);
1756 e = buffer_get_string(&m, NULL);
1876 e = buffer_get_string(&m, NULL);
1881 e = buffer_get_string(&m, NULL);
1939 e = buffer_get_string(
[all...]
H A Dauth-pam.c324 sshpam_env[i] = buffer_get_string(b, NULL);
332 env = buffer_get_string(b, NULL);
385 reply[i].resp = buffer_get_string(&buffer, NULL);
731 msg = buffer_get_string(&buffer, NULL);
H A Dssh-pkcs11-helper.c56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
H A Dauth.c749 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 Dsshd.c1122 cp = buffer_get_string(&m, &len);
H A Dsshconnect2.c591 pkalg = buffer_get_string(&b, &alen);
H A Dchannels.c1738 buf = data = buffer_get_string(&c->output, &dlen);
2278 data = buffer_get_string(&c->input,

Completed in 210 milliseconds