Searched refs:restored_bootstrap_token (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/util/
H A Dcryptographer.h57 // |restored_bootstrap_token| can be provided via this method to bootstrap
66 void Bootstrap(const std::string& restored_bootstrap_token);
120 bool AddKeyFromBootstrapToken(const std::string restored_bootstrap_token);
H A Dcryptographer.cc51 void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) { argument
58 UnpackBootstrapToken(restored_bootstrap_token);
188 const std::string restored_bootstrap_token) {
191 restored_bootstrap_token);
187 AddKeyFromBootstrapToken( const std::string restored_bootstrap_token) argument

Completed in 1519 milliseconds