Home
last modified time | relevance | path

Searched refs:mime_eol (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/asn1/
A Dasn_mime.c249 mime_eol = "\r\n"; in SMIME_write_ASN1_ex()
251 mime_eol = "\n"; in SMIME_write_ASN1_ex()
272 bound, mime_eol, mime_eol); in SMIME_write_ASN1_ex()
274 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
276 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1_ex()
279 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_ASN1_ex()
287 BIO_printf(bio, " filename=\"smime.p7s\"%s%s", mime_eol, mime_eol); in SMIME_write_ASN1_ex()
290 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
310 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); in SMIME_write_ASN1_ex()
318 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
[all …]
/openssl-master/apps/
A Dsmime.c157 const char *mime_eol = "\n"; in smime_main() local
246 mime_eol = "\r\n"; in smime_main()
628 BIO_printf(out, "To: %s%s", to, mime_eol); in smime_main()
630 BIO_printf(out, "From: %s%s", from, mime_eol); in smime_main()
632 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in smime_main()
A Dcms.c310 const char *mime_eol = "\n"; in cms_main() local
446 mime_eol = "\r\n"; in cms_main()
1216 BIO_printf(out, "To: %s%s", to, mime_eol); in cms_main()
1218 BIO_printf(out, "From: %s%s", from, mime_eol); in cms_main()
1220 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in cms_main()

Completed in 8 milliseconds