Home
last modified time | relevance | path

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

/openssl/apps/
H A Dsmime.c29 #define SMIME_DECRYPT (2 | SMIME_IP) macro
140 case SMIME_DECRYPT: in operation_name()
224 if (!SET_OPERATION(SMIME_DECRYPT)) in smime_main()
440 } else if (operation == SMIME_DECRYPT) { in smime_main()
498 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in smime_main()
506 if (operation == SMIME_DECRYPT) { in smime_main()
633 if (operation == SMIME_DECRYPT) { in smime_main()
H A Dcms.c37 #define SMIME_DECRYPT (2 | SMIME_IP) macro
353 operation = SMIME_DECRYPT; in cms_main()
774 } else if (operation == SMIME_DECRYPT) { in cms_main()
850 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in cms_main()
874 if ((operation == SMIME_DECRYPT) || (operation == SMIME_ENCRYPT)) { in cms_main()
1147 if (operation == SMIME_DECRYPT) { in cms_main()

Completed in 9 milliseconds