Searched refs:SMIME_SIGN (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Dsmime.c80 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
143 operation = SMIME_SIGN;
593 else if (operation == SMIME_SIGN)
694 if (operation == SMIME_SIGN)
731 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM))
H A Dcms.c83 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
167 operation = SMIME_SIGN;
767 else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT))
973 if (operation == SMIME_SIGN)
1026 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))

Completed in 268 milliseconds