Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dasn_mime.c254 mime_eol = "\r\n"; in SMIME_write_ASN1_ex()
256 mime_eol = "\n"; 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()
292 BIO_printf(bio, " filename=\"smime.p7s\"%s%s", mime_eol, mime_eol); 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()
325 mime_eol, mime_eol); in SMIME_write_ASN1_ex()
[all …]
/openssl/apps/
H A Dsmime.c186 const char *mime_eol = "\n"; in smime_main() local
282 mime_eol = "\r\n"; in smime_main()
657 BIO_printf(out, "To: %s%s", to, mime_eol); in smime_main()
659 BIO_printf(out, "From: %s%s", from, mime_eol); in smime_main()
661 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in smime_main()
H A Dcms.c317 const char *mime_eol = "\n"; in cms_main() local
457 mime_eol = "\r\n"; in cms_main()
1244 BIO_printf(out, "To: %s%s", to, mime_eol); in cms_main()
1246 BIO_printf(out, "From: %s%s", from, mime_eol); in cms_main()
1248 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in cms_main()

Completed in 12 milliseconds