Home
last modified time | relevance | path

Searched refs:ImportNigoriKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/util/
Dcryptographer.cc43 ImportNigoriKey(serialized_nigori_key); in Bootstrap()
174 return ImportNigoriKey(serialized_nigori_key); in AddKeyFromBootstrapToken()
341 bool Cryptographer::ImportNigoriKey(const std::string serialized_nigori_key) { in ImportNigoriKey() function in syncer::Cryptographer
Dcryptographer.h185 bool ImportNigoriKey(const std::string serialized_nigori_key);
/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl.cc1604 cryptographer->ImportNigoriKey(serialized_nigori); in DecryptPendingKeysWithKeystoreKey()