Home
last modified time | relevance | path

Searched refs:SMIME_SIGNERS (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/openssl/
Dsmime.c76 #define SMIME_SIGNERS 0x40 macro
79 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
82 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
740 if (!(cfg.operation & SMIME_SIGNERS) && in smime_main()
745 if (cfg.operation & SMIME_SIGNERS) { in smime_main()
808 if (!(cfg.operation & SMIME_SIGNERS)) in smime_main()
947 } else if (cfg.operation & SMIME_SIGNERS) { in smime_main()
Dcms.c81 #define SMIME_SIGNERS 0x40 macro
84 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
87 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
1199 if (!(cfg.operation & SMIME_SIGNERS) && in cms_main()
1204 if (!(cfg.operation & SMIME_SIGNERS) && in cms_main()
1209 if (cfg.operation & SMIME_SIGNERS) { in cms_main()
1274 if (!(cfg.operation & SMIME_SIGNERS)) in cms_main()
1554 } else if (cfg.operation & SMIME_SIGNERS) { in cms_main()