Home
last modified time | relevance | path

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

/openssl/apps/
H A Dsmime.c28 #define SMIME_ENCRYPT (1 | SMIME_OP) macro
138 case SMIME_ENCRYPT: in operation_name()
220 if (!SET_OPERATION(SMIME_ENCRYPT)) in smime_main()
446 } else if (operation == SMIME_ENCRYPT) { in smime_main()
473 if (operation == SMIME_ENCRYPT) { in smime_main()
579 if (operation == SMIME_ENCRYPT) { in smime_main()
H A Dcms.c36 #define SMIME_ENCRYPT (1 | SMIME_OP) macro
350 operation = SMIME_ENCRYPT; in cms_main()
629 if (operation == SMIME_ENCRYPT) { in cms_main()
646 if (operation == SMIME_ENCRYPT) { in cms_main()
781 } else if (operation == SMIME_ENCRYPT) { in cms_main()
809 if (operation != SMIME_ENCRYPT && *argv != NULL) in cms_main()
824 if (operation == SMIME_ENCRYPT) { in cms_main()
881 if ((operation == SMIME_DECRYPT) || (operation == SMIME_ENCRYPT)) { in cms_main()
982 } else if (operation == SMIME_ENCRYPT) { in cms_main()

Completed in 9 milliseconds