Home | History | Annotate | Download | only in engine

Lines Matching refs:plaintext_data

237   std::string plaintext_data = GetTransaction()->GetCryptographer()->
239 if (plaintext_data.length() == 0)
241 if (!unencrypted_data_.ParseFromString(plaintext_data)) {