Searched refs:SMIME_SIGNERS (Results 1 – 2 of 2) sorted by relevance
27 #define SMIME_SIGNERS 0x40 macro30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)33 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)373 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) { in smime_main()383 if (operation & SMIME_SIGNERS) { in smime_main()426 if (!(operation & SMIME_SIGNERS)) in smime_main()549 } else if (operation & SMIME_SIGNERS) { in smime_main()
35 #define SMIME_SIGNERS 0x400 macro38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)40 #define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)719 if (!(operation & SMIME_SIGNERS) && (rr_to != NULL || rr_from != NULL)) { in cms_main()723 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) { in cms_main()742 if (operation & SMIME_SIGNERS) { in cms_main()790 if ((operation & SMIME_SIGNERS) == 0) { in cms_main()809 if ((operation & SMIME_SIGNERS) != 0 && (flags & CMS_DETACHED) != 0) in cms_main()1037 } else if (operation & SMIME_SIGNERS) { in cms_main()