crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
327
BIO_write(bio, key_handle, key_handle_len) != (int)key_handle_len) {
crypto/openssh/sshkey.c
3537
if (BIO_write(bio, sshbuf_ptr(blob), sshbuf_len(blob)) !=
crypto/openssl/apps/asn1parse.c
291
if (BIO_write(derout, str + offset, length) != (int)length) {
crypto/openssl/apps/dgst.c
596
BIO_write(out, buf, len);
crypto/openssl/apps/enc.c
569
&& (BIO_write(wbio, magic,
crypto/openssl/apps/enc.c
572
|| BIO_write(wbio,
crypto/openssl/apps/enc.c
783
if (BIO_write(wbio, (char *)buff, inl) != inl) {
crypto/openssl/apps/kdf.c
192
BIO_write(out, dkm_bytes, dkm_len);
crypto/openssl/apps/lib/apps.c
2040
|| BIO_write(mem, tbuf, len) != len
crypto/openssl/apps/lib/apps.c
3214
rv = BIO_write(out, mem_buffer->data, mem_buffer->length);
crypto/openssl/apps/lib/s_cb.c
1657
BIO_write(bio, "\n", 1);
crypto/openssl/apps/lib/s_cb.c
1678
BIO_write(b, &c, 1);
crypto/openssl/apps/mac.c
219
BIO_write(out, buf, len);
crypto/openssl/apps/openssl.c
136
ret = BIO_write(trace_data->bio, buf, cnt);
crypto/openssl/apps/pkeyutl.c
612
BIO_write(out, buf_out, buf_outlen);
crypto/openssl/apps/pkeyutl.c
616
BIO_write(secout ? secout : out, secret, secretlen);
crypto/openssl/apps/rand.c
210
if (BIO_write(out, buf, chunk) != chunk)
crypto/openssl/apps/rsautl.c
297
BIO_write(out, rsa_out, rsa_outlen);
crypto/openssl/apps/s_client.c
2600
BIO_write(sbio, tls_will, 3);
crypto/openssl/apps/s_client.c
2601
BIO_write(sbio, tls_follows, 6);
crypto/openssl/apps/s_client.c
2746
BIO_write(sbio, ssl_req, sizeof(ssl_req));
crypto/openssl/apps/s_client.c
2757
BIO_write(sbio, ssl_request, 8);
crypto/openssl/apps/s_client.c
2906
BIO_write(sbio, atyp->value.sequence->data,
crypto/openssl/apps/s_client.c
2996
BIO_write(bio_err, mbuf, mbuf_len);
crypto/openssl/apps/s_client.c
306
BIO_write(bio_c_out, ", ", 2);
crypto/openssl/apps/s_client.c
307
BIO_write(bio_c_out, &in[i + 1], in[i]);
crypto/openssl/apps/s_client.c
310
BIO_write(bio_c_out, "\n", 1);
crypto/openssl/apps/s_client.c
3630
BIO_write(bio, proto, proto_len);
crypto/openssl/apps/s_client.c
3631
BIO_write(bio, "\n", 1);
crypto/openssl/apps/s_client.c
3640
BIO_write(bio, proto, proto_len);
crypto/openssl/apps/s_client.c
3641
BIO_write(bio, "\n", 1);
crypto/openssl/apps/s_server.c
2863
BIO_write(SSL_get_wbio(con), str, sizeof(str) - 1);
crypto/openssl/apps/s_server.c
3203
BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len);
crypto/openssl/apps/s_server.c
3390
BIO_write(edio, buf, (int)readbytes);
crypto/openssl/apps/s_server.c
3483
BIO_write(io, myp, 1);
crypto/openssl/apps/s_server.c
3486
BIO_write(io, " ", 1);
crypto/openssl/apps/s_server.c
3513
BIO_write(io, space, 26 - j);
crypto/openssl/apps/s_server.c
3516
BIO_write(io, ((i % 3) ? " " : "\n"), 1);
crypto/openssl/apps/s_server.c
3518
BIO_write(io, p, 1);
crypto/openssl/apps/s_server.c
365
ret = BIO_write(next, wbuf->buff, inl);
crypto/openssl/apps/s_server.c
3695
k = BIO_write(io, &(buf[j]), i - j);
crypto/openssl/apps/s_server.c
3871
BIO_write(io, buf, i + 1);
crypto/openssl/apps/s_server.c
687
BIO_write(bio_s_out, ", ", 2);
crypto/openssl/apps/s_server.c
688
BIO_write(bio_s_out, &in[i + 1], in[i]);
crypto/openssl/apps/s_server.c
691
BIO_write(bio_s_out, "\n", 1);
crypto/openssl/apps/s_server.c
702
BIO_write(bio_s_out, *out, *outlen);
crypto/openssl/apps/s_server.c
703
BIO_write(bio_s_out, "\n", 1);
crypto/openssl/crypto/asn1/a_i2d_fp.c
52
i = BIO_write(out, &(b[j]), n);
crypto/openssl/crypto/asn1/a_i2d_fp.c
97
i = BIO_write(out, &(b[j]), n);
crypto/openssl/crypto/asn1/a_object.c
187
return BIO_write(bp, "NULL", 4);
crypto/openssl/crypto/asn1/a_object.c
199
i = BIO_write(bp, "<INVALID>", 9);
crypto/openssl/crypto/asn1/a_object.c
204
BIO_write(bp, p, i);
crypto/openssl/crypto/asn1/a_print.c
86
if (BIO_write(bp, buf, n) <= 0)
crypto/openssl/crypto/asn1/a_print.c
92
if (BIO_write(bp, buf, n) <= 0)
crypto/openssl/crypto/asn1/a_strex.c
39
if (BIO_write(arg, buf, len) != len)
crypto/openssl/crypto/asn1/a_time.c
498
return BIO_write(bp, "Bad time value", 14) ? -1 : 0;
crypto/openssl/crypto/asn1/asn1_parse.c
137
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
170
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
175
if (BIO_write(bp, ":", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
177
if ((len > 0) && BIO_write(bp, (const char *)p, (int)len) != (int)len)
crypto/openssl/crypto/asn1/asn1_parse.c
182
if (BIO_write(bp, ":", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
219
if (BIO_write(bp, ":", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
221
if (BIO_write(bp, (const char *)opp, os->length) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
228
if (BIO_write(bp, "[HEX DUMP]:", 11) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
238
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
258
if (BIO_write(bp, ":", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
261
if (BIO_write(bp, "-", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
268
if (BIO_write(bp, "00", 2) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
284
if (BIO_write(bp, ":", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
287
if (BIO_write(bp, "-", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
294
if (BIO_write(bp, "00", 2) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
306
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/asn1_parse.c
331
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/asn_mime.c
168
BIO_write(out, ",", 1);
crypto/openssl/crypto/asn1/asn_mime.c
548
BIO_write(out, linebuf, len);
crypto/openssl/crypto/asn1/asn_mime.c
560
BIO_write(out, "\r\n", 2);
crypto/openssl/crypto/asn1/asn_mime.c
563
BIO_write(out, linebuf, len);
crypto/openssl/crypto/asn1/asn_mime.c
565
BIO_write(out, "\r\n", 2);
crypto/openssl/crypto/asn1/asn_mime.c
569
BIO_write(out, "\r\n", 2);
crypto/openssl/crypto/asn1/asn_mime.c
608
BIO_write(out, iobuf, len);
crypto/openssl/crypto/asn1/asn_mime.c
669
BIO_write(bpart, "\r\n", 2);
crypto/openssl/crypto/asn1/asn_mime.c
671
BIO_write(bpart, "\n", 1);
crypto/openssl/crypto/asn1/asn_mime.c
675
BIO_write(bpart, linebuf, len);
crypto/openssl/crypto/asn1/bio_asn1.c
201
ret = BIO_write(next, ctx->buf + ctx->bufpos, ctx->buflen);
crypto/openssl/crypto/asn1/bio_asn1.c
221
ret = BIO_write(next, in, wrmax);
crypto/openssl/crypto/asn1/bio_asn1.c
259
ret = BIO_write(BIO_next(b), ctx->ex_buf + ctx->ex_pos, ctx->ex_len);
crypto/openssl/crypto/asn1/f_int.c
25
if (BIO_write(bp, "-", 1) != 1)
crypto/openssl/crypto/asn1/f_int.c
31
if (BIO_write(bp, "00", 2) != 2)
crypto/openssl/crypto/asn1/f_int.c
37
if (BIO_write(bp, "\\\n", 2) != 2)
crypto/openssl/crypto/asn1/f_int.c
42
if (BIO_write(bp, buf, 2) != 2)
crypto/openssl/crypto/asn1/f_string.c
25
if (BIO_write(bp, "0", 1) != 1)
crypto/openssl/crypto/asn1/f_string.c
31
if (BIO_write(bp, "\\\n", 2) != 2)
crypto/openssl/crypto/asn1/f_string.c
36
if (BIO_write(bp, buf, 2) != 2)
crypto/openssl/crypto/asn1/t_pkey.c
41
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/asn1/t_spki.c
50
BIO_write(out, "\n ", 7);
crypto/openssl/crypto/asn1/t_spki.c
54
BIO_write(out, "\n", 1);
crypto/openssl/crypto/asn1/tasn_prn.c
337
if (BIO_write(out, spaces, nspaces) != nspaces)
crypto/openssl/crypto/asn1/tasn_prn.c
341
if (BIO_write(out, spaces, indent) != indent)
crypto/openssl/crypto/asn1/tasn_prn.c
362
if (BIO_write(out, ": ", 2) != 2)
crypto/openssl/crypto/bio/bf_buff.c
190
i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),
crypto/openssl/crypto/bio/bf_buff.c
214
i = BIO_write(b->next_bio, in, inl);
crypto/openssl/crypto/bio/bf_buff.c
370
r = BIO_write(b->next_bio,
crypto/openssl/crypto/bio/bf_lbuf.c
154
i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
crypto/openssl/crypto/bio/bf_lbuf.c
174
i = BIO_write(b->next_bio, in, p - in);
crypto/openssl/crypto/bio/bf_lbuf.c
198
i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
crypto/openssl/crypto/bio/bf_lbuf.c
289
r = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
crypto/openssl/crypto/bio/bf_nbio.c
139
ret = BIO_write(b->next_bio, in, inl);
crypto/openssl/crypto/bio/bf_null.c
67
ret = BIO_write(b->next_bio, in, inl);
crypto/openssl/crypto/bio/bf_prefix.c
206
return BIO_write(b, str, strlen(str));
crypto/openssl/crypto/bio/bio_cb.c
114
BIO_write(b, buf, strlen(buf));
crypto/openssl/crypto/bio/bio_dump.c
118
return BIO_write((BIO *)bp, (const char *)data, len);
crypto/openssl/crypto/bio/bio_print.c
913
ret = BIO_write(bio, dynbuf, (int)retlen);
crypto/openssl/crypto/bio/bio_print.c
916
ret = BIO_write(bio, hugebuf, (int)retlen);
crypto/openssl/crypto/bio/bss_acpt.c
398
ret = BIO_write(b->next_bio, in, inl);
crypto/openssl/crypto/bio/bss_conn.c
409
ret = BIO_write(data->dgram_bio, in, inl);
crypto/openssl/crypto/bn/bn_print.c
36
if ((a->neg) && BIO_write(bp, "-", 1) != 1)
crypto/openssl/crypto/bn/bn_print.c
38
if (BN_is_zero(a) && BIO_write(bp, "0", 1) != 1)
crypto/openssl/crypto/bn/bn_print.c
45
if (BIO_write(bp, &Hex[v], 1) != 1)
crypto/openssl/crypto/cms/cms_smime.c
60
if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i))
crypto/openssl/crypto/comp/c_brotli.c
611
ret = BIO_write(next, ctx->encode.ptr, ctx->encode.count);
crypto/openssl/crypto/comp/c_brotli.c
667
ret = BIO_write(next, ctx->encode.ptr, ctx->encode.count);
crypto/openssl/crypto/comp/c_zlib.c
539
ret = BIO_write(next, ctx->optr, ctx->ocount);
crypto/openssl/crypto/comp/c_zlib.c
592
ret = BIO_write(next, ctx->optr, ctx->ocount);
crypto/openssl/crypto/comp/c_zstd.c
670
ret = BIO_write(next, (unsigned char *)ctx->compress.outbuf.dst + ctx->compress.write_pos,
crypto/openssl/crypto/comp/c_zstd.c
722
ret = BIO_write(next, (unsigned char *)ctx->compress.outbuf.dst + ctx->compress.write_pos,
crypto/openssl/crypto/dsa/dsa_ameth.c
394
if (BIO_write(bp, "\n", 1) != 1)
crypto/openssl/crypto/ec/eck_prn.c
235
if (BIO_write(fp, str, off) <= 0)
crypto/openssl/crypto/ec/eck_prn.c
248
if (BIO_write(fp, str, off + 1 + 4) <= 0)
crypto/openssl/crypto/ec/eck_prn.c
254
if (BIO_write(fp, "\n", 1) <= 0)
crypto/openssl/crypto/err/err_prn.c
155
if (BIO_write(bio, "", 1) <= 0)
crypto/openssl/crypto/err/err_prn.c
168
return BIO_write((BIO *)bp, str, len);
crypto/openssl/crypto/evp/bio_b64.c
345
i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
crypto/openssl/crypto/evp/bio_b64.c
415
i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
crypto/openssl/crypto/evp/bio_enc.c
253
i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
crypto/openssl/crypto/evp/bio_enc.c
282
i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
crypto/openssl/crypto/evp/bio_md.c
114
ret = BIO_write(next, in, inl);
crypto/openssl/crypto/evp/bio_ok.c
277
i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
crypto/openssl/crypto/ffc/ffc_params.c
313
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/http/http_client.c
244
if (BIO_write(rctx->mem, ": ", 2) != 2)
crypto/openssl/crypto/http/http_client.c
249
return BIO_write(rctx->mem, "\r\n", 2) == 2;
crypto/openssl/crypto/http/http_client.c
602
if (BIO_write(rctx->mem, buf, n) != n)
crypto/openssl/crypto/http/http_client.c
613
if (BIO_write(rctx->mem, "\r\n", 2) != 2) {
crypto/openssl/crypto/ocsp/ocsp_prn.c
104
if (BIO_write(bp, "\n Requestor Name: ", 21) <= 0)
crypto/openssl/crypto/ocsp/ocsp_prn.c
108
if (BIO_write(bp, "\n Requestor List:\n", 21) <= 0)
crypto/openssl/crypto/ocsp/ocsp_prn.c
227
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/ocsp/ocsp_prn.c
233
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/ocsp/ocsp_prn.c
98
if (BIO_write(bp, "OCSP Request Data:\n", 19) <= 0)
crypto/openssl/crypto/ocsp/v3_ocsp.c
107
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/ocsp/v3_ocsp.c
115
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/ocsp/v3_ocsp.c
99
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/pem/pem_lib.c
650
if ((BIO_write(bp, "-----BEGIN ", 11) != 11) || (BIO_write(bp, name, nlen) != nlen) || (BIO_write(bp, "-----\n", 6) != 6)) {
crypto/openssl/crypto/pem/pem_lib.c
657
if ((BIO_write(bp, header, i) != i) || (BIO_write(bp, "\n", 1) != 1)) {
crypto/openssl/crypto/pem/pem_lib.c
674
if ((outl) && (BIO_write(bp, (char *)buf, outl) != outl)) {
crypto/openssl/crypto/pem/pem_lib.c
683
if ((outl > 0) && (BIO_write(bp, (char *)buf, outl) != outl)) {
crypto/openssl/crypto/pem/pem_lib.c
687
if ((BIO_write(bp, "-----END ", 9) != 9) || (BIO_write(bp, name, nlen) != nlen) || (BIO_write(bp, "-----\n", 6) != 6)) {
crypto/openssl/crypto/pem/pvkfmt.c
1139
wrlen = BIO_write(out, tmp, outlen);
crypto/openssl/crypto/pem/pvkfmt.c
629
wrlen = BIO_write(out, tmp, outlen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
395
if (BIO_write(bio, os->data, os->length) != os->length) {
crypto/openssl/crypto/pkcs7/pk7_smime.c
326
BIO_write(tmpout, buf, i);
crypto/openssl/crypto/pkcs7/pk7_smime.c
535
if (BIO_write(data, buf, i) != i) {
crypto/openssl/crypto/ts/ts_lib.c
29
result = BIO_write(bio, "0x", 2) > 0;
crypto/openssl/crypto/ts/ts_lib.c
30
result = result && BIO_write(bio, hex, strlen(hex)) > 0;
crypto/openssl/crypto/ts/ts_lib.c
67
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_req_print.c
43
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_rsp_print.c
137
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_rsp_print.c
141
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_rsp_print.c
148
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_rsp_print.c
157
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/ts/ts_rsp_print.c
168
BIO_write(bio, "\n", 1);
crypto/openssl/crypto/txt_db/txt_db.c
224
if (BIO_write(out, buf->data, (int)j) != j)
crypto/openssl/crypto/x509/t_acert.c
126
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
149
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
167
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
185
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
203
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
218
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
264
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_acert.c
57
if (BIO_write(bp, (char *)bs->data, bs->length) != bs->length)
crypto/openssl/crypto/x509/t_req.c
141
if (BIO_write(bp, " ", 1) != 1)
crypto/openssl/crypto/x509/t_req.c
151
if (BIO_write(bp, (char *)bs->data, bs->length)
crypto/openssl/crypto/x509/t_req.c
192
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_req.c
56
if (BIO_write(bp, "Certificate Request:\n", 21) <= 0)
crypto/openssl/crypto/x509/t_req.c
58
if (BIO_write(bp, " Data:\n", 10) <= 0)
crypto/openssl/crypto/x509/t_req.c
78
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_req.c
84
if (BIO_write(bp, " Subject Public Key Info:\n", 33) <= 0)
crypto/openssl/crypto/x509/t_x509.c
112
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_x509.c
116
if (BIO_write(bp, " Validity\n", 17) <= 0)
crypto/openssl/crypto/x509/t_x509.c
118
if (BIO_write(bp, " Not Before: ", 24) <= 0)
crypto/openssl/crypto/x509/t_x509.c
122
if (BIO_write(bp, "\n Not After : ", 25) <= 0)
crypto/openssl/crypto/x509/t_x509.c
126
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_x509.c
134
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_x509.c
141
if (BIO_write(bp, " Subject Public Key Info:\n", 33) <= 0)
crypto/openssl/crypto/x509/t_x509.c
273
if (i > 0 && BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/t_x509.c
281
if (BIO_write(bp, "\n", 1) != 1)
crypto/openssl/crypto/x509/t_x509.c
309
if (BIO_write(bp, "\n", 1) != 1)
crypto/openssl/crypto/x509/t_x509.c
365
BIO_write(out, "\n", 1);
crypto/openssl/crypto/x509/t_x509.c
71
if (BIO_write(bp, "Certificate:\n", 13) <= 0)
crypto/openssl/crypto/x509/t_x509.c
73
if (BIO_write(bp, " Data:\n", 10) <= 0)
crypto/openssl/crypto/x509/t_x509.c
89
if (BIO_write(bp, " Serial Number:", 22) <= 0)
crypto/openssl/crypto/x509/v3_ac_tgt.c
153
if (BIO_write(out, "\n", 1) != 1)
crypto/openssl/crypto/x509/v3_ist.c
106
BIO_write(out, ist->signTool->data, ist->signTool->length);
crypto/openssl/crypto/x509/v3_ist.c
111
BIO_write(out, "\n", 1);
crypto/openssl/crypto/x509/v3_ist.c
114
BIO_write(out, ist->cATool->data, ist->cATool->length);
crypto/openssl/crypto/x509/v3_ist.c
119
BIO_write(out, "\n", 1);
crypto/openssl/crypto/x509/v3_ist.c
122
BIO_write(out, ist->signToolCert->data, ist->signToolCert->length);
crypto/openssl/crypto/x509/v3_ist.c
127
BIO_write(out, "\n", 1);
crypto/openssl/crypto/x509/v3_ist.c
130
BIO_write(out, ist->cAToolCert->data, ist->cAToolCert->length);
crypto/openssl/crypto/x509/v3_pku.c
42
BIO_write(out, "Not Before: ", 12);
crypto/openssl/crypto/x509/v3_pku.c
45
BIO_write(out, ", ", 2);
crypto/openssl/crypto/x509/v3_pku.c
48
BIO_write(out, "Not After: ", 11);
crypto/openssl/crypto/x509/v3_prn.c
172
if (BIO_write(bp, "\n", 1) <= 0)
crypto/openssl/crypto/x509/x_name.c
520
if (BIO_write(bp, c, i) != i)
crypto/openssl/crypto/x509/x_name.c
524
if (BIO_write(bp, ", ", 2) != 2)
crypto/openssl/demos/bio/client-arg.c
102
BIO_write(out, tmpbuf, len);
crypto/openssl/demos/bio/client-conf.c
110
BIO_write(out, tmpbuf, len);
crypto/openssl/demos/bio/sconnect.c
89
i = BIO_write(out, &(p[off]), len);
crypto/openssl/doc/designs/ddd/ddd-01-conn-blocking.c
103
return BIO_write(bio, buf, buf_len);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
146
l = BIO_write(conn->ssl_bio, buf, buf_len);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
158
l = BIO_write(conn->ssl_bio, buf, buf_len);
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
143
l = BIO_write(conn->ssl_bio, buf, buf_len);
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
211
return BIO_write(conn->net_bio, buf, buf_len);
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
367
int wr = BIO_write(conn->net_bio, buf->base, nr);
crypto/openssl/fuzz/client.c
92
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/cmp.c
179
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/cms.c
37
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/conf.c
37
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/dtlsclient.c
92
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/dtlsserver.c
3467
OPENSSL_assert((size_t)BIO_write(bio_buf, RSAPrivateKeyPEM, sizeof(RSAPrivateKeyPEM)) == sizeof(RSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3480
OPENSSL_assert((size_t)BIO_write(bio_buf, RSACertificatePEM, sizeof(RSACertificatePEM)) == sizeof(RSACertificatePEM));
crypto/openssl/fuzz/dtlsserver.c
3492
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3504
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
crypto/openssl/fuzz/dtlsserver.c
3516
OPENSSL_assert((size_t)BIO_write(bio_buf, DSAPrivateKeyPEM, sizeof(DSAPrivateKeyPEM)) == sizeof(DSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3528
OPENSSL_assert((size_t)BIO_write(bio_buf, DSACertPEM, sizeof(DSACertPEM)) == sizeof(DSACertPEM));
crypto/openssl/fuzz/dtlsserver.c
3543
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/pem.c
34
OPENSSL_assert((size_t)BIO_write(in, buf + 1, len - 1) == len - 1);
crypto/openssl/fuzz/pem.c
37
BIO_write(in, name, strlen(name));
crypto/openssl/fuzz/pem.c
38
BIO_write(in, header, strlen(header));
crypto/openssl/fuzz/pem.c
39
BIO_write(in, data, outlen);
crypto/openssl/fuzz/quic-client.c
252
BIO_write(in, buf + 2, size);
crypto/openssl/fuzz/quic-server.c
242
BIO_write(in, buf + 2, size);
crypto/openssl/fuzz/server.c
2376
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
crypto/openssl/fuzz/server.c
2388
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
crypto/openssl/fuzz/server.c
2400
OPENSSL_assert((size_t)BIO_write(bio_buf, DSAPrivateKeyPEM, sizeof(DSAPrivateKeyPEM)) == sizeof(DSAPrivateKeyPEM));
crypto/openssl/fuzz/server.c
2412
OPENSSL_assert((size_t)BIO_write(bio_buf, DSACertPEM, sizeof(DSACertPEM)) == sizeof(DSACertPEM));
crypto/openssl/fuzz/server.c
2430
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/include/openssl/bio.h
749
int BIO_write(BIO *b, const void *data, int dlen);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
387
ret = BIO_write(out, der, derlen);
crypto/openssl/providers/implementations/encode_decode/encode_key2blob.c
37
ret = BIO_write(out, data, len);
crypto/openssl/ssl/bio_ssl.c
439
ret = BIO_write(bp, str, n);
crypto/openssl/ssl/d1_lib.c
766
if (BIO_write(wbio, wbuf, wreclen) < (int)wreclen) {
crypto/openssl/ssl/d1_lib.c
819
if (BIO_write(s->rlayer.rrlnext, buf, n) != n) {
crypto/openssl/ssl/record/methods/tls_common.c
1937
i = BIO_write(rl->bio, (char *)&(TLS_BUFFER_get_buf(thiswb)[TLS_BUFFER_get_offset(thiswb)]),
crypto/openssl/ssl/s3_enc.c
257
ret = BIO_write(s->s3.handshake_buffer, (void *)buf, (int)len);
crypto/openssl/ssl/t1_trce.c
810
BIO_write(bio, ext, plen);
crypto/openssl/test/asynciotest.c
222
ret = BIO_write(next, smallrec, MIN_RECORD_LEN);
crypto/openssl/test/asynciotest.c
242
ret = BIO_write(next, in + written, inl - written);
crypto/openssl/test/bad_dtls_test.c
330
BIO_write(rbio, hello_verify, sizeof(hello_verify));
crypto/openssl/test/bad_dtls_test.c
462
BIO_write(rbio, server_hello, sizeof(server_hello));
crypto/openssl/test/bad_dtls_test.c
463
BIO_write(rbio, change_cipher_spec, sizeof(change_cipher_spec));
crypto/openssl/test/bad_dtls_test.c
537
BIO_write(rbio, &type, 1);
crypto/openssl/test/bad_dtls_test.c
538
BIO_write(rbio, ver, 2);
crypto/openssl/test/bad_dtls_test.c
539
BIO_write(rbio, epoch, 2);
crypto/openssl/test/bad_dtls_test.c
540
BIO_write(rbio, seq, 6);
crypto/openssl/test/bad_dtls_test.c
543
BIO_write(rbio, lenbytes, 2);
crypto/openssl/test/bad_dtls_test.c
545
BIO_write(rbio, iv, sizeof(iv));
crypto/openssl/test/bad_dtls_test.c
546
BIO_write(rbio, enc, len);
crypto/openssl/test/bio_base64_test.c
104
return BIO_write(mem, encoded, elen) == elen;
crypto/openssl/test/bio_base64_test.c
144
if (pos > 0 && BIO_write(mem, &nl, 1) != 1)
crypto/openssl/test/bio_base64_test.c
164
if ((*prefix && (BIO_write(mem, prefix, preflen) != preflen || BIO_write(mem, &newline, 1) != 1))
crypto/openssl/test/bio_base64_test.c
166
|| (*suffix && (BIO_write(mem, suffix, sufflen) != sufflen || BIO_write(mem, &newline, 1) != 1))) {
crypto/openssl/test/bio_base64_test.c
239
BIO_write(bio, encoded, n1);
crypto/openssl/test/bio_base64_test.c
250
BIO_write(bio, encoded + n1, elen - n1);
crypto/openssl/test/bio_base64_test.c
67
if (BIO_write(mem, &c, 1) != 1)
crypto/openssl/test/bio_base64_test.c
72
if (BIO_write(mem, &c, 1) != 1)
crypto/openssl/test/bio_callback_test.c
235
i = BIO_write(bio, test1, test1len);
crypto/openssl/test/bio_callback_test.c
63
i = BIO_write(bio, test1, test1len);
crypto/openssl/test/bio_comp_test.c
54
osize = BIO_write(bcomp, original, size);
crypto/openssl/test/bio_core_test.c
96
if (!TEST_int_gt(BIO_write(cbio, msg, strlen(msg) + 1), 0)
crypto/openssl/test/bio_dgram_test.c
210
if (!TEST_int_gt(BIO_write(b1, "hello", 5), 0))
crypto/openssl/test/bio_dgram_test.c
556
r = BIO_write(bio1, scratch + 4, blen);
crypto/openssl/test/bio_dgram_test.c
744
r = BIO_write(bio1, scratch, 64);
crypto/openssl/test/bio_enc_test.c
292
|| !TEST_int_gt(BIO_write(cbio, pbuf, sizeof(pbuf) - 1), 0)
crypto/openssl/test/bio_memleak_test.c
87
if (!TEST_int_lt(BIO_write(bio, "test", 4), 0))
crypto/openssl/test/ct_test.c
139
if (!TEST_true(BIO_write(text_buffer, "\0", 1)))
crypto/openssl/test/ct_test.c
165
if (!TEST_true(BIO_write(text_buffer, "\n", 1)))
crypto/openssl/test/ct_test.c
169
if (!TEST_true(BIO_write(text_buffer, "\0", 1)))
crypto/openssl/test/dtlstest.c
442
if (!TEST_int_eq(BIO_write(sbio, buf, sizeof(buf)), sizeof(buf)))
crypto/openssl/test/fatalerrtest.c
63
if (!TEST_int_gt(BIO_write(wbio, dummyrec, sizeof(dummyrec)), 0))
crypto/openssl/test/helpers/ssltestlib.c
219
ret = BIO_write(next, in, inl);
crypto/openssl/test/helpers/ssltestlib.c
918
return BIO_write(BIO_next(bio), in, inl);
crypto/openssl/test/http_test.c
133
return BIO_write(out, hdr, count) == count;
crypto/openssl/test/membio_test.c
40
if (!TEST_int_eq(BIO_write(bio, msg1, sizeof(msg1)), sizeof(msg1)))
crypto/openssl/test/membio_test.c
42
if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2)))
crypto/openssl/test/membio_test.c
44
if (!TEST_int_eq(BIO_write(bio, msg3, sizeof(msg3)), sizeof(msg3)))
crypto/openssl/test/membio_test.c
46
if (!TEST_int_eq(BIO_write(bio, msg4, sizeof(msg4)), sizeof(msg4)))
crypto/openssl/test/membio_test.c
61
if (!TEST_int_eq(BIO_write(bio, msg1, sizeof(msg1)), sizeof(msg1)))
crypto/openssl/test/membio_test.c
63
if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2)))
crypto/openssl/test/membio_test.c
68
if (!TEST_int_eq(BIO_write(bio, msg3, sizeof(msg3)), sizeof(msg3)))
crypto/openssl/test/membio_test.c
80
if (!TEST_int_eq(BIO_write(bio, msg1, sizeof(msg1)), sizeof(msg1)))
crypto/openssl/test/membio_test.c
82
if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2)))
crypto/openssl/test/membio_test.c
96
if (!TEST_int_eq(BIO_write(bio, NULL, 0), 0)
crypto/openssl/test/provider_pkey_test.c
722
|| !TEST_int_gt(BIO_write(bio_priv, pem_rsa_priv_key, sizeof(pem_rsa_priv_key)), 0)
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
989
BIO_write(outbiolist[poll_idx], buf, readbytes);
crypto/openssl/test/radix/quic_bindings.c
359
BIO_write(bio, p, l);
crypto/openssl/test/ssl_old_test.c
155
BIO_write(bio_stdout, client_s, client_len);
crypto/openssl/test/ssl_old_test.c
161
BIO_write(bio_stdout, server_s, server_len);
crypto/openssl/test/ssl_old_test.c
2031
r = BIO_write(c_ssl_bio, cbuf, i);
crypto/openssl/test/ssl_old_test.c
2110
r = BIO_write(s_ssl_bio, sbuf, i);
crypto/openssl/test/ssl_old_test.c
2309
r = BIO_write(c_ssl_bio, cbuf, i);
crypto/openssl/test/ssl_old_test.c
2388
r = BIO_write(s_ssl_bio, sbuf, i);
crypto/openssl/test/ssl_old_test.c
2467
r = BIO_write(io2, dataptr, (int)num);
crypto/openssl/test/ssl_old_test.c
2696
i = BIO_write(c_bio, cbuf, j);
crypto/openssl/test/ssl_old_test.c
2798
i = BIO_write(s_bio, sbuf, j);
crypto/openssl/test/ssl_old_test.c
370
BIO_write(bio_stdout, client_proto, client_proto_len);
crypto/openssl/test/ssl_old_test.c
372
BIO_write(bio_stdout, server_proto, server_proto_len);
crypto/openssl/test/sslapitest.c
13565
if (!TEST_int_gt(BIO_write(b, verbs[idx], (int)strlen(verbs[idx])), 0))
crypto/openssl/test/sslapitest.c
13567
if (!TEST_int_gt(BIO_write(b, http_trailer, (int)strlen(http_trailer)), 0))
crypto/openssl/test/sslapitest.c
1392
if (BIO_write(out, buf, SENDFILE_SZ) != SENDFILE_SZ)
crypto/openssl/test/sslcorrupttest.c
48
ret = BIO_write(next, copy, inl);
crypto/openssl/test/sslcorrupttest.c
51
ret = BIO_write(next, in, inl);
crypto/openssl/test/testutil/testutil_init.c
42
ret = BIO_write(trace_data->bio, buf, cnt);
crypto/openssl/test/tls13ccstest.c
208
ret = BIO_write(next, in, inl);
usr.sbin/uefisign/uefisign.c
224
BIO_write(t_bio, buf + 2, len - 2);