Home
last modified time | relevance | path

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

/external/openssl/apps/
Dsmime.c77 #define SMIME_SIGNERS 0x40 macro
80 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
83 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
375 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) in MAIN()
381 if (operation & SMIME_SIGNERS) in MAIN()
515 if (!(operation & SMIME_SIGNERS)) in MAIN()
688 else if (operation & SMIME_SIGNERS) in MAIN()
Dcms.c80 #define SMIME_SIGNERS 0x40 macro
83 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
86 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
528 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) in MAIN()
533 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) in MAIN()
539 if (operation & SMIME_SIGNERS) in MAIN()
676 if (!(operation & SMIME_SIGNERS)) in MAIN()
967 else if (operation & SMIME_SIGNERS) in MAIN()