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

/freebsd-10.0-release/crypto/openssh/
H A Dbuffer.h74 char *buffer_get_cstring(Buffer *, u_int *);
H A Dbufaux.c229 buffer_get_cstring(Buffer *buffer, u_int *length_ptr) function
234 fatal("buffer_get_cstring: buffer error");
H A Dssh-dss.c136 ktype = buffer_get_cstring(&b, NULL);
H A Dssh-rsa.c130 ktype = buffer_get_cstring(&b, NULL);
H A Dkex.c180 proposal[i] = buffer_get_cstring(&b,NULL);
H A Dmonitor.c1270 p = buffer_get_cstring(&b, NULL);
1286 p = buffer_get_cstring(&b, NULL);
1322 p = buffer_get_cstring(&b, NULL);
1334 p = buffer_get_cstring(&b, NULL);
H A Dssh_namespace.h49 #define buffer_get_cstring ssh_buffer_get_cstring macro
H A Dpacket.c1626 return buffer_get_cstring(&active_state->incoming_packet, length_ptr);

Completed in 140 milliseconds