Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/pkcs7/
HDpkcs7.h232 # define PKCS7_NOCHAIN 0x8 macro
251 # define SMIME_NOCHAIN PKCS7_NOCHAIN
HDpk7_smime.c300 if (!(flags & PKCS7_NOCHAIN)) { in PKCS7_verify()
/NextBSD/crypto/openssl/doc/crypto/
HDPKCS7_verify.pod67 If B<PKCS7_NOCHAIN> is set then the certificates contained in the message are
/NextBSD/crypto/openssl/apps/
HDsmime.c190 flags |= PKCS7_NOCHAIN; in MAIN()