| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn_mime.c | 256 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; local 265 mime_eol = "\r\n"; 267 mime_eol = "\n"; 282 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); 289 bound, mime_eol, mime_eol); 291 mime_eol, mime_eol); 293 BIO_printf(bio, "------%s%s", bound, mime_eol); 296 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn_mime.c | 245 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; local 254 mime_eol = "\r\n"; 256 mime_eol = "\n"; 271 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); 277 bound, mime_eol, mime_eol); 279 mime_eol, mime_eol); 281 BIO_printf(bio, "------%s%s", bound, mime_eol); 284 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn_mime.c | 236 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; local 244 mime_eol = "\r\n"; 246 mime_eol = "\n"; 261 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol); 267 bound, mime_eol, mime_eol); 269 mime_eol, mime_eol); 271 BIO_printf(bio, "------%s%s", bound, mime_eol); 274 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol) [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| smime.c | 219 const char *mime_eol = "\n"; local 315 mime_eol = "\r\n"; 698 BIO_printf(out, "To: %s%s", to, mime_eol); 700 BIO_printf(out, "From: %s%s", from, mime_eol); 702 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|
| cms.c | 380 const char *mime_eol = "\n"; local 523 mime_eol = "\r\n"; 1330 BIO_printf(out, "To: %s%s", to, mime_eol); 1332 BIO_printf(out, "From: %s%s", from, mime_eol); 1334 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| smime.c | 157 const char *mime_eol = "\n"; local 246 mime_eol = "\r\n"; 635 BIO_printf(out, "To: %s%s", to, mime_eol); 637 BIO_printf(out, "From: %s%s", from, mime_eol); 639 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|
| cms.c | 310 const char *mime_eol = "\n"; local 446 mime_eol = "\r\n"; 1231 BIO_printf(out, "To: %s%s", to, mime_eol); 1233 BIO_printf(out, "From: %s%s", from, mime_eol); 1235 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| smime.c | 135 const char *mime_eol = "\n"; local 223 mime_eol = "\r\n"; 569 BIO_printf(out, "To: %s%s", to, mime_eol); 571 BIO_printf(out, "From: %s%s", from, mime_eol); 573 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|
| cms.c | 218 const char *mime_eol = "\n"; local 348 mime_eol = "\r\n"; 1056 BIO_printf(out, "To: %s%s", to, mime_eol); 1058 BIO_printf(out, "From: %s%s", from, mime_eol); 1060 BIO_printf(out, "Subject: %s%s", subject, mime_eol);
|