OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mime_prefix
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/asn1/
asn_mime.c
285
const char *
mime_prefix
, *mime_eol, *cname = "smime.p7m";
local
288
mime_prefix
= "application/x-pkcs7-";
290
mime_prefix
= "application/pkcs7-";
309
BIO_printf(bio, " protocol=\"%ssignature\";",
mime_prefix
);
324
BIO_printf(bio, "Content-Type: %ssignature;",
mime_prefix
);
359
BIO_printf(bio, "Content-Type: %smime;",
mime_prefix
);
Completed in 72 milliseconds