Home
last modified time | relevance | path

Searched refs:sshbuf_mutable_ptr (Results 1 – 14 of 14) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmsg.c58 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(m), mlen) != mlen) { in ssh_msg_send()
H A Dsshbuf-io.c107 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(buf), in sshbuf_write_file()
H A Dsshbuf-getput-basic.c447 if (sshbuf_mutable_ptr(buf) == NULL) in check_woffset()
449 *p = sshbuf_mutable_ptr(buf) + offset; in check_woffset()
H A Dmonitor_wrap.c105 POKE_U32(sshbuf_mutable_ptr(log_msg), len - 4); in mm_log_handler()
107 sshbuf_mutable_ptr(log_msg), len) != len) in mm_log_handler()
136 if (atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) in mm_request_send()
H A Dsshbuf-misc.c198 if ((p = sshbuf_mutable_ptr(b)) == NULL) { in sshbuf_dtourlb64()
H A Dsshbuf.h122 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
H A Dsshbuf.c282 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr() function
H A Dpacket.c746 sshbuf_mutable_ptr(in)) == NULL) in compress_buffer()
787 sshbuf_mutable_ptr(in)) == NULL) in uncompress_buffer()
1163 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send2_wrapped()
2635 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send_mux()
H A Dkex.c571 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) { in kex_send_kexinit()
1242 sshbuf_mutable_ptr(our_version), in kex_exchange_identification()
H A Dauthfd.c151 atomicio(vwrite, sock, sshbuf_mutable_ptr(request), in ssh_request_reply()
H A Dclientloop.c611 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout), in client_suspend_self()
614 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr), in client_suspend_self()
H A Dsession.c274 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info), in prepare_auth_info_file()
H A Dchannels.c1178 ucp = sshbuf_mutable_ptr(b); in x11_open_helper()
2038 buf = data = sshbuf_mutable_ptr(c->output); in channel_handle_wfd()
H A Dsshconnect2.c893 if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL) in process_gssapi_token()