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

  /external/chromium_org/components/os_crypt/
os_crypt_unittest.cc 33 std::string utf8_plaintext; local
63 utf8_plaintext = base::UTF16ToUTF8(plaintext);
64 EXPECT_EQ(plaintext, base::UTF8ToUTF16(utf8_plaintext));
69 EXPECT_EQ(utf8_plaintext, base::UTF16ToUTF8(result));
71 EXPECT_TRUE(OSCrypt::EncryptString(utf8_plaintext, &ciphertext));
75 EXPECT_EQ(utf8_plaintext, base::UTF16ToUTF8(result));

Completed in 224 milliseconds