HomeSort by relevance Sort by last modified time
    Searched refs:sshbuf_get_u8 (Results 1 - 20 of 20) sorted by null

  /external/openssh/
authfd.c 194 if ((r = sshbuf_get_u8(msg, &type)) != 0)
302 if ((r = sshbuf_get_u8(msg, &type)) != 0)
411 if ((r = sshbuf_get_u8(msg, &type)) != 0)
473 if ((r = sshbuf_get_u8(msg, &type)) != 0)
600 if ((r = sshbuf_get_u8(msg, &type)) != 0)
646 if ((r = sshbuf_get_u8(msg, &type)) != 0)
688 if ((r = sshbuf_get_u8(msg, &type)) != 0)
715 if ((r = sshbuf_get_u8(msg, &type)) != 0)
ssh-keysign.c 95 if ((r = sshbuf_get_u8(b, &type)) != 0)
262 if ((r = sshbuf_get_u8(b, &rver)) != 0)
bufaux.c 225 if ((ret = sshbuf_get_u8(buffer, (u_char *)v)) != 0) {
sftp-client.c 214 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
253 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
291 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
337 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
412 if ((r = sshbuf_get_u8(msg, &type)) != 0)
571 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
833 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
1033 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
    [all...]
sshbuf.h 182 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
krl.c 830 if ((r = sshbuf_get_u8(buf, &type)) != 0 ||
984 if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
1060 if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
    [all...]
ssh-agent.c 632 if ((r = sshbuf_get_u8(e->request, &ctype)) != 0) {
762 if ((r = sshbuf_get_u8(e->request, &type)) != 0)
890 (r = sshbuf_get_u8(e->request, &type)) != 0)
    [all...]
sshbuf-getput-basic.c 84 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) function
packet.c     [all...]
ssh-keygen.c 493 if ((r = sshbuf_get_u8(b, &e1)) != 0 ||
494 (e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) ||
495 (e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0))
    [all...]
kex.c 296 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
ssh-keyscan.c 209 (r = sshbuf_get_u8(msg, &type)) != 0)
sshkey.c     [all...]
sftp-server.c     [all...]
sshconnect2.c     [all...]
channels.c     [all...]
  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_fixed.c 55 ASSERT_INT_EQ(sshbuf_get_u8(p1, &c), 0);
86 ASSERT_INT_EQ(sshbuf_get_u8(p2, &c), 0);
test_sshbuf_getput_fuzz.c 49 sshbuf_get_u8(p1, &u8);
test_sshbuf_getput_basic.c 179 TEST_START("sshbuf_get_u8");
184 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
187 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
192 TEST_START("sshbuf_get_u8 truncated");
194 r = sshbuf_get_u8(p1, &v8);
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 67 if ((r = sshbuf_get_u8(ctx->replace_data,

Completed in 300 milliseconds