HomeSort by relevance Sort by last modified time
    Searched full:left_plaintext (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 60 std::string left_plaintext, right_plaintext; local
66 left_plaintext = cryptographer->DecryptToString(left.encrypted());
68 left_plaintext = left.SerializeAsString();
79 if (left_plaintext == right_plaintext) {

Completed in 61 milliseconds