Symbol: sshbuf_mutable_ptr
crypto/openssh/auth2-gss.c
305
if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)
crypto/openssh/authfd.c
149
atomicio(vwrite, sock, sshbuf_mutable_ptr(request),
crypto/openssh/channels.c
1401
ucp = sshbuf_mutable_ptr(b);
crypto/openssh/channels.c
2301
buf = data = sshbuf_mutable_ptr(c->output);
crypto/openssh/clientloop.c
767
atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout),
crypto/openssh/clientloop.c
770
atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr),
crypto/openssh/kex.c
1273
sshbuf_mutable_ptr(our_version),
crypto/openssh/kex.c
594
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
163
atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/msg.c
55
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/packet.c
1318
cp = sshbuf_mutable_ptr(state->outgoing_packet);
crypto/openssh/packet.c
2882
cp = sshbuf_mutable_ptr(state->outgoing_packet);
crypto/openssh/packet.c
861
sshbuf_mutable_ptr(in)) == NULL)
crypto/openssh/packet.c
902
sshbuf_mutable_ptr(in)) == NULL)
crypto/openssh/regress/unittests/servconf/tests.c
231
ASSERT_PTR_NE(sshbuf_mutable_ptr(buf), NULL);
crypto/openssh/regress/unittests/servconf/tests.c
232
POKE_U32(sshbuf_mutable_ptr(buf), 2);
crypto/openssh/regress/unittests/servconf/tests.c
250
ASSERT_PTR_NE(sshbuf_mutable_ptr(buf), NULL);
crypto/openssh/regress/unittests/servconf/tests.c
251
POKE_U32(sshbuf_mutable_ptr(buf) + 4, MAX_PORTS + 1);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
38
ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
80
ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
81
ASSERT_PTR_EQ(sshbuf_mutable_ptr(p2), NULL);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
115
bzero(sshbuf_mutable_ptr(p1), 8192);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
121
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
143
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
166
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
188
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
212
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
235
fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf),
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
63
fuzz = fuzz_begin(fuzzers, sshbuf_mutable_ptr(buf), sshbuf_len(buf));
crypto/openssh/session.c
252
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info),
crypto/openssh/ssh-pkcs11-client.c
168
atomicio(vwrite, fd, sshbuf_mutable_ptr(m),
crypto/openssh/sshbuf-getput-basic.c
445
if (sshbuf_mutable_ptr(buf) == NULL)
crypto/openssh/sshbuf-getput-basic.c
447
*p = sshbuf_mutable_ptr(buf) + offset;
crypto/openssh/sshbuf-io.c
106
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(buf),
crypto/openssh/sshbuf-misc.c
235
if ((p = sshbuf_mutable_ptr(b)) == NULL) {
crypto/openssh/sshbuf.h
111
u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
crypto/openssh/sshconnect2.c
867
if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)
crypto/openssh/sshd.c
724
POKE_U32(sshbuf_mutable_ptr(m), len - 4);
crypto/openssh/sshd.c
762
POKE_U32(sshbuf_mutable_ptr(m), len - 4);
crypto/openssh/sshd.c
812
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(config), mlen) != mlen)
crypto/openssh/sshd.c
817
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(keys), mlen) != mlen)