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

  /external/chromium/chrome/browser/password_manager/
login_database_win.cc 20 if (!Encryptor::DecryptString16(cipher_text, &plain_text))
encryptor.h 28 static bool DecryptString16(const std::string& ciphertext,
encryptor_unittest.cc 38 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result));
44 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result));
51 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result));
65 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result));
71 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result));
encryptor_win.cc 18 bool Encryptor::DecryptString16(const std::string& ciphertext,
encryptor_linux.cc 62 bool Encryptor::DecryptString16(const std::string& ciphertext,
  /external/chromium/chrome/browser/webdata/
logins_table.cc 35 Encryptor::DecryptString16(encrypted_password, &decrypted_password);
autofill_table.cc 138 Encryptor::DecryptString16(encrypted_number, &credit_card_number);
    [all...]

Completed in 54 milliseconds