Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/pkcs7/
Dpkcs7.h246 # define PKCS7_NOATTR 0x100 macro
263 # define SMIME_NOATTR PKCS7_NOATTR
Dpk7_smime.c107 if (!(flags & PKCS7_NOATTR)) { in PKCS7_sign()
/freebsd-9-stable/crypto/openssl/doc/crypto/
DPKCS7_sign.pod48 an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no authenticatedAttributes
/freebsd-9-stable/crypto/openssl/apps/
Dsmime.c186 flags |= PKCS7_NOATTR; in MAIN()