OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_ciphertext
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/password_manager/
encryptor_mac.mm
127
std::string
raw_ciphertext
=
139
if (!encryptor.Decrypt(
raw_ciphertext
, plaintext))
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 71 milliseconds