OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExportKeys
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/sync/util/
nigori.h
60
bool
ExportKeys
(std::string* user_key,
cryptographer_unittest.cc
153
ASSERT_TRUE(nigori.
ExportKeys
(&expected_user, &expected_encryption,
165
ASSERT_TRUE(unpacked->
ExportKeys
(&user_key, &encryption_key, &mac_key));
cryptographer.cc
98
nigori.
ExportKeys
(key->mutable_user_key(),
186
if (!nigori->
ExportKeys
(key.mutable_user_key(),
nigori_unittest.cc
146
EXPECT_TRUE(nigori1.
ExportKeys
(&user_key, &encryption_key, &mac_key));
nigori.cc
248
bool Nigori::
ExportKeys
(std::string* user_key,
/external/chromium_org/sync/util/
nigori.h
63
bool
ExportKeys
(std::string* user_key,
nigori_unittest.cc
146
EXPECT_TRUE(nigori1.
ExportKeys
(&user_key, &encryption_key, &mac_key));
cryptographer.cc
135
nigori.
ExportKeys
(key->mutable_user_key(),
334
if (!iter->second->
ExportKeys
(key.mutable_user_key(),
nigori.cc
238
bool Nigori::
ExportKeys
(std::string* user_key,
Completed in 133 milliseconds