Searched refs:DecryptPendingKeys (Results 1 – 4 of 4) sorted by relevance
104 bool DecryptPendingKeys(const KeyParams& params);
129 EXPECT_TRUE(cryptographer.DecryptPendingKeys(params)); in TEST()
149 bool Cryptographer::DecryptPendingKeys(const KeyParams& params) { in DecryptPendingKeys() function in browser_sync::Cryptographer
1953 if (!cryptographer->DecryptPendingKeys(params)) { in SetPassphrase()