Home | History | Annotate | Download | only in cipher

Lines Matching refs:operation

170     t->PrintLine("Operation failed.");
179 t->PrintLine("Operation failed.");
187 t->PrintLine("Operation failed.");
192 t->PrintLine("Operation failed.");
248 } operation = kBoth;
249 if (t->HasAttribute("Operation")) {
250 const std::string &str = t->GetAttributeOrDie("Operation");
252 operation = kEncrypt;
254 operation = kDecrypt;
256 t->PrintLine("Unknown operation: '%s'.", str.c_str());
261 // By default, both directions are run, unless overridden by the operation.
262 if (operation != kDecrypt) {
270 if (operation != kEncrypt) {