Home
last modified time | relevance | path

Searched refs:buffer_get_string_ptr (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dbuffer.h69 void *buffer_get_string_ptr(Buffer *, u_int *);
Dbufaux.c258 buffer_get_string_ptr(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr() function
Dauthfile.c460 (void)buffer_get_string_ptr(&copy, NULL); in key_parse_private_rsa1()
Dpacket.c1559 return buffer_get_string_ptr(&active_state->incoming_packet, length_ptr); in packet_get_string_ptr()
Dmux.c1396 ptr = buffer_get_string_ptr(&queue, &have); in mux_client_read_packet()
Dssh-keygen.c1772 data = buffer_get_string_ptr(&options, &dlen); in show_options()