| /freebsd-10-stable/crypto/openssh/ |
| D | ssh-keysign.c | 90 if ((r = sshbuf_get_string(b, NULL, &len)) != 0) in valid_request() 120 (r = sshbuf_get_string(b, &pkblob, &blen)) != 0) in valid_request() 273 if ((r = sshbuf_get_string(b, &data, &dlen)) != 0) in main()
|
| D | ssh-dss.c | 159 sshbuf_get_string(b, &sigblob, &len) != 0) { in ssh_dss_verify()
|
| D | bufaux.c | 131 if ((ret = sshbuf_get_string(buffer, &value, &len)) != 0) { in buffer_get_string_ret()
|
| D | sftp-common.c | 142 (r = sshbuf_get_string(b, &data, &dlen)) != 0) in decode_attrib()
|
| D | sshbuf.h | 185 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
|
| D | ssh-rsa.c | 189 if (sshbuf_get_string(b, &sigblob, &len) != 0) { in ssh_rsa_verify()
|
| D | ssh-agent.c | 413 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0 || in process_sign_request2() 414 (r = sshbuf_get_string(e->request, &data, &dlen)) != 0 || in process_sign_request2() 487 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0) in process_remove_identity()
|
| D | sshkey.c | 1862 if ((ret = sshbuf_get_string(b, &sig, &slen)) != 0) { in cert_parse() 2092 if ((ret = sshbuf_get_string(b, &pk, &len)) != 0) in sshkey_from_blob_internal() 2789 if ((r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize() 2790 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize() 2803 (r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize() 2804 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize() 3299 if ((r = sshbuf_get_string(kdf, &salt, &slen)) != 0 || in sshkey_parse_private2() 3631 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
|
| D | sshbuf-getput-basic.c | 97 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() function
|
| D | packet.c | 2633 (r = sshbuf_get_string(b, &enc->key, &keylen)) != 0 || in newkeys_from_blob() 2634 (r = sshbuf_get_string(b, &enc->iv, &ivlen)) != 0) in newkeys_from_blob() 2642 (r = sshbuf_get_string(b, &mac->key, &maclen)) != 0) in newkeys_from_blob() 2687 if ((r = sshbuf_get_string(m, &kex->session_id, &kex->session_id_len)) != 0 || in kex_from_blob() 2902 return sshbuf_get_string(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_string()
|
| D | sftp-client.c | 265 if ((r = sshbuf_get_string(msg, &handle, len)) != 0) in get_handle() 428 (r = sshbuf_get_string(msg, &value, &vlen)) != 0) in do_init() 1313 if ((r = sshbuf_get_string(msg, &data, &len)) != 0) in do_download()
|
| D | authfd.c | 482 if ((r = sshbuf_get_string(msg, sigp, &len)) != 0) in ssh_agent_sign()
|
| D | sftp-server.c | 473 if ((r = sshbuf_get_string(queue, &handle, &hlen)) != 0) in get_handle() 784 (r = sshbuf_get_string(iqueue, &data, &len)) != 0) in process_write()
|
| D | ssh_namespace.h | 754 #define sshbuf_get_string Fssh_sshbuf_get_string macro
|
| D | krl.c | 1074 if ((r = sshbuf_get_string(sect, in ssh_krl_from_blob()
|
| D | monitor.c | 700 (r = sshbuf_get_string(m, &p, &datlen)) != 0 || in mm_answer_sign()
|
| D | sshconnect2.c | 1662 if ((r = sshbuf_get_string(b, sigp, lenp)) != 0) { in ssh_keysign()
|
| /freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/ |
| D | test_sshbuf_getput_basic.c | 294 ASSERT_INT_EQ(sshbuf_get_string(p1, &d, &s), 0); in sshbuf_getput_basic_tests() 309 ASSERT_INT_EQ(sshbuf_get_string(p1, &d, &s), 0); in sshbuf_getput_basic_tests() 325 r = sshbuf_get_string(p1, &d, &s); in sshbuf_getput_basic_tests() 337 r = sshbuf_get_string(p1, &d, &s); in sshbuf_getput_basic_tests()
|
| D | test_sshbuf_getput_fuzz.c | 53 if (sshbuf_get_string(p1, &s, &l) == 0) { in attempt_parse_blob()
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | port-tun.c | 261 if ((r = sshbuf_get_string(&c->output, data, &xxx_dlen)) != 0) in sys_tun_outfilter()
|