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
175 case SMIME_DECRYPT: in operation_name()
257 if (!SET_OPERATION(SMIME_DECRYPT)) in smime_main()
479 } else if (operation == SMIME_DECRYPT) { in smime_main()
537 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in smime_main()
546 if (operation == SMIME_DECRYPT) { in smime_main()
674 if (operation == SMIME_DECRYPT) { in smime_main()
H A Dcms.c36 #define SMIME_DECRYPT (2 | SMIME_IP) macro
416 operation = SMIME_DECRYPT; in cms_main()
848 } else if (operation == SMIME_DECRYPT) { in cms_main()
924 if (recipfile != NULL && (operation == SMIME_DECRYPT)) { in cms_main()
951 if ((operation == SMIME_DECRYPT) || (operation == SMIME_ENCRYPT)) { in cms_main()
1233 if (operation == SMIME_DECRYPT) { in cms_main()