| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 49 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 D | test_sshbuf_fixed.c | 111 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 D | krl.c | 607 (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 D | mux.c | 689 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 D | ssh-ecdsa.c | 91 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
|
| H A D | sshkey.c | 847 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 D | packet.c | 2179 (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 D | ssh-agent.c | 276 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 D | sshbuf.h | 197 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
|
| H A D | ssh-pkcs11-helper.c | 105 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
|
| H A D | sshbuf-getput-basic.c | 373 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
|
| H A D | monitor.c | 1022 (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 D | auth-options.c | 755 (r = sshbuf_put_stringb(m, b)) != 0) { in serialise_array()
|
| H A D | ssh_namespace.h | 690 #define sshbuf_put_stringb Fssh_sshbuf_put_stringb macro
|
| H A D | sftp-server.c | 487 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
|
| H A D | sshd.c | 970 if ((r = sshbuf_put_stringb(m, conf)) != 0)
|
| H A D | clientloop.c | 1510 (r = sshbuf_put_stringb(c->output, b)) != 0) { in client_request_forwarded_tcpip()
|
| H A D | ssh-keygen.c | 1584 (r = sshbuf_put_stringb(c, b)) != 0) in add_string_option()
|
| H A D | channels.c | 2882 (r = sshbuf_put_stringb(downstream->output, b)) != 0) {
|