Searched refs:mime_eol (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_mime.c | 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() [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | smime.c | 157 const char *mime_eol = "\n"; in smime_main() local 246 mime_eol = "\r\n"; in smime_main() 635 BIO_printf(out, "To: %s%s", to, mime_eol); in smime_main() 637 BIO_printf(out, "From: %s%s", from, mime_eol); in smime_main() 639 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in smime_main()
|
H A D | cms.c | 310 const char *mime_eol = "\n"; in cms_main() local 446 mime_eol = "\r\n"; in cms_main() 1231 BIO_printf(out, "To: %s%s", to, mime_eol); in cms_main() 1233 BIO_printf(out, "From: %s%s", from, mime_eol); in cms_main() 1235 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in cms_main()
|