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

/freebsd-current/crypto/openssl/apps/
H A Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
196 operation = SMIME_SIGN;
481 } else if (operation == SMIME_SIGN) {
555 if (operation == SMIME_SIGN) {
593 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
H A Dcms.c38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
348 operation = SMIME_SIGN;
875 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
1043 if (operation == SMIME_SIGN) {
1106 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {

Completed in 212 milliseconds