Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
196 operation = SMIME_SIGN; in smime_main()
480 } else if (operation == SMIME_SIGN) { in smime_main()
554 if (operation == SMIME_SIGN) { in smime_main()
592 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
A Dcms.c38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
348 operation = SMIME_SIGN; in cms_main()
876 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
1044 if (operation == SMIME_SIGN) { in cms_main()
1107 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) { in cms_main()

Completed in 8 milliseconds