crypto/libressl/apps/openssl/apps.c
1917
if (BIO_write(mem, tbuf, len) != len) {
crypto/libressl/apps/openssl/asn1pars.c
395
if (BIO_write(derout, str + asn1pars_config.offset,
crypto/libressl/apps/openssl/dgst.c
653
BIO_write(out, buf, len);
crypto/libressl/apps/openssl/dhparam.c
499
BIO_write(BN_GENCB_get_arg(cb), &c, 1);
crypto/libressl/apps/openssl/dsaparam.c
372
BIO_write(BN_GENCB_get_arg(cb), &c, 1);
crypto/libressl/apps/openssl/enc.c
593
&& (BIO_write(wbio, magic,
crypto/libressl/apps/openssl/enc.c
595
|| BIO_write(wbio,
crypto/libressl/apps/openssl/enc.c
742
if (BIO_write(wbio, (char *) buff, inl) != inl) {
crypto/libressl/apps/openssl/gendh.c
217
BIO_write(BN_GENCB_get_arg(cb), &c, 1);
crypto/libressl/apps/openssl/genpkey.c
417
BIO_write(b, &c, 1);
crypto/libressl/apps/openssl/genrsa.c
388
BIO_write(BN_GENCB_get_arg(cb), &c, 1);
crypto/libressl/apps/openssl/pkeyutl.c
390
BIO_write(out, buf_out, buf_outlen);
crypto/libressl/apps/openssl/rand.c
169
BIO_write(out, buf, chunk);
crypto/libressl/apps/openssl/req.c
1731
BIO_write(b, &c, 1);
crypto/libressl/apps/openssl/rsautl.c
393
BIO_write(out, rsa_out, rsa_outlen);
crypto/libressl/apps/openssl/s_client.c
1375
BIO_write(bio_err, mbuf, mbuf_len);
crypto/libressl/apps/openssl/s_client.c
1726
BIO_write(bio, buf, strlen(buf));
crypto/libressl/apps/openssl/s_client.c
1727
BIO_write(bio, "\n", 1);
crypto/libressl/apps/openssl/s_client.c
1747
BIO_write(bio, space, 15 - j % 25);
crypto/libressl/apps/openssl/s_client.c
1750
BIO_write(bio,
crypto/libressl/apps/openssl/s_client.c
1753
BIO_write(bio, p, 1);
crypto/libressl/apps/openssl/s_client.c
1758
BIO_write(bio, "\n", 1);
crypto/libressl/apps/openssl/s_client.c
1806
BIO_write(bio, proto, proto_len);
crypto/libressl/apps/openssl/s_client.c
1807
BIO_write(bio, "\n", 1);
crypto/libressl/apps/openssl/s_server.c
1735
BIO_write(SSL_get_wbio(con), str,
crypto/libressl/apps/openssl/s_server.c
2055
BIO_write(io, " ", 1);
crypto/libressl/apps/openssl/s_server.c
2088
BIO_write(io, space, 26 - j);
crypto/libressl/apps/openssl/s_server.c
2091
BIO_write(io,
crypto/libressl/apps/openssl/s_server.c
2094
BIO_write(io, p, 1);
crypto/libressl/apps/openssl/s_server.c
2225
k = BIO_write(io, &(buf[j]), i - j);
crypto/libressl/apps/openssl/s_server.c
2462
BIO_write(bio_s_out, ", ", 2);
crypto/libressl/apps/openssl/s_server.c
2463
BIO_write(bio_s_out, &in[i + 1], in[i]);
crypto/libressl/apps/openssl/s_server.c
2466
BIO_write(bio_s_out, "\n", 1);
crypto/libressl/apps/openssl/s_server.c
2475
BIO_write(bio_s_out, *out, *outlen);
crypto/libressl/apps/openssl/s_server.c
2476
BIO_write(bio_s_out, "\n", 1);
crypto/libressl/crypto/asn1/a_enum.c
234
if (BIO_write(bp, "00", 2) != 2)
crypto/libressl/crypto/asn1/a_enum.c
240
if (BIO_write(bp, "\\\n", 2) != 2)
crypto/libressl/crypto/asn1/a_enum.c
246
if (BIO_write(bp, buf, 2) != 2)
crypto/libressl/crypto/asn1/a_int.c
395
if (BIO_write(bp, "-", 1) != 1)
crypto/libressl/crypto/asn1/a_int.c
401
if (BIO_write(bp, "00", 2) != 2)
crypto/libressl/crypto/asn1/a_int.c
407
if (BIO_write(bp, "\\\n", 2) != 2)
crypto/libressl/crypto/asn1/a_int.c
413
if (BIO_write(bp, buf, 2) != 2)
crypto/libressl/crypto/asn1/a_object.c
504
return BIO_write(bp, "NULL", 4);
crypto/libressl/crypto/asn1/a_object.c
509
ret = BIO_write(bp, "<INVALID>", 9);
crypto/libressl/crypto/asn1/a_object.c
515
ret = BIO_write(bp, data, strlen(data));
crypto/libressl/crypto/asn1/a_strex.c
92
if (BIO_write(arg, buf, len) != len)
crypto/libressl/crypto/asn1/a_string.c
259
if (BIO_write(bp, buf, n) <= 0)
crypto/libressl/crypto/asn1/a_string.c
265
if (BIO_write(bp, buf, n) <= 0)
crypto/libressl/crypto/asn1/a_string.c
325
if (BIO_write(bp, "0", 1) != 1)
crypto/libressl/crypto/asn1/a_string.c
331
if (BIO_write(bp, "\\\n", 2) != 2)
crypto/libressl/crypto/asn1/a_string.c
337
if (BIO_write(bp, buf, 2) != 2)
crypto/libressl/crypto/asn1/asn1_item.c
624
i = BIO_write(out, &(b[j]), n);
crypto/libressl/crypto/asn1/asn1_old.c
166
i = BIO_write(out, &(b[j]), n);
crypto/libressl/crypto/asn1/asn1_par.c
145
if (BIO_write(bp, "Error in encoding\n", 18) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
170
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
205
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
217
if (BIO_write(bp, ":", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
220
BIO_write(bp, (const char *)p, (int)len) !=
crypto/libressl/crypto/asn1/asn1_par.c
227
if (BIO_write(bp, ":", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
231
if (BIO_write(bp, ":BAD OBJECT",
crypto/libressl/crypto/asn1/asn1_par.c
239
if (BIO_write(bp, "Bad boolean\n",
crypto/libressl/crypto/asn1/asn1_par.c
266
if (BIO_write(bp, ":", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
268
if (BIO_write(bp, (const char *)opp,
crypto/libressl/crypto/asn1/asn1_par.c
274
if (BIO_write(bp, "[HEX DUMP]:", 11) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
284
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
304
if (BIO_write(bp, ":", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
307
if (BIO_write(bp, "-", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
315
if (BIO_write(bp, "00", 2) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
319
if (BIO_write(bp, "BAD INTEGER", 11) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
330
if (BIO_write(bp, ":", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
333
if (BIO_write(bp, "-", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
341
if (BIO_write(bp, "00", 2) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
345
if (BIO_write(bp, "BAD ENUMERATED", 14) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
352
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
363
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/asn1_par.c
81
if (BIO_write(bp, p, 6) < 6)
crypto/libressl/crypto/asn1/asn_mime.c
215
BIO_write(out, ",", 1);
crypto/libressl/crypto/asn1/asn_mime.c
551
BIO_write(out, linebuf, len);
crypto/libressl/crypto/asn1/asn_mime.c
558
BIO_write(out, linebuf, len);
crypto/libressl/crypto/asn1/asn_mime.c
560
BIO_write(out, "\r\n", 2);
crypto/libressl/crypto/asn1/asn_mime.c
595
BIO_write(out, iobuf, len);
crypto/libressl/crypto/asn1/asn_mime.c
646
BIO_write(bpart, "\r\n", 2);
crypto/libressl/crypto/asn1/asn_mime.c
649
BIO_write(bpart, linebuf, len);
crypto/libressl/crypto/asn1/bio_asn1.c
235
ret = BIO_write(b->next_bio,
crypto/libressl/crypto/asn1/bio_asn1.c
255
ret = BIO_write(b->next_bio, in, wrmax);
crypto/libressl/crypto/asn1/bio_asn1.c
292
ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
crypto/libressl/crypto/asn1/t_pkey.c
112
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_req.c
119
if (BIO_write(bp, "Certificate Request:\n", 21) <= 0)
crypto/libressl/crypto/asn1/t_req.c
121
if (BIO_write(bp, " Data:\n", 10) <= 0)
crypto/libressl/crypto/asn1/t_req.c
141
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_req.c
145
if (BIO_write(bp, " Subject Public Key Info:\n",
crypto/libressl/crypto/asn1/t_req.c
196
if (BIO_write(bp, " ", 1) != 1)
crypto/libressl/crypto/asn1/t_req.c
203
if (BIO_write(bp, (char *)bs->data,
crypto/libressl/crypto/asn1/t_req.c
237
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_spki.c
109
BIO_write(out, "\n ", 7);
crypto/libressl/crypto/asn1/t_spki.c
113
BIO_write(out, "\n", 1);
crypto/libressl/crypto/asn1/t_x509.c
132
if (BIO_write(bp, "Certificate:\n", 13) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
134
if (BIO_write(bp, " Data:\n", 10) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
150
if (BIO_write(bp, " Serial Number:", 22) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
188
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
192
if (BIO_write(bp, " Validity\n", 17) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
194
if (BIO_write(bp, " Not Before: ", 24) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
198
if (BIO_write(bp, "\n Not After : ", 25) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
202
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
211
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
215
if (BIO_write(bp, " Subject Public Key Info:\n",
crypto/libressl/crypto/asn1/t_x509.c
315
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
324
if (BIO_write(bp, "\n", 1) != 1)
crypto/libressl/crypto/asn1/t_x509.c
363
BIO_write(bp, "Bad time value", 14);
crypto/libressl/crypto/asn1/t_x509.c
422
BIO_write(bp, "Bad time value", 14);
crypto/libressl/crypto/asn1/t_x509.c
465
BIO_write(bp, "Bad time value", 14);
crypto/libressl/crypto/asn1/t_x509.c
492
if (BIO_write(bp, c, i) != i)
crypto/libressl/crypto/asn1/t_x509.c
496
if (BIO_write(bp, ", ", 2) != 2)
crypto/libressl/crypto/asn1/t_x509a.c
116
BIO_write(out, "\n", 1);
crypto/libressl/crypto/asn1/tasn_prn.c
394
if (BIO_write(out, spaces, nspaces) != nspaces)
crypto/libressl/crypto/asn1/tasn_prn.c
398
if (BIO_write(out, spaces, indent) != indent)
crypto/libressl/crypto/asn1/tasn_prn.c
419
if (BIO_write(out, ": ", 2) != 2)
crypto/libressl/crypto/bio/b_dump.c
174
return BIO_write((BIO *)bp, (const char *)data, len);
crypto/libressl/crypto/bio/b_print.c
23
return BIO_write(cookie, buf, nbytes);
crypto/libressl/crypto/bio/b_print.c
54
BIO_write(bio, buf, ret);
crypto/libressl/crypto/bio/bf_buff.c
251
i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),
crypto/libressl/crypto/bio/bf_buff.c
273
i = BIO_write(b->next_bio, in, inl);
crypto/libressl/crypto/bio/bf_buff.c
420
r = BIO_write(b->next_bio,
crypto/libressl/crypto/bio/bf_nbio.c
193
ret = BIO_write(b->next_bio, in, inl);
crypto/libressl/crypto/bio/bio_cb.c
151
BIO_write(b, buf, strlen(buf));
crypto/libressl/crypto/bio/bss_acpt.c
325
ret = BIO_write(b->next_bio, in, inl);
crypto/libressl/crypto/bn/bn_print.c
374
if ((a->neg) && (BIO_write(bp, "-", 1) != 1))
crypto/libressl/crypto/bn/bn_print.c
376
if (BN_is_zero(a) && (BIO_write(bp, "0", 1) != 1))
crypto/libressl/crypto/bn/bn_print.c
383
if (BIO_write(bp, &(Hex[v]), 1) != 1)
crypto/libressl/crypto/cms/cms_smime.c
107
if (tmpout && (BIO_write(tmpout, buf, i) != i))
crypto/libressl/crypto/dsa/dsa_ameth.c
609
if (BIO_write(bp, "\n", 1) != 1)
crypto/libressl/crypto/ec/eck_prn.c
339
if (BIO_write(fp, str, off) <= 0)
crypto/libressl/crypto/ec/eck_prn.c
349
if (BIO_write(fp, str, off + 1 + 4) <= 0)
crypto/libressl/crypto/ec/eck_prn.c
355
if (BIO_write(fp, "\n", 1) <= 0)
crypto/libressl/crypto/err/err_prn.c
112
return BIO_write((BIO *)bp, str, len);
crypto/libressl/crypto/evp/bio_b64.c
377
i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
crypto/libressl/crypto/evp/bio_b64.c
450
i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
crypto/libressl/crypto/evp/bio_enc.c
246
i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
crypto/libressl/crypto/evp/bio_enc.c
271
i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
crypto/libressl/crypto/evp/bio_md.c
162
ret = BIO_write(b->next_bio, in, inl);
crypto/libressl/crypto/ocsp/ocsp_ht.c
141
if (BIO_write(rctx->mem, ": ", 2) != 2)
crypto/libressl/crypto/ocsp/ocsp_ht.c
146
if (BIO_write(rctx->mem, "\r\n", 2) != 2)
crypto/libressl/crypto/ocsp/ocsp_ht.c
279
if (BIO_write(rctx->mem, rctx->iobuf, n) != n)
crypto/libressl/crypto/ocsp/ocsp_ht.c
286
i = BIO_write(rctx->io,
crypto/libressl/crypto/ocsp/ocsp_prn.c
155
if (BIO_write(bp, "OCSP Request Data:\n", 19) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
161
if (BIO_write(bp, "\n Requestor Name: ", 21) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
165
if (BIO_write(bp, "\n Requestor List:\n", 21) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
289
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
294
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/pem/pem_lib.c
606
if ((BIO_write(bp, "-----BEGIN ", 11) != 11) ||
crypto/libressl/crypto/pem/pem_lib.c
607
(BIO_write(bp, name, nlen) != nlen) ||
crypto/libressl/crypto/pem/pem_lib.c
608
(BIO_write(bp, "-----\n", 6) != 6))
crypto/libressl/crypto/pem/pem_lib.c
612
if ((BIO_write(bp, header, i) != i) ||
crypto/libressl/crypto/pem/pem_lib.c
613
(BIO_write(bp, "\n", 1) != 1))
crypto/libressl/crypto/pem/pem_lib.c
628
if ((outl) && (BIO_write(bp, (char *)buf, outl) != outl))
crypto/libressl/crypto/pem/pem_lib.c
635
if ((outl > 0) && (BIO_write(bp, (char *)buf, outl) != outl))
crypto/libressl/crypto/pem/pem_lib.c
639
if ((BIO_write(bp, "-----END ", 9) != 9) ||
crypto/libressl/crypto/pem/pem_lib.c
640
(BIO_write(bp, name, nlen) != nlen) ||
crypto/libressl/crypto/pem/pem_lib.c
641
(BIO_write(bp, "-----\n", 6) != 6))
crypto/libressl/crypto/pem/pvkfmt.c
539
wrlen = BIO_write(out, tmp, outlen);
crypto/libressl/crypto/pem/pvkfmt.c
925
wrlen = BIO_write(out, tmp, outlen);
crypto/libressl/crypto/pkcs7/pk7_smime.c
390
BIO_write(tmpout, buf, i);
crypto/libressl/crypto/pkcs7/pk7_smime.c
584
if (BIO_write(data, buf, i) != i) {
crypto/libressl/crypto/ts/ts_lib.c
101
BIO_write(bio, obj_txt, len);
crypto/libressl/crypto/ts/ts_lib.c
102
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_lib.c
125
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_lib.c
84
result = BIO_write(bio, "0x", 2) > 0;
crypto/libressl/crypto/ts/ts_lib.c
85
result = result && BIO_write(bio, hex, strlen(hex)) > 0;
crypto/libressl/crypto/ts/ts_req_print.c
96
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_rsp_print.c
230
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_rsp_print.c
236
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_rsp_print.c
245
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_rsp_print.c
258
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/ts/ts_rsp_print.c
271
BIO_write(bio, "\n", 1);
crypto/libressl/crypto/txt_db/txt_db.c
283
if (BIO_write(out, buf->data, (int)j) != j)
crypto/libressl/crypto/x509/x509_ocsp.c
226
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
234
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
242
if (BIO_write(bp, "\n", 1) <= 0)
crypto/libressl/crypto/x509/x509_pku.c
144
BIO_write(out, "Not Before: ", 12);
crypto/libressl/crypto/x509/x509_pku.c
147
BIO_write(out, ", ", 2);
crypto/libressl/crypto/x509/x509_pku.c
150
BIO_write(out, "Not After: ", 11);
crypto/libressl/crypto/x509/x509_prn.c
185
if (BIO_write(bp, "\n",1) <= 0)
crypto/libressl/include/openssl/bio.h
571
int BIO_write(BIO *b, const void *data, int len)
crypto/libressl/ssl/bio_ssl.c
496
ret = BIO_write(bp, str, n);
crypto/libressl/ssl/ssl_pkt.c
660
i = BIO_write(s->wbio, (char *)&(wb->buf[wb->offset]),
crypto/libressl/ssl/tls13_legacy.c
75
if ((n = BIO_write(ssl->wbio, buf, len)) <= 0) {
crypto/openssh/sshkey.c
3437
if (BIO_write(bio, sshbuf_ptr(blob), sshbuf_len(blob)) !=
usr.sbin/uefisign/uefisign.c
225
BIO_write(t_bio, buf + 2, len - 2);