OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanDecryptUsingDefaultKey
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/sync/util/
cryptographer.h
65
bool
CanDecryptUsingDefaultKey
(const sync_pb::EncryptedData& encrypted) const;
cryptographer.cc
39
bool Cryptographer::
CanDecryptUsingDefaultKey
(
/external/chromium_org/sync/engine/
conflict_resolver.cc
115
DCHECK(cryptographer->
CanDecryptUsingDefaultKey
(specifics.encrypted()));
123
cryptographer->
CanDecryptUsingDefaultKey
(
apply_control_data_updates_unittest.cc
370
EXPECT_TRUE(other_cryptographer.
CanDecryptUsingDefaultKey
(
448
EXPECT_TRUE(other_cryptographer.
CanDecryptUsingDefaultKey
(
519
EXPECT_TRUE(cryptographer->
CanDecryptUsingDefaultKey
(
598
EXPECT_TRUE(cryptographer->
CanDecryptUsingDefaultKey
(
681
EXPECT_TRUE(other_cryptographer.
CanDecryptUsingDefaultKey
(
760
EXPECT_TRUE(cryptographer->
CanDecryptUsingDefaultKey
(
[
all
...]
/external/chromium_org/sync/util/
cryptographer.h
73
bool
CanDecryptUsingDefaultKey
(const sync_pb::EncryptedData& encrypted) const;
cryptographer.cc
50
bool Cryptographer::
CanDecryptUsingDefaultKey
(
77
if (
CanDecryptUsingDefaultKey
(*encrypted)) {
314
if (!
CanDecryptUsingDefaultKey
(encrypted_bag))
cryptographer_unittest.cc
201
EXPECT_TRUE(cryptographer_.
CanDecryptUsingDefaultKey
(encrypted));
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc
180
EXPECT_TRUE(keystore_cryptographer.
CanDecryptUsingDefaultKey
(
187
EXPECT_TRUE(temp_cryptographer.
CanDecryptUsingDefaultKey
(
592
EXPECT_TRUE(GetCryptographer()->
CanDecryptUsingDefaultKey
(
599
GetCryptographer()->
CanDecryptUsingDefaultKey
(
[
all
...]
sync_encryption_handler_impl.cc
[
all
...]
sync_manager_impl_unittest.cc
[
all
...]
/external/chromium_org/sync/syncable/
nigori_util.cc
139
if (!cryptographer->
CanDecryptUsingDefaultKey
(specifics.encrypted()))
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
573
cryptographer->
CanDecryptUsingDefaultKey
(old_ciphertext)) {
[
all
...]
Completed in 173 milliseconds