SMIME_IP
#define SMIME_DECRYPT (2 | SMIME_IP)
#define SMIME_VERIFY (4 | SMIME_IP)
#define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
#define SMIME_SIGN_RECEIPT (6 | SMIME_IP | SMIME_OP)
#define SMIME_VERIFY_RECEIPT (7 | SMIME_IP)
#define SMIME_DIGEST_VERIFY (9 | SMIME_IP)
#define SMIME_UNCOMPRESS (11 | SMIME_IP)
#define SMIME_ENCRYPTED_DECRYPT (13 | SMIME_IP)
#define SMIME_DATA_OUT (15 | SMIME_IP)
#define SMIME_CMSOUT (16 | SMIME_IP | SMIME_OP)
if ((operation & SMIME_IP) == 0 && contfile != NULL)
if (!(operation & SMIME_IP))
if ((operation & SMIME_IP) != 0 && contfile == NULL)
if (operation & SMIME_IP) {
#define SMIME_DECRYPT (2 | SMIME_IP)
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
#define SMIME_VERIFY (4 | SMIME_IP)
#define SMIME_PK7OUT (5 | SMIME_IP | SMIME_OP)
if (!(operation & SMIME_IP)) {
if (operation & SMIME_IP) {