/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_fuzz.c | 64 fuzz = fuzz_begin(fuzzers, sshbuf_mutable_ptr(buf), sshbuf_len(buf)); in public_fuzz() 121 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 143 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 166 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 188 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 212 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 234 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 258 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests()
|
/freebsd/crypto/openssh/regress/unittests/sshbuf/ |
H A D | test_sshbuf_fixed.c | 40 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); in sshbuf_fixed() 82 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); in sshbuf_fixed() 83 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/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 | sshbuf-io.c | 107 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(buf), in sshbuf_write_file()
|
H A D | sshbuf-getput-basic.c | 447 if (sshbuf_mutable_ptr(buf) == NULL) in check_woffset() 449 *p = sshbuf_mutable_ptr(buf) + offset; in check_woffset()
|
H A D | monitor_wrap.c | 107 POKE_U32(sshbuf_mutable_ptr(log_msg), len - 4); in mm_log_handler() 109 sshbuf_mutable_ptr(log_msg), len) != len) in mm_log_handler() 168 atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) { in mm_request_send()
|
H A D | auth2-gss.c | 306 if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL) in input_gssapi_mic()
|
H A D | sshbuf-misc.c | 198 if ((p = sshbuf_mutable_ptr(b)) == NULL) { in sshbuf_dtourlb64()
|
H A D | sshbuf.h | 108 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
|
H A D | sshbuf.c | 305 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr() function
|
H A D | packet.c | 839 sshbuf_mutable_ptr(in)) == NULL) in compress_buffer() 880 sshbuf_mutable_ptr(in)) == NULL) in uncompress_buffer() 1257 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send2_wrapped() 2786 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send_mux()
|
H A D | kex.c | 592 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) { in kex_send_kexinit() 1263 sshbuf_mutable_ptr(our_version), in kex_exchange_identification()
|
H A D | authfd.c | 150 atomicio(vwrite, sock, sshbuf_mutable_ptr(request), in ssh_request_reply()
|
H A D | ssh-pkcs11-client.c | 194 atomicio(vwrite, fd, sshbuf_mutable_ptr(m), in send_msg()
|
H A D | clientloop.c | 768 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout), in client_suspend_self() 771 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr), in client_suspend_self()
|
H A D | sshkey-xmss.c | 630 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(enc), sshbuf_len(enc)) != in sshkey_xmss_update_state()
|
H A D | ssh_namespace.h | 802 #define sshbuf_mutable_ptr Fssh_sshbuf_mutable_ptr macro
|
H A D | session.c | 284 if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info), in prepare_auth_info_file()
|
H A D | channels.c | 1326 ucp = sshbuf_mutable_ptr(b); in x11_open_helper() 2218 buf = data = sshbuf_mutable_ptr(c->output); in channel_handle_wfd()
|
H A D | sshconnect2.c | 864 if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL) in process_gssapi_token()
|