Home
last modified time | relevance | path

Searched refs:PKCS7_BINARY (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DPKCS7_encrypt.pod47 required by the S/MIME specifications) if B<PKCS7_BINARY> is set no translation
49 otherwise the translation will corrupt it. If B<PKCS7_BINARY> is set then
DPKCS7_sign.pod46 required by the S/MIME specifications) if B<PKCS7_BINARY> is set no translation
/third_party/openssl/apps/
Dsmime.c209 flags |= PKCS7_BINARY; in smime_main()
378 if (flags & PKCS7_BINARY) in smime_main()
383 if (flags & PKCS7_BINARY) in smime_main()
/third_party/openssl/include/openssl/
Dpkcs7.h178 # define PKCS7_BINARY 0x80 macro
198 # define SMIME_BINARY PKCS7_BINARY
/third_party/openssl/
DCHANGES1342 the SMIME_BINARY/PKCS7_BINARY/CMS_BINARY flags (if using CMS_verify()).