Home
last modified time | relevance | path

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

12

/dflybsd-src/crypto/openssh/
H A Dkexgex.c69 if ((r = sshbuf_put_stringb(b, client_version)) < 0 || in kexgex_hash()
70 (r = sshbuf_put_stringb(b, server_version)) < 0 || in kexgex_hash()
78 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kexgex_hash()
H A Dkexgen.c67 if ((r = sshbuf_put_stringb(b, client_version)) != 0 || in kex_gen_hash()
68 (r = sshbuf_put_stringb(b, server_version)) != 0 || in kex_gen_hash()
76 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kex_gen_hash()
77 (r = sshbuf_put_stringb(b, client_pub)) != 0 || in kex_gen_hash()
78 (r = sshbuf_put_stringb(b, server_pub)) != 0 || in kex_gen_hash()
H A Dauthfd.c476 if ((r = sshbuf_put_stringb(m, b)) != 0) in encode_dest_constraint_hop()
497 if ((r = sshbuf_put_stringb(m, b)) != 0) in encode_dest_constraint()
552 (r = sshbuf_put_stringb(m, b)) != 0) in encode_constraints()
571 (r = sshbuf_put_stringb(m, b)) != 0) in encode_constraints()
767 (r = sshbuf_put_stringb(msg, session_id)) != 0 || in ssh_agent_bind_hostkey()
768 (r = sshbuf_put_stringb(msg, signature)) != 0 || in ssh_agent_bind_hostkey()
H A Dkrl.c634 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
706 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
720 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
761 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
774 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
786 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
798 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
H A Dmux.c674 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_confirm_remote_forward()
1091 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_stdio_confirm()
1172 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1217 (r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1243 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_exit_message()
1265 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_tty_alloc_failed()
1419 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_session_confirm()
1516 if ((r = sshbuf_put_stringb(queue, m)) != 0) in mux_client_write_packet()
1924 (r = sshbuf_put_stringb(m, command)) != 0) in mux_client_request_session()
H A Dpacket.c2350 (r = sshbuf_put_stringb(m, kex->my)) != 0 || in kex_to_blob()
2351 (r = sshbuf_put_stringb(m, kex->peer)) != 0 || in kex_to_blob()
2352 (r = sshbuf_put_stringb(m, kex->client_version)) != 0 || in kex_to_blob()
2353 (r = sshbuf_put_stringb(m, kex->server_version)) != 0 || in kex_to_blob()
2354 (r = sshbuf_put_stringb(m, kex->session_id)) != 0 || in kex_to_blob()
2398 r = sshbuf_put_stringb(m, b); in newkeys_to_blob()
2424 (r = sshbuf_put_stringb(m, state->input)) != 0 || in ssh_packet_get_state()
2425 (r = sshbuf_put_stringb(m, state->output)) != 0) in ssh_packet_get_state()
2637 return sshbuf_put_stringb(ssh->state->outgoing_packet, v); in sshpkt_put_stringb()
H A Dssh-sk-client.c254 if ((r = sshbuf_put_stringb(req, kbuf)) != 0 || in sshsk_sign()
328 (r = sshbuf_put_stringb(req, challenge_buf)) != 0) { in sshsk_enroll()
H A Dsshd.c649 if ((r = sshbuf_put_stringb(hostkeys, keybuf)) != 0) in pack_hostkeys()
694 (r = sshbuf_put_stringb(inc, item->contents)) != 0) in send_rexec_state()
715 if ((r = sshbuf_put_stringb(m, conf)) != 0 || in send_rexec_state()
717 (r = sshbuf_put_stringb(m, hostkeys)) != 0 || in send_rexec_state()
718 (r = sshbuf_put_stringb(m, inc)) != 0) in send_rexec_state()
H A Dkexdh.c188 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 || in kex_dh_dec()
H A Dkexecdh.c154 if ((r = sshbuf_put_stringb(buf, ec_blob)) != 0) in kex_ecdh_dec_key_group()
H A Dauth2-hostbased.c130 if ((r = sshbuf_put_stringb(b, ssh->kex->session_id)) != 0 || in userauth_hostbased()
H A Dsshkey.c790 r = sshbuf_put_stringb(b, tmp); in sshkey_puts_opts()
2245 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 || in sshkey_certify_custom()
2248 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 || in sshkey_certify_custom()
2249 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 || in sshkey_certify_custom()
2434 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_serialize_private_sk()
2435 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_serialize_private_sk()
2464 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0) in sshkey_private_serialize_opt()
2810 (r = sshbuf_put_stringb(encoded, kdf)) != 0 || in sshkey_private_to_blob2()
H A Dgss-genr.c265 if ((r = sshbuf_put_stringb(b, session_id)) != 0 || in ssh_gssapi_buildmic()
H A Dsshbuf.h194 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
H A Dssh-pkcs11-helper.c114 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
H A Dssh-ecdsa.c269 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
H A Dsshsig.c187 (r = sshbuf_put_stringb(tosign, h_message)) != 0) { in sshsig_wrap_sign()
327 (r = sshbuf_put_stringb(toverify, h_message)) != 0) { in sshsig_wrap_verify()
H A Dsftp-server.c525 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
1767 (r = sshbuf_put_stringb(msg, usernames)) != 0 || in process_extended_get_users_groups_by_id()
1768 (r = sshbuf_put_stringb(msg, groupnames)) != 0) in process_extended_get_users_groups_by_id()
H A Dsshbuf-getput-basic.c538 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
H A Dssh-agent.c656 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()
1524 (r = sshbuf_put_stringb(e->output, msg)) != 0) in no_identities()
H A Dserverloop.c706 (r = sshbuf_put_stringb(sigbuf, in server_input_hostkeys_prove()
H A Dauth2-pubkey.c195 if ((r = sshbuf_put_stringb(b, in userauth_pubkey()
H A Dmonitor.c1027 (r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pam_account()
1596 if ((r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pty()
H A Dauth-options.c723 (r = sshbuf_put_stringb(m, b)) != 0) in serialise_array()
H A Dclientloop.c1733 (r = sshbuf_put_stringb(c->output, b)) != 0) { in client_request_forwarded_tcpip()
2367 (r = sshbuf_put_stringb(signdata, in client_global_hostkeys_prove_confirm()

12