Lines Matching refs:mime_eol
245 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; in SMIME_write_ASN1_ex() local
254 mime_eol = "\r\n"; in SMIME_write_ASN1_ex()
256 mime_eol = "\n"; in SMIME_write_ASN1_ex()
271 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); in SMIME_write_ASN1_ex()
277 bound, mime_eol, mime_eol); in SMIME_write_ASN1_ex()
279 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
281 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1_ex()
284 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_ASN1_ex()
289 BIO_printf(bio, " name=\"smime.p7s\"%s", mime_eol); in SMIME_write_ASN1_ex()
290 BIO_printf(bio, "Content-Transfer-Encoding: base64%s", mime_eol); in SMIME_write_ASN1_ex()
292 BIO_printf(bio, " filename=\"smime.p7s\"%s%s", mime_eol, mime_eol); in SMIME_write_ASN1_ex()
294 BIO_printf(bio, "%s------%s--%s%s", mime_eol, bound, in SMIME_write_ASN1_ex()
295 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
317 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); in SMIME_write_ASN1_ex()
319 BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1_ex()
323 BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1_ex()
325 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
328 BIO_printf(bio, "%s", mime_eol); in SMIME_write_ASN1_ex()