| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_fuzz.c | 61 sshbuf_mutable_ptr(buf), sshbuf_len(buf)); in public_fuzz() 110 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 130 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 150 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 170 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 191 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 211 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 232 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 41 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); in sshbuf_fixed() 83 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); in sshbuf_fixed() 84 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p2), NULL); in sshbuf_fixed()
|
| H A D | test_sshbuf_misc.c | 103 bzero(sshbuf_mutable_ptr(p1), 8192); in sshbuf_misc_tests()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | msg.c | 58 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(m), mlen) != mlen) { in ssh_msg_send()
|
| H A D | ssh-pkcs11-client.c | 62 atomicio(vwrite, fd, sshbuf_mutable_ptr(m), in send_msg()
|
| H A D | monitor_wrap.c | 104 POKE_U32(sshbuf_mutable_ptr(log_msg), len - 4); in mm_log_handler() 106 sshbuf_mutable_ptr(log_msg), len) != len) in mm_log_handler() 135 if (atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) in mm_request_send()
|
| H A D | sshbuf.h | 122 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
|
| H A D | auth2-gss.c | 304 if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL) in input_gssapi_mic()
|
| H A D | authfile.c | 62 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(keybuf), in sshkey_save_private_blob()
|
| H A D | sshbuf.c | 277 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr() function
|
| H A D | authfd.c | 136 atomicio(vwrite, sock, sshbuf_mutable_ptr(request), in ssh_request_reply()
|
| H A D | packet.c | 743 sshbuf_mutable_ptr(in)) == NULL) in compress_buffer() 784 sshbuf_mutable_ptr(in)) == NULL) in uncompress_buffer() 1122 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send2_wrapped() 2601 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send_mux()
|
| H A D | clientloop.c | 580 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout), in client_suspend_self() 583 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr), in client_suspend_self()
|
| H A D | ssh_namespace.h | 676 #define sshbuf_mutable_ptr Fssh_sshbuf_mutable_ptr macro
|
| H A D | kex.c | 514 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) in kex_send_kexinit()
|
| H A D | sshkey-xmss.c | 628 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(enc), sshbuf_len(enc)) != in sshkey_xmss_update_state()
|
| H A D | session.c | 277 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info), in prepare_auth_info_file()
|
| H A D | sshconnect2.c | 753 if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL) in process_gssapi_token()
|
| H A D | channels.c | 1099 ucp = sshbuf_mutable_ptr(b); in x11_open_helper() 1976 buf = data = sshbuf_mutable_ptr(c->output);
|
| H A D | ssh-keygen.c | 2290 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(kbuf), sshbuf_len(kbuf)) != in do_gen_krl()
|
| H A D | ChangeLog | 691 upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@
|