Searched refs:sshbuf_get_string_direct (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-getput-crypto.c101 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) {
136 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) {
H A Dsshbuf.h197 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
201 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL)
H A Dbufaux.c183 if ((ret = sshbuf_get_string_direct(buffer, &value, &len)) != 0) {
H A Dssh-ed25519.c117 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0)
H A Dsshbuf-getput-basic.c107 if ((r = sshbuf_get_string_direct(buf, &val, &len)) < 0)
124 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) function
H A Dpacket.c803 if ((r = sshbuf_get_string_direct(b, &inblob, &inl)) != 0 ||
804 (r = sshbuf_get_string_direct(b, &outblob, &outl)) != 0)
2731 (r = sshbuf_get_string_direct(m, &ssh1key, &ssh1keylen)) != 0 ||
2732 (r = sshbuf_get_string_direct(m, &ivout, &slen)) != 0 ||
2733 (r = sshbuf_get_string_direct(m, &ivin, &rlen)) != 0)
2770 if ((r = sshbuf_get_string_direct(m, &keyout, &slen)) != 0 ||
2771 (r = sshbuf_get_string_direct(m, &keyin, &rlen)) != 0)
2785 if ((r = sshbuf_get_string_direct(m, &input, &ilen)) != 0 ||
2786 (r = sshbuf_get_string_direct(m, &output, &olen)) != 0 ||
2908 return sshbuf_get_string_direct(ss
[all...]
H A Dkrl.c822 if ((r = sshbuf_get_string_direct(buf, &blob, &blen)) != 0 ||
986 (r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0)
1012 if ((r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) {
H A Dsshkey.c1852 (ret = sshbuf_get_string_direct(b, NULL, NULL)) != 0 ||
1912 if ((ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0 ||
1913 (ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0) {
1920 if ((ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0 ||
1921 (ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0) {
1989 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
2010 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
2033 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
2086 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
H A Dauthfd.c248 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
H A Dssh_namespace.h755 #define sshbuf_get_string_direct Fssh_sshbuf_get_string_direct macro
/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c372 ASSERT_INT_EQ(sshbuf_get_string_direct(p1, &d, &s), 0);

Completed in 467 milliseconds