HomeSort by relevance Sort by last modified time
    Searched refs:SMIME_SIGNERS (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
smime.c 77 #define SMIME_SIGNERS 0x40
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)
cms.c 80 #define SMIME_SIGNERS 0x40
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)
    [all...]

Completed in 20 milliseconds