OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encryption_key
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/util/
nigori_unittest.cc
144
std::string
encryption_key
;
local
146
EXPECT_TRUE(nigori1.ExportKeys(&user_key, &
encryption_key
, &mac_key));
149
EXPECT_TRUE(nigori2.InitByImport(user_key,
encryption_key
, mac_key));
cryptographer_unittest.cc
164
std::string user_key,
encryption_key
, mac_key;
local
165
ASSERT_TRUE(unpacked->ExportKeys(&user_key, &
encryption_key
, &mac_key));
168
EXPECT_EQ(expected_encryption,
encryption_key
);
/external/chromium_org/sync/util/
nigori_unittest.cc
144
std::string
encryption_key
;
local
146
EXPECT_TRUE(nigori1.ExportKeys(&user_key, &
encryption_key
, &mac_key));
149
EXPECT_TRUE(nigori2.InitByImport(user_key,
encryption_key
, mac_key));
Completed in 35 milliseconds