Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dpkcs7.h179 # define PKCS7_NOATTR 0x100 macro
199 # define SMIME_NOATTR PKCS7_NOATTR
/third_party/openssl/doc/man3/
DPKCS7_sign_add_signer.pod61 ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
DPKCS7_sign.pod52 ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c132 if (!(flags & PKCS7_NOATTR)) { in PKCS7_sign_add_signer()
/third_party/openssl/apps/
Dsmime.c200 flags |= PKCS7_NOATTR; in smime_main()