Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
173 operation = SMIME_SIGN; in smime_main()
429 } else if (operation == SMIME_SIGN) { in smime_main()
495 if (operation == SMIME_SIGN) { in smime_main()
533 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
Dcms.c40 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
254 operation = SMIME_SIGN; in cms_main()
718 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
896 if (operation == SMIME_SIGN) { in cms_main()
960 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) { in cms_main()