HomeSort by relevance Sort by last modified time
    Searched refs:raw_ciphertext (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/password_manager/
encryptor_linux.cc 124 std::string raw_ciphertext = ciphertext.substr(strlen(kObfuscationPrefix)); local
135 if (!encryptor.Decrypt(raw_ciphertext, plaintext))
  /external/chromium/crypto/
encryptor_unittest.cc 71 static const unsigned char raw_ciphertext[] = { local
105 EXPECT_EQ(sizeof(raw_ciphertext), ciphertext.size());
106 EXPECT_EQ(0, memcmp(ciphertext.data(), raw_ciphertext, ciphertext.size()));

Completed in 184 milliseconds