Searched refs:sshbuf_get (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | buffer.c | 66 if ((ret = sshbuf_get(buffer, buf, len)) != 0) { in buffer_get_ret()
|
D | sshbuf-getput-basic.c | 30 sshbuf_get(struct sshbuf *buf, void *v, size_t len) in sshbuf_get() function 228 (r = sshbuf_get(buf, p, len)) != 0) in sshbuf_get_stringb()
|
D | sshbuf.h | 161 int sshbuf_get(struct sshbuf *buf, void *v, size_t len);
|
D | authfd.c | 420 if ((r = sshbuf_get(msg, response, 16)) != 0) in ssh_decrypt_challenge()
|
D | ssh-agent.c | 319 if ((r = sshbuf_get(e->request, session_id, sizeof(session_id))) != 0 || in process_authentication_challenge1()
|
D | packet.c | 2530 (r = sshbuf_get(b, &enc->cipher, sizeof(enc->cipher))) != 0 || in newkeys_from_blob() 2789 return sshbuf_get(ssh->state->incoming_packet, valp, len); in sshpkt_get()
|