Home
last modified time | relevance | path

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

/openssl/apps/
H A Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
142 case SMIME_SIGN: in operation_name()
228 if (!SET_OPERATION(SMIME_SIGN)) in smime_main()
509 } else if (operation == SMIME_SIGN) { in smime_main()
583 if (operation == SMIME_SIGN) { in smime_main()
621 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
H A Dcms.c38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
356 operation = SMIME_SIGN; in cms_main()
877 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
891 if (operation != SMIME_SIGN) { in cms_main()
1067 if (operation == SMIME_SIGN) { in cms_main()
1130 if (operation == SMIME_SIGN && digestbin != NULL in cms_main()
1135 } else if (operation == SMIME_SIGN && (flags & CMS_STREAM) == 0) { in cms_main()

Completed in 9 milliseconds