Searched refs:buffer_get_cstring (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dbuffer.h74 char *buffer_get_cstring(Buffer *, u_int *);
H A Dssh-dss.c136 ktype = buffer_get_cstring(&b, NULL);
H A Dssh-ed25519.c99 ktype = buffer_get_cstring(&b, NULL);
H A Dbufaux.c230 buffer_get_cstring(Buffer *buffer, u_int *length_ptr) function
235 fatal("buffer_get_cstring: buffer error");
H A Dssh-rsa.c136 ktype = buffer_get_cstring(&b, NULL);
H A Dmonitor.c1248 p = buffer_get_cstring(&b, NULL);
1264 p = buffer_get_cstring(&b, NULL);
1300 p = buffer_get_cstring(&b, NULL);
1312 p = buffer_get_cstring(&b, NULL);
H A Dkex.c190 proposal[i] = buffer_get_cstring(&b,NULL);
H A Dssh_namespace.h65 #define buffer_get_cstring ssh_buffer_get_cstring macro
H A Dpacket.c1635 return buffer_get_cstring(&active_state->incoming_packet, length_ptr);

Completed in 182 milliseconds