Searched refs:UnpackBootstrapToken (Results 1 – 3 of 3) sorted by relevance
30 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
132 Nigori* UnpackBootstrapToken(const std::string& token) const;
161 scoped_ptr<Nigori> unpacked(cryptographer.UnpackBootstrapToken(token)); in TEST()