| /freebsd-12.1/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 101 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) { in sshbuf_get_ec() 136 if (sshbuf_get_string_direct(buf, NULL, NULL) != 0) { in sshbuf_get_eckey()
|
| H A D | sshbuf.h | 204 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, 208 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL)
|
| H A D | entropy.c | 208 if ((r = sshbuf_get_string_direct(m, &buf, &len)) != 0 in rexec_recv_rng_seed()
|
| H A D | sshbuf-getput-basic.c | 108 if ((r = sshbuf_get_string_direct(buf, &val, &len)) < 0) in sshbuf_get_string() 125 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct() function
|
| H A D | ssh-ed25519.c | 117 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_ed25519_verify()
|
| H A D | ssh-xmss.c | 141 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_xmss_verify()
|
| H A D | sshkey.c | 1894 (ret = sshbuf_get_string_direct(b, NULL, NULL)) != 0 || in cert_parse() 1955 if ((ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0 || in cert_parse() 1956 (ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0) { in cert_parse() 1963 if ((ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0 || in cert_parse() 1964 (ret = sshbuf_get_string_direct(exts, NULL, NULL)) != 0) { in cert_parse() 2049 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal() 2082 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal() 2122 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal() 2174 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal() 2196 if (sshbuf_get_string_direct(b, NULL, NULL) != 0) { in sshkey_from_blob_internal()
|
| H A D | krl.c | 821 if ((r = sshbuf_get_string_direct(buf, &blob, &blen)) != 0 || in parse_revoked_certs() 985 (r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) in ssh_krl_from_blob() 1011 if ((r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) { in ssh_krl_from_blob()
|
| H A D | authfd.c | 210 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 || in deserialise_identity2()
|
| H A D | packet.c | 2410 if ((r = sshbuf_get_string_direct(m, &input, &ilen)) != 0 || in ssh_packet_set_state() 2411 (r = sshbuf_get_string_direct(m, &output, &olen)) != 0 || in ssh_packet_set_state() 2526 return sshbuf_get_string_direct(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_string_direct()
|
| H A D | monitor.c | 1282 if ((r = sshbuf_get_string_direct(b, &p, &len)) != 0) in monitor_valid_userblob() 1338 (r = sshbuf_get_string_direct(b, &p, &len)) != 0) in monitor_valid_hostbasedblob()
|
| H A D | ssh_namespace.h | 668 #define sshbuf_get_string_direct Fssh_sshbuf_get_string_direct macro
|
| H A D | monitor_wrap.c | 343 if ((r = sshbuf_get_string_direct(m, &p, &len)) != 0) in mm_getpwnamallow()
|
| H A D | ssh-agent.c | 310 (r = sshbuf_get_string_direct(e->request, &data, &dlen)) != 0 || in process_sign_request2()
|
| H A D | channels.c | 2519 if ((r = sshbuf_get_string_direct(c->input, &pkt, &plen)) != 0) 2690 if ((r = sshbuf_get_string_direct(downstream->input, &cp, &have))
|
| H A D | mux.c | 1600 if ((r = sshbuf_get_string_direct(queue, &ptr, &have)) != 0 || in mux_client_read_packet()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_getput_crypto.c | 372 ASSERT_INT_EQ(sshbuf_get_string_direct(p1, &d, &s), 0); in sshbuf_getput_crypto_tests()
|