Searched refs:SMIME_SIGNERS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A 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))
381 if (operation & SMIME_SIGNERS)
515 if (!(operation & SMIME_SIGNERS))
688 else if (operation & SMIME_SIGNERS)
H A 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)
530 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from))
535 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
541 if (operation & SMIME_SIGNERS)
678 if (!(operation & SMIME_SIGNERS))
969 else if (operation & SMIME_SIGNERS)
/external/openssl/apps/
H A 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))
381 if (operation & SMIME_SIGNERS)
515 if (!(operation & SMIME_SIGNERS))
688 else if (operation & SMIME_SIGNERS)
H A 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)
530 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from))
535 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
541 if (operation & SMIME_SIGNERS)
678 if (!(operation & SMIME_SIGNERS))
969 else if (operation & SMIME_SIGNERS)

Completed in 62 milliseconds