Home | History | Annotate | Download | only in cipher

Lines Matching refs:operation

169     t->PrintLine("Operation failed.");
225 } operation = kBoth;
226 if (t->HasAttribute("Operation")) {
227 const std::string &str = t->GetAttributeOrDie("Operation");
229 operation = kEncrypt;
231 operation = kDecrypt;
233 t->PrintLine("Unknown operation: '%s'.", str.c_str());
238 // By default, both directions are run, unless overridden by the operation.
239 if (operation != kDecrypt &&
244 if (operation != kEncrypt &&