Symbol: sshbuf_mutable_ptr
crypto/openssh/auth2-gss.c
306
if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)
crypto/openssh/authfd.c
150
atomicio(vwrite, sock, sshbuf_mutable_ptr(request),
crypto/openssh/channels.c
1324
ucp = sshbuf_mutable_ptr(b);
crypto/openssh/channels.c
2216
buf = data = sshbuf_mutable_ptr(c->output);
crypto/openssh/clientloop.c
768
atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout),
crypto/openssh/clientloop.c
771
atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr),
crypto/openssh/kex.c
1265
sshbuf_mutable_ptr(our_version),
crypto/openssh/kex.c
592
if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) {
crypto/openssh/monitor_wrap.c
107
POKE_U32(sshbuf_mutable_ptr(log_msg), len - 4);
crypto/openssh/monitor_wrap.c
109
sshbuf_mutable_ptr(log_msg), len) != len)
crypto/openssh/monitor_wrap.c
168
atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/msg.c
58
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/packet.c
1257
cp = sshbuf_mutable_ptr(state->outgoing_packet);
crypto/openssh/packet.c
2772
cp = sshbuf_mutable_ptr(state->outgoing_packet);
crypto/openssh/packet.c
838
sshbuf_mutable_ptr(in)) == NULL)
crypto/openssh/packet.c
879
sshbuf_mutable_ptr(in)) == NULL)
crypto/openssh/session.c
284
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info),
crypto/openssh/ssh-pkcs11-client.c
194
atomicio(vwrite, fd, sshbuf_mutable_ptr(m),
crypto/openssh/sshbuf-getput-basic.c
447
if (sshbuf_mutable_ptr(buf) == NULL)
crypto/openssh/sshbuf-getput-basic.c
449
*p = sshbuf_mutable_ptr(buf) + offset;
crypto/openssh/sshbuf-io.c
107
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(buf),
crypto/openssh/sshbuf-misc.c
198
if ((p = sshbuf_mutable_ptr(b)) == NULL) {
crypto/openssh/sshbuf.h
107
u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
crypto/openssh/sshconnect2.c
860
if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)
crypto/openssh/sshkey-xmss.c
630
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(enc), sshbuf_len(enc)) !=