Searched refs:mime_eol (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/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, boun in SMIME_write_ASN1_ex() [all...] |
/third_party/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, boun in SMIME_write_ASN1_ex() [all...] |
/third_party/node/deps/openssl/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() 629 BIO_printf(out, "To: %s%s", to, mime_eol); in smime_main() 631 BIO_printf(out, "From: %s%s", from, mime_eol); in smime_main() 633 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() 1215 BIO_printf(out, "To: %s%s", to, mime_eol); in cms_main() 1217 BIO_printf(out, "From: %s%s", from, mime_eol); in cms_main() 1219 BIO_printf(out, "Subject: %s%s", subject, mime_eol); in cms_main()
|
/third_party/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() 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()
|
H A D | cms.c | 310 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 11 milliseconds