Home
last modified time | relevance | path

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

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