| /freebsd-13.1/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 85 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 D | entropy.c | 86 if ((r = sshbuf_get_string_direct(m, &buf, &len)) != 0) in rexec_recv_rng_seed()
|
| H A D | sshbuf.h | 216 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 D | sshsig.c | 269 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 D | ssh-ed25519-sk.c | 72 sshbuf_get_string_direct(b, &sigblob, &len) != 0 || in ssh_ed25519_sk_verify()
|
| H A D | ssh-ed25519.c | 115 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_ed25519_verify()
|
| H A D | ssh-xmss.c | 139 (r = sshbuf_get_string_direct(b, &sigblob, &len)) != 0) in ssh_xmss_verify()
|
| H A D | sshbuf-getput-basic.c | 197 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 D | monitor.c | 1268 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 D | ssh-sk-helper.c | 105 (r = sshbuf_get_string_direct(req, &message, &msglen)) != 0 || in process_sign()
|
| H A D | sshkey.c | 2218 (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 D | krl.c | 859 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 D | monitor_wrap.c | 248 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 D | authfd.c | 243 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 || in deserialise_identity2()
|
| H A D | ssh-agent.c | 405 (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 D | packet.c | 2437 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 D | mux.c | 296 (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 D | ssh_namespace.h | 709 #define sshbuf_get_string_direct Fssh_sshbuf_get_string_direct macro
|
| H A D | channels.c | 2539 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 D | test_sshbuf_getput_crypto.c | 243 ASSERT_INT_EQ(sshbuf_get_string_direct(p1, &d, &s), 0); in sshbuf_getput_crypto_tests()
|