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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dsmime.c72 #define SMIME_OP 0x10 macro
73 #define SMIME_ENCRYPT (1 | SMIME_OP)
75 #define SMIME_SIGN (3 | SMIME_OP)
372 if(operation & SMIME_OP) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dsmime.c75 #define SMIME_OP 0x10 macro
76 #define SMIME_ENCRYPT (1 | SMIME_OP)
78 #define SMIME_SIGN (3 | SMIME_OP)
498 if (operation & SMIME_OP)

Completed in 91 milliseconds