OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCryptographer
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/internal_api/
base_transaction.cc
23
Cryptographer* BaseTransaction::
GetCryptographer
() const {
24
return GetDirectory()->
GetCryptographer
(this->GetWrappedTrans());
sync_encryption_handler_impl_unittest.cc
134
Cryptographer*
GetCryptographer
() {
197
Cryptographer other_cryptographer(
GetCryptographer
()->encryptor());
304
Cryptographer other_cryptographer(
GetCryptographer
()->encryptor());
528
Cryptographer other_cryptographer(
GetCryptographer
()->encryptor());
542
GetCryptographer
()->AddKey(old_key);
543
GetCryptographer
()->AddKey(current_key);
544
GetCryptographer
()->Encrypt(
547
GetCryptographer
()->GetKeys(
576
EXPECT_TRUE(
GetCryptographer
()->is_ready());
577
EXPECT_FALSE(
GetCryptographer
()->has_pending_keys())
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
directory_manager.h
80
browser_sync::Cryptographer*
GetCryptographer
(
82
browser_sync::Cryptographer*
GetCryptographer
(
/external/chromium/chrome/browser/sync/engine/
syncapi.h
529
browser_sync::Cryptographer*
GetCryptographer
() const {
[
all
...]
/external/chromium_org/sync/syncable/
directory.cc
875
Cryptographer* Directory::
GetCryptographer
(const BaseTransaction* trans) {
[
all
...]
/external/chromium_org/sync/engine/
syncer_unittest.cc
464
Cryptographer*
GetCryptographer
(syncable::BaseTransaction* trans) {
465
return directory()->
GetCryptographer
(trans);
627
GetCryptographer
(&wtrans)->AddKey(key_params);
628
GetCryptographer
(&wtrans)->Encrypt(bookmark,
630
GetCryptographer
(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
668
GetCryptographer
(&rtrans)->DecryptPendingKeys(other_params);
739
GetCryptographer
(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
740
EXPECT_TRUE(
GetCryptographer
(&wtrans)->has_pending_keys());
[
all
...]
Completed in 40 milliseconds