Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
177 case SMIME_SIGN: in operation_name()
261 if (!SET_OPERATION(SMIME_SIGN)) in smime_main()
549 } else if (operation == SMIME_SIGN) { in smime_main()
624 if (operation == SMIME_SIGN) { in smime_main()
662 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
H A Dcms.c37 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
419 operation = SMIME_SIGN; in cms_main()
954 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
968 if (operation != SMIME_SIGN) { in cms_main()
1153 if (operation == SMIME_SIGN) { in cms_main()
1216 if (operation == SMIME_SIGN && digestbin != NULL in cms_main()
1221 } else if (operation == SMIME_SIGN && (flags & CMS_STREAM) == 0) { in cms_main()