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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dsmime.c77 #define SMIME_ENCRYPT (1 | SMIME_OP) macro
132 operation = SMIME_ENCRYPT;
331 } else if (operation == SMIME_ENCRYPT) {
458 if (operation == SMIME_ENCRYPT) {
570 if (operation == SMIME_ENCRYPT)
H A Dcms.c82 # define SMIME_ENCRYPT (1 | SMIME_OP) macro
158 operation = SMIME_ENCRYPT;
490 } else if (operation == SMIME_ENCRYPT) {
624 if (operation == SMIME_ENCRYPT) {
790 } else if (operation == SMIME_ENCRYPT) {

Completed in 60 milliseconds