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

/freebsd-current/crypto/openssh/
H A Dsshbuf-getput-crypto.c85 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) {
120 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) {
H A Dsshbuf.h201 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
205 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL)
H A Dssh-ed25519.c228 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0)
H A Dssh-ed25519-sk.c158 sshbuf_get_string_direct(b, &sigblob, &len) != 0 ||
H A Dsshsig.c280 if ((r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0 ||
281 (r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0 ||
284 (r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0) {
339 (r = sshbuf_get_string_direct(signature, &sig, &siglen)) != 0) {
H A Dsshbuf-getput-basic.c197 if ((r = sshbuf_get_string_direct(buf, &val, &len)) < 0)
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) function
H A Dssh-sk-helper.c104 (r = sshbuf_get_string_direct(req, &message, &msglen)) != 0 ||
H A Dssh-xmss.c304 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0)
H A Dmonitor.c1267 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0)
1337 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0)
1404 if ((r = sshbuf_get_string_direct(m, &blob, &bloblen)) != 0 ||
1405 (r = sshbuf_get_string_direct(m, &signature, &signaturelen)) != 0 ||
1406 (r = sshbuf_get_string_direct(m, &data, &datalen)) != 0 ||
H A Dmonitor_wrap.c248 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0) \
310 if ((r = sshbuf_get_string_direct(m, &p, &len)) != 0)
H A Dauthfd.c243 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
H A Dssh-agent.c801 (r = sshbuf_get_string_direct(b, NULL, NULL)) != 0 || /* reserved */
803 (r = sshbuf_get_string_direct(b, NULL, NULL)) != 0) /* H(msg) */
1099 (r = sshbuf_get_string_direct(b, NULL, &elen)) != 0) {
1157 (r = sshbuf_get_string_direct(b, NULL, &elen)) != 0) {
H A Dsshkey.c1783 (ret = sshbuf_get_string_direct(b, NULL, NULL)) != 0 ||
1844 if ((ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0 ||
1845 (ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0) {
1852 if ((ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0 ||
1853 (ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0) {
1935 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
H A Dpacket.c2486 if ((r = sshbuf_get_string_direct(m, &input, &ilen)) != 0 ||
2487 (r = sshbuf_get_string_direct(m, &output, &olen)) != 0 ||
2608 return sshbuf_get_string_direct(ssh->state->incoming_packet, valp, lenp);
H A Dssh_namespace.h779 #define sshbuf_get_string_direct Fssh_sshbuf_get_string_direct macro
H A Dmux.c297 (r = sshbuf_get_string_direct(m, NULL, &value_len)) != 0) {
1583 if ((r = sshbuf_get_string_direct(queue, &ptr, &have)) != 0 ||
H A Dkrl.c881 if ((r = sshbuf_get_string_direct(buf, &blob, &blen)) != 0 ||
H A Dchannels.c2983 if ((r = sshbuf_get_string_direct(c->input, &pkt, &plen)) != 0)
3153 if ((r = sshbuf_get_string_direct(downstream->input, &cp, &have))
/freebsd-current/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c242 ASSERT_INT_EQ(sshbuf_get_string_direct(p1, &d, &s), 0);

Completed in 282 milliseconds