Home
last modified time | relevance | path

Searched refs:buffer_get (Results 1 – 9 of 9) sorted by relevance

/trueos/crypto/openssh/
HDbuffer.h39 void buffer_get(Buffer *, void *, u_int);
HDbuffer.c193 buffer_get(Buffer *buffer, void *buf, u_int len) in buffer_get() function
HDgss-genr.c131 buffer_get(&b, ret, buffer_len(&b)); in ssh_gssapi_last_error()
HDchannels.c1111 buffer_get(&c->input, (char *)&s4_req.version, 1); in channel_decode_socks4()
1112 buffer_get(&c->input, (char *)&s4_req.command, 1); in channel_decode_socks4()
1113 buffer_get(&c->input, (char *)&s4_req.dest_port, 2); in channel_decode_socks4()
1114 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4); in channel_decode_socks4()
1261 buffer_get(&c->input, &dest_addr, addrlen); in channel_decode_socks5()
1262 buffer_get(&c->input, (char *)&dest_port, 2); in channel_decode_socks5()
HDssh_namespace.h56 #define buffer_get ssh_buffer_get macro
HDssh-agent.c287 buffer_get(&e->request, session_id, 16); in process_authentication_challenge1()
HDmonitor_wrap.c490 buffer_get(&b, &enc->cipher, sizeof(enc->cipher)); in mm_newkeys_from_blob()
HDpacket.c1551 buffer_get(&active_state->incoming_packet, &ch, 1); in packet_get_char()
/trueos/contrib/jansson/src/
HDload.c961 static int buffer_get(void *data) in buffer_get() function
990 if(lex_init(&lex, buffer_get, (void *)&stream_data)) in json_loadb()