Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpkcs7.h230 # define PKCS7_NOCERTS 0x2 macro
249 # define SMIME_NOCERTS PKCS7_NOCERTS
H A Dpk7_smime.c91 if (!(flags & PKCS7_NOCERTS)) { in PKCS7_sign()
173 if (!(flags & PKCS7_NOCERTS)) { in PKCS7_sign_add_signer()
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DPKCS7_sign_add_signer.pod52 If B<PKCS7_NOCERTS> is set the signer's certificate will not be included in the
H A DPKCS7_sign.pod33 If B<PKCS7_NOCERTS> is set the signer's certificate will not be included in the
/minix/crypto/external/bsd/openssl/dist/apps/
H A Dsmime.c192 flags |= PKCS7_NOCERTS; in MAIN()