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
196 operation = SMIME_SIGN; in smime_main()
481 } else if (operation == SMIME_SIGN) { in smime_main()
555 if (operation == SMIME_SIGN) { in smime_main()
593 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
H A Dcms.c38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
348 operation = SMIME_SIGN; in cms_main()
875 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
1043 if (operation == SMIME_SIGN) { in cms_main()
1106 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) { in cms_main()