Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DCMS_add1_signer.pod70 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are
H A DCMS_sign.pod63 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcms.h.in82 # define CMS_NOSMIMECAP 0x200 macro
H A Dcms.h180 # define CMS_NOSMIMECAP 0x200 macro
/freebsd-14.2/crypto/openssl/crypto/cms/
H A Dcms_sd.c422 if (!(flags & CMS_NOSMIMECAP)) { in CMS_add1_signer()
/freebsd-14.2/crypto/openssl/apps/
H A Dcms.c419 flags |= CMS_NOSMIMECAP; in cms_main()