| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | passwd.c | 363 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in md5crypt() 460 assert(output == out_buf + strlen(out_buf)); in md5crypt() 476 assert(strlen(out_buf) < sizeof(out_buf)); in md5crypt() 478 ascii2ebcdic(out_buf, out_buf, strlen(out_buf)); in md5crypt() 587 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt() 588 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in shacrypt() 589 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt() 599 OPENSSL_strlcat(out_buf, tmp_buf, sizeof(out_buf)); in shacrypt() 602 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in shacrypt() 707 cp = out_buf + strlen(out_buf); in shacrypt() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 88 internal_memcpy(out_buf, str.data(), copy_size); in CopyStringToBuffer() 89 out_buf[copy_size] = '\0'; in CopyStringToBuffer() 121 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo() argument 122 CHECK(out_buf); in PrintTo() 126 CopyStringToBuffer(output, out_buf, out_buf_size); in PrintTo() 190 void __sanitizer_symbolize_pc(uptr pc, const char *fmt, char *out_buf, in __sanitizer_symbolize_pc() argument 203 CopyStringToBuffer(output, out_buf, out_buf_size); in __sanitizer_symbolize_pc() 208 char *out_buf, uptr out_buf_size) { in __sanitizer_symbolize_global() argument 210 out_buf[0] = 0; in __sanitizer_symbolize_global() 216 internal_strncpy(out_buf, data_desc.data(), out_buf_size); in __sanitizer_symbolize_global() [all …]
|
| /freebsd-14.2/contrib/wpa/src/eap_server/ |
| H A D | eap_server_tnc.c | 24 struct wpabuf *out_buf; member 98 wpabuf_free(data->out_buf); in eap_tnc_reset() 247 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 257 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 258 data->out_buf = NULL; in eap_tnc_build_msg() 267 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 289 if (data->out_buf == NULL) { in eap_tnc_buildReq() 290 data->out_buf = eap_tnc_build(sm, data); in eap_tnc_buildReq() 291 if (data->out_buf == NULL) { in eap_tnc_buildReq() 300 if (data->out_buf == NULL) { in eap_tnc_buildReq() [all …]
|
| H A D | eap_server_wsc.c | 23 struct wpabuf *out_buf; member 161 wpabuf_free(data->out_buf); in eap_wsc_reset() 195 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 218 wpabuf_put_be16(req, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 224 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 228 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 229 data->out_buf = NULL; in eap_wsc_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 252 if (data->out_buf == NULL) { in eap_wsc_buildReq() 253 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq() [all …]
|
| H A D | eap_server_ikev2.c | 21 struct wpabuf *out_buf; member 127 wpabuf_free(data->out_buf); in eap_ikev2_reset() 142 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 177 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 192 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 196 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 197 data->out_buf = NULL; in eap_ikev2_build_msg() 202 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 217 if (data->out_buf == NULL) { in eap_ikev2_buildReq() 218 data->out_buf = ikev2_initiator_build(&data->ikev2); in eap_ikev2_buildReq() [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_program.c | 116 char *out_buf; member 395 char *out_buf; in __archive_read_program() local 402 out_buf = malloc(out_buf_len); in __archive_read_program() 403 if (state == NULL || out_buf == NULL || in __archive_read_program() 411 free(out_buf); in __archive_read_program() 420 state->out_buf = out_buf; in __archive_read_program() 426 free(state->out_buf); in __archive_read_program() 462 p = state->out_buf; in program_filter_read() 476 *buff = state->out_buf; in program_filter_read() 490 free(state->out_buf); in program_filter_close()
|
| /freebsd-14.2/crypto/heimdal/appl/push/ |
| H A D | push.c | 214 char out_buf[PUSH_BUFSIZ]; in doit() local 273 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 276 if (out_len < 0 || out_len > sizeof(out_buf)) in doit() 278 if (net_write (s, out_buf, out_len) != out_len) in doit() 281 fprintf (stderr, "%s", out_buf); in doit() 481 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 484 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 487 out_len = snprintf(out_buf, sizeof(out_buf), in doit() 492 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 494 if (out_len < 0 || out_len > sizeof(out_buf)) in doit() [all …]
|
| /freebsd-14.2/contrib/wpa/src/eap_peer/ |
| H A D | eap_tnc.c | 21 struct wpabuf *out_buf; member 64 wpabuf_free(data->out_buf); in eap_tnc_deinit() 100 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 129 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 133 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 134 data->out_buf = NULL; in eap_tnc_build_msg() 139 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 399 data->out_buf = resp; in eap_tnc_process()
|
| H A D | eap_ikev2.c | 21 struct wpabuf *out_buf; member 112 wpabuf_free(data->out_buf); in eap_ikev2_deinit() 146 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 199 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 203 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 204 data->out_buf = NULL; in eap_ikev2_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 423 if (data->out_buf == NULL) { in eap_ikev2_process() 424 data->out_buf = ikev2_responder_build(&data->ikev2); in eap_ikev2_process() [all …]
|
| H A D | eap_wsc.c | 23 struct wpabuf *out_buf; member 302 wpabuf_free(data->out_buf); in eap_wsc_deinit() 322 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 342 wpabuf_put_be16(resp, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 351 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 355 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 356 data->out_buf = NULL; in eap_wsc_build_msg() 368 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 564 if (data->out_buf == NULL) { in eap_wsc_process() 565 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 27 uint_t km_len, uint8_t *out_buf) in hkdf_sha512_extract() argument 35 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract() 42 uint8_t *out_buf, uint_t out_len) in hkdf_sha512_expand() argument 66 memcpy(out_buf + pos, T, in hkdf_sha512_expand()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 26 uint_t km_len, uint8_t *out_buf) in hkdf_sha512_extract() argument 52 output_cd.cd_raw.iov_base = (char *)out_buf; in hkdf_sha512_extract() 64 uint8_t *out_buf, uint_t out_len) in hkdf_sha512_expand() argument 135 memcpy(out_buf + pos, T, in hkdf_sha512_expand()
|
| /freebsd-14.2/contrib/xz/src/xzdec/ |
| H A D | xzdec.c | 168 uint8_t out_buf[BUFSIZ]; in uncompress() local 171 strm->next_out = out_buf; in uncompress() 206 if (fwrite(out_buf, 1, write_size, stdout) in uncompress() 216 strm->next_out = out_buf; in uncompress()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | dfsan_interface.h | 180 char *out_buf, 185 char *out_buf, 199 size_t SANITIZER_CDECL dfsan_sprint_stack_trace(char *out_buf,
|
| H A D | common_interface_defs.h | 284 char *out_buf, 289 char *out_buf,
|
| /freebsd-14.2/sys/dev/firmware/arm/ |
| H A D | scmi_clk.c | 71 req.out_buf = &out; in scmi_clk_get_rate() 100 req.out_buf = &out; in scmi_clk_set_rate() 130 req.out_buf = &out; in scmi_clk_gate() 249 req.out_buf = &out; in scmi_clk_get_name() 282 req.out_buf = &out; in scmi_clk_attrs() 322 req.out_buf = &out; in scmi_clk_discover()
|
| H A D | scmi.h | 70 void *out_buf; member
|
| /freebsd-14.2/share/examples/libusb20/ |
| H A D | bulk.c | 61 uint8_t out_buf[BUFLEN]; variable 125 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT)) in doit() 209 out_buf[out_len] = (uint8_t)n; in main()
|
| H A D | control.c | 64 uint8_t out_buf[BUFLEN]; variable 121 data = out_buf; in doit() 380 out_buf[out_len] = (uint8_t)n; in main()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 887 char *out_buf, uptr out_buf_size) { in dfsan_sprint_origin_trace() argument 888 CHECK(out_buf); in dfsan_sprint_origin_trace() 910 internal_strncpy(out_buf, trace.data(), out_buf_size - 1); in dfsan_sprint_origin_trace() 911 out_buf[out_buf_size - 1] = '\0'; in dfsan_sprint_origin_trace() 936 dfsan_origin origin, char *out_buf, uptr out_buf_size) { in dfsan_sprint_origin_id_trace() argument 937 CHECK(out_buf); in dfsan_sprint_origin_id_trace() 954 internal_strncpy(out_buf, trace.data(), out_buf_size - 1); in dfsan_sprint_origin_id_trace() 955 out_buf[out_buf_size - 1] = '\0'; in dfsan_sprint_origin_id_trace() 1001 dfsan_sprint_stack_trace(char *out_buf, uptr out_buf_size) { in dfsan_sprint_stack_trace() argument 1002 CHECK(out_buf); in dfsan_sprint_stack_trace() [all …]
|
| /freebsd-14.2/sys/dev/cxgbe/cudbg/ |
| H A D | fastlz_api.c | 84 int write_to_buf(void *out_buf, u32 out_buf_size, u32 *offset, void *in_buf, in write_to_buf() argument 94 memcpy((char *)out_buf + *offset, in_buf, in_buf_size); in write_to_buf() 101 int read_from_buf(void *in_buf, u32 in_buf_size, u32 *offset, void *out_buf, in read_from_buf() argument 107 memcpy((char *)out_buf, (char *)in_buf + *offset, out_buf_size); in read_from_buf()
|
| /freebsd-14.2/sys/dev/xilinx/ |
| H A D | axi_quad_spi.c | 157 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() argument 164 WRITE4(sc, SPI_DTR, out_buf[i]); in spi_txrx()
|
| /freebsd-14.2/sys/arm/freescale/vybrid/ |
| H A D | vf_spi.c | 205 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() argument 216 wreg = out_buf[i]; in spi_txrx()
|
| /freebsd-14.2/contrib/xz/src/xz/ |
| H A D | coder.c | 40 static io_buf out_buf; variable 773 if (io_write(pair, &out_buf, IO_BUFFER_SIZE - strm.avail_out)) in coder_write_output() 777 strm.next_out = out_buf.u8; in coder_write_output() 842 strm.next_out = out_buf.u8; in coder_normal()
|
| /freebsd-14.2/contrib/atf/atf-c/detail/ |
| H A D | fs.c | 809 goto out_buf; in atf_fs_mkdtemp() 814 out_buf: in atf_fs_mkdtemp() 838 goto out_buf; in atf_fs_mkstemp() 844 out_buf: in atf_fs_mkstemp()
|