Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/util/
Dcryptographer.cc30 scoped_ptr<Nigori> nigori(UnpackBootstrapToken(restored_bootstrap_token)); in Bootstrap()
212 Nigori* Cryptographer::UnpackBootstrapToken(const std::string& token) const { in UnpackBootstrapToken() function in browser_sync::Cryptographer
Dcryptographer.h132 Nigori* UnpackBootstrapToken(const std::string& token) const;
Dcryptographer_unittest.cc161 scoped_ptr<Nigori> unpacked(cryptographer.UnpackBootstrapToken(token)); in TEST()