Home
last modified time | relevance | path

Searched refs:sshbuf_get_string_direct (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dsshbuf-getput-crypto.c85 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) { in sshbuf_get_ec()
120 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) { in sshbuf_get_eckey()
H A Dentropy.c86 if ((r = sshbuf_get_string_direct(m, &buf, &len)) != 0) in rexec_recv_rng_seed()
H A Dsshbuf.h216 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
220 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL)
H A Dsshsig.c269 if ((r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0 || in sshsig_peek_hashalg()
270 (r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0 || in sshsig_peek_hashalg()
273 (r = sshbuf_get_string_direct(buf, NULL, NULL)) != 0) { in sshsig_peek_hashalg()
328 (r = sshbuf_get_string_direct(signature, &sig, &siglen)) != 0) { in sshsig_wrap_verify()
H A Dssh-ed25519-sk.c72 sshbuf_get_string_direct(b, &sigblob, &len) != 0 || in ssh_ed25519_sk_verify()
H A Dssh-ed25519.c115 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_ed25519_verify()
H A Dssh-xmss.c139 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_xmss_verify()
H A Dsshbuf-getput-basic.c197 if ((r = sshbuf_get_string_direct(buf, &val, &len)) < 0) in sshbuf_get_string()
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct() function
H A Dmonitor.c1268 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0) in monitor_valid_userblob()
1323 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0) in monitor_valid_hostbasedblob()
1390 if ((r = sshbuf_get_string_direct(m, &blob, &bloblen)) != 0 || in mm_answer_keyverify()
1391 (r = sshbuf_get_string_direct(m, &signature, &signaturelen)) != 0 || in mm_answer_keyverify()
1392 (r = sshbuf_get_string_direct(m, &data, &datalen)) != 0 || in mm_answer_keyverify()
H A Dssh-sk-helper.c105 (r = sshbuf_get_string_direct(req, &message, &msglen)) != 0 || in process_sign()
H A Dsshkey.c2218 (ret = sshbuf_get_string_direct(b, NULL, NULL)) != 0 || in cert_parse()
2279 if ((ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0 || in cert_parse()
2280 (ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0) { in cert_parse()
2287 if ((ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0 || in cert_parse()
2288 (ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0) { in cert_parse()
2376 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
2404 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
2439 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
2503 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
2537 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
H A Dkrl.c859 if ((r = sshbuf_get_string_direct(buf, &blob, &blen)) != 0 || in parse_revoked_certs()
1046 (r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) in ssh_krl_from_blob()
1072 if ((r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) { in ssh_krl_from_blob()
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) in mm_getpwnamallow()
H A Dauthfd.c243 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 || in deserialise_identity2()
H A Dssh-agent.c405 (r = sshbuf_get_string_direct(b, NULL, NULL)) != 0 || /* reserved */ in parse_sshsig_request()
407 (r = sshbuf_get_string_direct(b, NULL, NULL)) != 0) /* H(msg) */ in parse_sshsig_request()
H A Dpacket.c2437 if ((r = sshbuf_get_string_direct(m, &input, &ilen)) != 0 || in ssh_packet_set_state()
2438 (r = sshbuf_get_string_direct(m, &output, &olen)) != 0 || in ssh_packet_set_state()
2559 return sshbuf_get_string_direct(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_string_direct()
H A Dmux.c296 (r = sshbuf_get_string_direct(m, NULL, &value_len)) != 0) { in mux_master_process_hello()
1568 if ((r = sshbuf_get_string_direct(queue, &ptr, &have)) != 0 || in mux_client_read_packet()
H A Dssh_namespace.h709 #define sshbuf_get_string_direct Fssh_sshbuf_get_string_direct macro
H A Dchannels.c2539 if ((r = sshbuf_get_string_direct(c->input, &pkt, &plen)) != 0)
2701 if ((r = sshbuf_get_string_direct(downstream->input, &cp, &have))
/freebsd-13.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c243 ASSERT_INT_EQ(sshbuf_get_string_direct(p1, &d, &s), 0); in sshbuf_getput_crypto_tests()