Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keysign.c87 if ((r = sshbuf_get_string(b, NULL, &len)) != 0) in valid_request()
117 (r = sshbuf_get_string(b, &pkblob, &blen)) != 0) in valid_request()
263 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.c145 if (sshbuf_get_string(b, &sigblob, &len) != 0) { in ssh_rsa_verify()
Dsshbuf.h185 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
Dssh-agent.c385 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0 || in process_sign_request2()
386 (r = sshbuf_get_string(e->request, &data, &dlen)) != 0 || in process_sign_request2()
459 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0) in process_remove_identity()
Dsshkey.c1865 if ((ret = sshbuf_get_string(b, &sig, &slen)) != 0) { in cert_parse()
2094 if ((ret = sshbuf_get_string(b, &pk, &len)) != 0) in sshkey_from_blob_internal()
2757 if ((r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize()
2758 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize()
2771 (r = sshbuf_get_string(buf, &ed25519_pk, &pklen)) != 0 || in sshkey_private_deserialize()
2772 (r = sshbuf_get_string(buf, &ed25519_sk, &sklen)) != 0) in sshkey_private_deserialize()
3267 if ((r = sshbuf_get_string(kdf, &salt, &slen)) != 0 || in sshkey_parse_private2()
3601 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
Dsshbuf-getput-basic.c95 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() function
Dpacket.c2533 (r = sshbuf_get_string(b, &enc->key, &keylen)) != 0 || in newkeys_from_blob()
2534 (r = sshbuf_get_string(b, &enc->iv, &ivlen)) != 0) in newkeys_from_blob()
2542 (r = sshbuf_get_string(b, &mac->key, &maclen)) != 0) in newkeys_from_blob()
2589 if ((r = sshbuf_get_string(m, &kex->session_id, &kex->session_id_len)) != 0 || in kex_from_blob()
2813 return sshbuf_get_string(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_string()
Dsftp-client.c264 if ((r = sshbuf_get_string(msg, &handle, len)) != 0) in get_handle()
427 (r = sshbuf_get_string(msg, &value, &vlen)) != 0) in do_init()
1313 if ((r = sshbuf_get_string(msg, &data, &len)) != 0) in do_download()
Dauthfd.c468 if ((r = sshbuf_get_string(msg, sigp, &len)) != 0) in ssh_agent_sign()
Dsftp-server.c476 if ((r = sshbuf_get_string(queue, &handle, &hlen)) != 0) in get_handle()
787 (r = sshbuf_get_string(iqueue, &data, &len)) != 0) in process_write()
Dkrl.c1079 if ((r = sshbuf_get_string(sect, in ssh_krl_from_blob()
Dsshconnect2.c1565 if ((r = sshbuf_get_string(b, sigp, lenp)) != 0) { in ssh_keysign()
Dmonitor.c703 (r = sshbuf_get_string(m, &p, &datlen)) != 0) in mm_answer_sign()
/external/openssh/openbsd-compat/
Dport-tun.c261 if ((r = sshbuf_get_string(&c->output, data, &xxx_dlen)) != 0) in sys_tun_outfilter()