Home
last modified time | relevance | path

Searched refs:sshbuf_put_stringb (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/crypto/external/bsd/openssh/dist/
Dkexgex.c66 if ((r = sshbuf_put_stringb(b, client_version)) < 0 || in kexgex_hash()
67 (r = sshbuf_put_stringb(b, server_version)) < 0 || in kexgex_hash()
75 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kexgex_hash()
Dkexgen.c68 if ((r = sshbuf_put_stringb(b, client_version)) != 0 || in kex_gen_hash()
69 (r = sshbuf_put_stringb(b, server_version)) != 0 || in kex_gen_hash()
77 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kex_gen_hash()
78 (r = sshbuf_put_stringb(b, client_pub)) != 0 || in kex_gen_hash()
79 (r = sshbuf_put_stringb(b, server_pub)) != 0 || in kex_gen_hash()
Dauthfd.c478 if ((r = sshbuf_put_stringb(m, b)) != 0) in encode_dest_constraint_hop()
499 if ((r = sshbuf_put_stringb(m, b)) != 0) in encode_dest_constraint()
554 (r = sshbuf_put_stringb(m, b)) != 0) in encode_constraints()
573 (r = sshbuf_put_stringb(m, b)) != 0) in encode_constraints()
769 (r = sshbuf_put_stringb(msg, session_id)) != 0 || in ssh_agent_bind_hostkey()
770 (r = sshbuf_put_stringb(msg, signature)) != 0 || in ssh_agent_bind_hostkey()
Dssh-sk-helper.c195 (r = sshbuf_put_stringb(resp, kbuf)) != 0 || in process_enroll()
196 (r = sshbuf_put_stringb(resp, attest)) != 0) in process_enroll()
256 if ((r = sshbuf_put_stringb(resp, kbuf)) != 0 || in process_load_resident()
Dkrl.c641 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
714 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
728 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
769 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
782 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
794 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
806 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
Dmonitor.c589 (r = sshbuf_put_stringb(inc, item->contents)) != 0) in mm_answer_state()
616 if ((r = sshbuf_put_stringb(m, cfg)) != 0 || in mm_answer_state()
618 (r = sshbuf_put_stringb(m, hostkeys)) != 0 || in mm_answer_state()
619 (r = sshbuf_put_stringb(m, ssh->kex->server_version)) != 0 || in mm_answer_state()
620 (r = sshbuf_put_stringb(m, ssh->kex->client_version)) != 0 || in mm_answer_state()
621 (r = sshbuf_put_stringb(m, inc)) != 0) in mm_answer_state()
1122 (r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pam_account()
1719 if ((r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pty()
Dmux.c664 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_confirm_remote_forward()
1081 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_stdio_confirm()
1162 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1207 (r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1233 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_exit_message()
1255 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_tty_alloc_failed()
1409 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_session_confirm()
1503 if ((r = sshbuf_put_stringb(queue, m)) != 0) in mux_client_write_packet()
1908 (r = sshbuf_put_stringb(m, command)) != 0) in mux_client_request_session()
Dpacket.c2349 (r = sshbuf_put_stringb(m, kex->my)) != 0 || in kex_to_blob()
2350 (r = sshbuf_put_stringb(m, kex->peer)) != 0 || in kex_to_blob()
2351 (r = sshbuf_put_stringb(m, kex->client_version)) != 0 || in kex_to_blob()
2352 (r = sshbuf_put_stringb(m, kex->server_version)) != 0 || in kex_to_blob()
2353 (r = sshbuf_put_stringb(m, kex->session_id)) != 0 || in kex_to_blob()
2397 r = sshbuf_put_stringb(m, b); in newkeys_to_blob()
2423 (r = sshbuf_put_stringb(m, state->input)) != 0 || in ssh_packet_get_state()
2424 (r = sshbuf_put_stringb(m, state->output)) != 0) in ssh_packet_get_state()
2636 return sshbuf_put_stringb(ssh->state->outgoing_packet, v); in sshpkt_put_stringb()
Dssh-sk-client.c251 if ((r = sshbuf_put_stringb(req, kbuf)) != 0 || in sshsk_sign()
321 (r = sshbuf_put_stringb(req, challenge_buf)) != 0) { in sshsk_enroll()
Dsshd.c673 if ((r = sshbuf_put_stringb(hostkeys, keybuf)) != 0) in pack_hostkeys()
698 (r = sshbuf_put_stringb(m, hostkeys)) != 0) in pack_hostkeys()
727 (r = sshbuf_put_stringb(inc, item->contents)) != 0) in pack_config()
733 (r = sshbuf_put_stringb(m, conf)) != 0 || in pack_config()
735 (r = sshbuf_put_stringb(m, inc)) != 0) in pack_config()
Dkexecdh.c153 if ((r = sshbuf_put_stringb(buf, ec_blob)) != 0) in kex_ecdh_dec_key_group()
Dkexdh.c185 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 || in kex_dh_dec()
Dauth2-hostbased.c132 if ((r = sshbuf_put_stringb(b, ssh->kex->session_id)) != 0 || in userauth_hostbased()
Dsshkey.c894 r = sshbuf_put_stringb(b, tmp); in sshkey_puts_opts()
2318 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 || in sshkey_certify_custom()
2321 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 || in sshkey_certify_custom()
2322 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 || in sshkey_certify_custom()
2507 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_serialize_private_sk()
2508 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_serialize_private_sk()
2537 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0) in sshkey_private_serialize_opt()
2870 (r = sshbuf_put_stringb(encoded, kdf)) != 0 || in sshkey_private_to_blob2()
Dgss-genr.c264 if ((r = sshbuf_put_stringb(b, session_id)) != 0 || in ssh_gssapi_buildmic()
Dsshbuf.h204 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
Dssh-pkcs11-helper.c112 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
Dssh-ecdsa.c358 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
Dsshsig.c189 (r = sshbuf_put_stringb(tosign, h_message)) != 0) { in sshsig_wrap_sign()
334 (r = sshbuf_put_stringb(toverify, h_message)) != 0) { in sshsig_wrap_verify()
Dsftp-server.c521 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
1740 (r = sshbuf_put_stringb(msg, usernames)) != 0 || in process_extended_get_users_groups_by_id()
1741 (r = sshbuf_put_stringb(msg, groupnames)) != 0) in process_extended_get_users_groups_by_id()
Dsshbuf-getput-basic.c536 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
Dssh-agent.c655 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_request_identities()
974 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_sign_request2()
1534 (r = sshbuf_put_stringb(e->output, msg)) != 0) in no_identities()
Dssh-sk.c588 if ((r = sshbuf_put_stringb(sig, inner_sig)) != 0 || in sshsk_ecdsa_sig()
Dserverloop.c731 (r = sshbuf_put_stringb(sigbuf, in server_input_hostkeys_prove()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym603 sshbuf_put_stringb

12