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

  /external/chromium/chrome/browser/password_manager/
login_database_win.cc 11 std::string cipher_text; local
12 if (!Encryptor::EncryptString16(plain_text, &cipher_text))
14 return cipher_text;
17 string16 LoginDatabase::DecryptedString(const std::string& cipher_text)
20 if (!Encryptor::DecryptString16(cipher_text, &plain_text))
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_unittest.cc 578 const char* cipher_text; member in struct:content::TestCase
597 // cipher_text
627 // cipher_text
646 // cipher_text
675 ExpectArrayBufferMatchesHex(test.cipher_text, output);
678 std::vector<uint8> cipher_text = HexStringToBytes(test.cipher_text); local
681 cipher_text,
689 if (cipher_text.size() >= kAesCbcBlockSize) {
692 &cipher_text[0]
    [all...]

Completed in 70 milliseconds