Home
last modified time | relevance | path

Searched refs:sshbuf_get_string (Results 1 – 19 of 19) sorted by relevance

/external/openssh/
Dssh-keysign.c90 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()
Dbufaux.c131 if ((ret = sshbuf_get_string(buffer, &value, &len)) != 0) { in buffer_get_string_ret()
Dssh-dss.c159 sshbuf_get_string(b, &sigblob, &len) != 0) { in ssh_dss_verify()
Dsftp-common.c141 (r = sshbuf_get_string(b, &data, &dlen)) != 0) in decode_attrib()
Dssh-rsa.c189 if (sshbuf_get_string(b, &sigblob, &len) != 0) { in ssh_rsa_verify()
Dsshbuf.h193 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
Dssh-agent.c400 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0 || in process_sign_request2()
401 (r = sshbuf_get_string(e->request, &data, &dlen)) != 0 || in process_sign_request2()
474 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0) in process_remove_identity()
Dsshkey.c1870 if ((ret = sshbuf_get_string(b, &sig, &slen)) != 0) { in cert_parse()
2100 if ((ret = sshbuf_get_string(b, &pk, &len)) != 0) in sshkey_from_blob_internal()
2797 if ((r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize()
2798 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize()
2811 (r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize()
2812 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize()
3312 if ((r = sshbuf_get_string(kdf, &salt, &slen)) != 0 || in sshkey_parse_private2()
3642 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
Dsshbuf-getput-basic.c97 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() function
Dpacket.c2642 (r = sshbuf_get_string(b, &enc->key, &keylen)) != 0 || in newkeys_from_blob()
2643 (r = sshbuf_get_string(b, &enc->iv, &ivlen)) != 0) in newkeys_from_blob()
2651 (r = sshbuf_get_string(b, &mac->key, &maclen)) != 0) in newkeys_from_blob()
2695 if ((r = sshbuf_get_string(m, &kex->session_id, &kex->session_id_len)) != 0 || in kex_from_blob()
2909 return sshbuf_get_string(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_string()
Dsftp-client.c271 if ((r = sshbuf_get_string(msg, &handle, len)) != 0) in get_handle()
434 (r = sshbuf_get_string(msg, &value, &vlen)) != 0) in do_init()
1321 if ((r = sshbuf_get_string(msg, &data, &len)) != 0) in do_download()
Dauthfd.c482 if ((r = sshbuf_get_string(msg, sigp, &len)) != 0) in ssh_agent_sign()
Dsftp-server.c472 if ((r = sshbuf_get_string(queue, &handle, &hlen)) != 0) in get_handle()
783 (r = sshbuf_get_string(iqueue, &data, &len)) != 0) in process_write()
Dkrl.c1073 if ((r = sshbuf_get_string(sect, in ssh_krl_from_blob()
Dmonitor.c612 (r = sshbuf_get_string(m, &p, &datlen)) != 0 || in mm_answer_sign()
Dsshconnect2.c1711 if ((r = sshbuf_get_string(b, sigp, lenp)) != 0) { in ssh_keysign()
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_basic.c294 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()
Dtest_sshbuf_getput_fuzz.c53 if (sshbuf_get_string(p1, &s, &l) == 0) { in attempt_parse_blob()
/external/openssh/openbsd-compat/
Dport-tun.c261 if ((r = sshbuf_get_string(&c->output, data, &xxx_dlen)) != 0) in sys_tun_outfilter()