Searched refs:buffer_get (Results 1 – 9 of 9) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | buffer.h | 39 void buffer_get(Buffer *, void *, u_int);
|
| HD | buffer.c | 193 buffer_get(Buffer *buffer, void *buf, u_int len) in buffer_get() function
|
| HD | gss-genr.c | 131 buffer_get(&b, ret, buffer_len(&b)); in ssh_gssapi_last_error()
|
| HD | channels.c | 1111 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()
|
| HD | ssh_namespace.h | 56 #define buffer_get ssh_buffer_get macro
|
| HD | ssh-agent.c | 287 buffer_get(&e->request, session_id, 16); in process_authentication_challenge1()
|
| HD | monitor_wrap.c | 490 buffer_get(&b, &enc->cipher, sizeof(enc->cipher)); in mm_newkeys_from_blob()
|
| HD | packet.c | 1551 buffer_get(&active_state->incoming_packet, &ch, 1); in packet_get_char()
|
| /trueos/contrib/jansson/src/ |
| HD | load.c | 961 static int buffer_get(void *data) in buffer_get() function 990 if(lex_init(&lex, buffer_get, (void *)&stream_data)) in json_loadb()
|