Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dsmime.c29 #define SMIME_DECRYPT (2 | SMIME_IP) macro
193 operation = SMIME_DECRYPT; in smime_main()
406 } else if (operation == SMIME_DECRYPT) { in smime_main()
470 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in smime_main()
478 if (operation == SMIME_DECRYPT) { in smime_main()
605 if (operation == SMIME_DECRYPT) { in smime_main()
H A Dcms.c37 #define SMIME_DECRYPT (2 | SMIME_IP) macro
345 operation = SMIME_DECRYPT; in cms_main()
765 } else if (operation == SMIME_DECRYPT) { in cms_main()
848 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in cms_main()
872 if ((operation == SMIME_DECRYPT) || (operation == SMIME_ENCRYPT)) { in cms_main()
1118 if (operation == SMIME_DECRYPT) { in cms_main()