Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c49 ASSERT_INT_EQ(sshbuf_put_stringb(b, sect), 0); in put_opt()
95 ASSERT_INT_EQ(sshbuf_put_stringb(b, principals), 0); /* principals */ in build_cert()
98 ASSERT_INT_EQ(sshbuf_put_stringb(b, critopts), 0); /* options */ in build_cert()
99 ASSERT_INT_EQ(sshbuf_put_stringb(b, exts), 0); /* extensions */ in build_cert()
101 ASSERT_INT_EQ(sshbuf_put_stringb(b, ca_buf), 0); /* signature key */ in build_cert()
/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c111 ASSERT_INT_EQ(sshbuf_put_stringb(p2, p1), 0); in sshbuf_fixed()
120 ASSERT_INT_EQ(sshbuf_put_stringb(p2, p1), 0); in sshbuf_fixed()
/freebsd-12.1/crypto/openssh/
H A Dkrl.c607 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
680 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
694 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
737 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
750 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
762 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
H A Dmux.c689 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_confirm_remote_forward()
1103 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_stdio_confirm()
1184 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1230 if ((r = sshbuf_put_stringb(c->output, out)) != 0) in mux_master_read_cb()
1260 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_exit_message()
1283 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_tty_alloc_failed()
1436 if ((r = sshbuf_put_stringb(cc->output, reply)) != 0) in mux_session_confirm()
1533 if ((r = sshbuf_put_stringb(queue, m)) != 0) in mux_client_write_packet()
1944 (r = sshbuf_put_stringb(m, command)) != 0) in mux_client_request_session()
H A Dssh-ecdsa.c91 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
H A Dsshkey.c847 r = sshbuf_put_stringb(b, tmp); in sshkey_puts_opts()
2587 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 || in sshkey_certify_custom()
2590 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 || in sshkey_certify_custom()
2591 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 || in sshkey_certify_custom()
2758 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
2781 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
2799 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
2818 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
2845 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3416 (r = sshbuf_put_stringb(encoded, kdf)) != 0 || in sshkey_private_to_blob2()
H A Dpacket.c2179 (r = sshbuf_put_stringb(m, kex->my)) != 0 || in kex_to_blob()
2180 (r = sshbuf_put_stringb(m, kex->peer)) != 0 || in kex_to_blob()
2226 r = sshbuf_put_stringb(m, b); in newkeys_to_blob()
2252 (r = sshbuf_put_stringb(m, state->input)) != 0 || in ssh_packet_get_state()
2253 (r = sshbuf_put_stringb(m, state->output)) != 0) in ssh_packet_get_state()
2471 return sshbuf_put_stringb(ssh->state->outgoing_packet, v); in sshpkt_put_stringb()
H A Dssh-agent.c276 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_request_identities()
340 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_sign_request2()
563 (r = sshbuf_put_stringb(e->output, msg)) != 0) in no_identities()
H A Dsshbuf.h197 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
H A Dssh-pkcs11-helper.c105 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
H A Dsshbuf-getput-basic.c373 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
H A Dmonitor.c1022 (r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pam_account()
1540 if ((r = sshbuf_put_stringb(m, loginmsg)) != 0) in mm_answer_pty()
H A Dauth-options.c755 (r = sshbuf_put_stringb(m, b)) != 0) { in serialise_array()
H A Dssh_namespace.h690 #define sshbuf_put_stringb Fssh_sshbuf_put_stringb macro
H A Dsftp-server.c487 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
H A Dsshd.c970 if ((r = sshbuf_put_stringb(m, conf)) != 0)
H A Dclientloop.c1510 (r = sshbuf_put_stringb(c->output, b)) != 0) { in client_request_forwarded_tcpip()
H A Dssh-keygen.c1584 (r = sshbuf_put_stringb(c, b)) != 0) in add_string_option()
H A Dchannels.c2882 (r = sshbuf_put_stringb(downstream->output, b)) != 0) {