OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passphrase_type_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/test/
fake_sync_encryption_handler.cc
15
passphrase_type_
(IMPLICIT_PASSPHRASE),
32
passphrase_type_
= CUSTOM_PASSPHRASE;
103
passphrase_type_
= CUSTOM_PASSPHRASE;
126
return
passphrase_type_
;
fake_sync_encryption_handler.h
63
PassphraseType
passphrase_type_
;
member in class:syncer::FakeSyncEncryptionHandler
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc
216
passphrase_type_
(IMPLICIT_PASSPHRASE),
271
if (has_pending_keys &&
passphrase_type_
== KEYSTORE_PASSPHRASE) {
392
if (!IsExplicitPassphrase(
passphrase_type_
)) {
400
passphrase_type_
= CUSTOM_PASSPHRASE;
404
passphrase_type_
,
459
} else { // IsExplicitPassphrase(
passphrase_type_
) == true.
499
IsExplicitPassphrase(
passphrase_type_
)) {
533
if (!IsExplicitPassphrase(
passphrase_type_
)) {
642
return
passphrase_type_
;
[
all
...]
sync_encryption_handler_impl.h
284
PassphraseType
passphrase_type_
;
member in class:syncer::SyncEncryptionHandlerImpl
Completed in 30 milliseconds