Home
last modified time | relevance | path

Searched refs:PKCS7_TEXT (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dpkcs7_test.c84 && TEST_true(PKCS7_verify(p7, NULL, store, msg_bio, NULL, PKCS7_TEXT)) in pkcs7_verify_test()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c325 if (flags & PKCS7_TEXT) { in PKCS7_verify()
347 if (flags & PKCS7_TEXT) { in PKCS7_verify()
522 if (flags & PKCS7_TEXT) { in PKCS7_decrypt()
/freebsd/crypto/openssl/doc/man3/
H A DPKCS7_encrypt.pod47 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are
54 B<PKCS7_TEXT> is ignored.
H A DPKCS7_decrypt.pod27 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are deleted
H A DSMIME_write_PKCS7.pod30 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain>
H A DPKCS7_sign.pod35 the B<PKCS7_TEXT> flag is set MIME headers for type C<text/plain> are prepended
H A DPKCS7_verify.pod79 If the B<PKCS7_TEXT> flag is set MIME headers for type C<text/plain> are deleted
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs7.h.in198 # define PKCS7_TEXT 0x1 macro
218 # define SMIME_TEXT PKCS7_TEXT
H A Dpkcs7.h269 # define PKCS7_TEXT 0x1 macro
289 # define SMIME_TEXT PKCS7_TEXT
/freebsd/crypto/openssl/apps/
H A Dsmime.c208 flags |= PKCS7_TEXT; in smime_main()