Searched refs:DecryptPendingKeys (Results 1 – 9 of 9) sorted by relevance
432 if (cryptographer->DecryptPendingKeys(key_params)) { in SetEncryptionPassphrase()545 if (temp_cryptographer.DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()555 cryptographer->DecryptPendingKeys(key_params); in SetDecryptionPassphrase()569 cryptographer->DecryptPendingKeys(key_params); in SetDecryptionPassphrase()580 if (cryptographer->DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()604 if (cryptographer->DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()1168 if (cryptographer->DecryptPendingKeys(key_params)) { in DecryptPendingKeysWithExplicitPassphrase()
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
150 bool DecryptPendingKeys(const KeyParams& params);
176 EXPECT_TRUE(cryptographer.DecryptPendingKeys(params)); in TEST_F()
227 bool Cryptographer::DecryptPendingKeys(const KeyParams& params) { in DecryptPendingKeys() function in syncer::Cryptographer
668 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params); in TEST_F()881 GetCryptographer(&rtrans)->DecryptPendingKeys(key_params); in TEST_F()
1953 if (!cryptographer->DecryptPendingKeys(params)) { in SetPassphrase()