Searched refs:sshbuf_get_u8 (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c55 ASSERT_INT_EQ(sshbuf_get_u8(p1, &c), 0);
86 ASSERT_INT_EQ(sshbuf_get_u8(p2, &c), 0);
H A Dtest_sshbuf_getput_fuzz.c49 sshbuf_get_u8(p1, &u8);
H A Dtest_sshbuf_getput_basic.c179 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);
/freebsd-10-stable/crypto/openssh/
H A Dauthfd.c194 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)
H A Dssh-keysign.c95 if ((r = sshbuf_get_u8(b, &type)) != 0)
262 if ((r = sshbuf_get_u8(b, &rver)) != 0)
H A Dbufaux.c225 if ((ret = sshbuf_get_u8(buffer, (u_char *)v)) != 0) {
H A Dsftp-client.c208 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
247 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
285 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
331 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
406 if ((r = sshbuf_get_u8(msg, &type)) != 0)
565 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
825 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
1025 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
1287 if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
1706 if ((r = sshbuf_get_u8(ms
[all...]
H A Dsshbuf.h174 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
H A Dkrl.c831 if ((r = sshbuf_get_u8(buf, &type)) != 0 ||
985 if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
1061 if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
H A Dssh-agent.c645 if ((r = sshbuf_get_u8(e->request, &ctype)) != 0) {
775 if ((r = sshbuf_get_u8(e->request, &type)) != 0)
884 (r = sshbuf_get_u8(e->request, &type)) != 0)
H A Dsshbuf-getput-basic.c84 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) function
H A Dssh-keygen.c491 if ((r = sshbuf_get_u8(b, &e1)) != 0 ||
492 (e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) ||
493 (e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0))
H A Dpacket.c1693 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
1900 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
2884 return sshbuf_get_u8(ssh->state->incoming_packet, valp);
H A Dssh_namespace.h760 #define sshbuf_get_u8 Fssh_sshbuf_get_u8 macro
H A Dssh-keyscan.c209 (r = sshbuf_get_u8(msg, &type)) != 0)
H A Dkex.c289 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
H A Dsshkey.c3352 if ((r = sshbuf_get_u8(decrypted, &pad)) != 0)
3619 if ((r = sshbuf_get_u8(copy, NULL)) != 0 || /* cipher type */
3690 if ((r = sshbuf_get_u8(copy, &cipher_type)) != 0 ||
H A Dsshconnect2.c1654 if ((r = sshbuf_get_u8(b, &rversion)) != 0) {
H A Dsftp-server.c1425 if ((r = sshbuf_get_u8(iqueue, &type)) != 0)

Completed in 232 milliseconds