Home | History | Annotate | Download | only in engine

Lines Matching refs:GetCryptographer

464   Cryptographer* GetCryptographer(syncable::BaseTransaction* trans) {
465 return directory()->GetCryptographer(trans);
627 GetCryptographer(&wtrans)->AddKey(key_params);
628 GetCryptographer(&wtrans)->Encrypt(bookmark,
630 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
668 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params);
739 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
740 EXPECT_TRUE(GetCryptographer(&wtrans)->has_pending_keys());
881 GetCryptographer(&rtrans)->DecryptPendingKeys(key_params);