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
166 operation = SMIME_SIGN;
759 else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT))
954 if (operation == SMIME_SIGN)
1007 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))

Completed in 380 milliseconds