Lines Matching refs:SMIME_IP
34 #define SMIME_IP 0x200 macro
37 #define SMIME_DECRYPT (2 | SMIME_IP)
39 #define SMIME_VERIFY (4 | SMIME_IP)
40 #define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
41 #define SMIME_SIGN_RECEIPT (6 | SMIME_IP | SMIME_OP)
42 #define SMIME_VERIFY_RECEIPT (7 | SMIME_IP)
44 #define SMIME_DIGEST_VERIFY (9 | SMIME_IP)
46 #define SMIME_UNCOMPRESS (11 | SMIME_IP)
48 #define SMIME_ENCRYPTED_DECRYPT (13 | SMIME_IP)
50 #define SMIME_DATA_OUT (15 | SMIME_IP)
51 #define SMIME_CMSOUT (16 | SMIME_IP | SMIME_OP)
797 if ((operation & SMIME_IP) == 0 && contfile != NULL) in cms_main()
807 if (!(operation & SMIME_IP)) in cms_main()
811 if ((operation & SMIME_IP) != 0 && contfile == NULL) in cms_main()
893 if (operation & SMIME_IP) { in cms_main()