Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DCMS_add1_signer.pod70 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are
DCMS_sign.pod54 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are
/freebsd-12-stable/crypto/openssl/include/openssl/
Dcms.h65 # define CMS_NOSMIMECAP 0x200 macro
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_sd.c340 if (!(flags & CMS_NOSMIMECAP)) { in CMS_add1_signer()
/freebsd-12-stable/crypto/openssl/apps/
Dcms.c324 flags |= CMS_NOSMIMECAP; in cms_main()