Home | History | Annotate | Download | only in engine

Lines Matching defs:cryptographer

955   Cryptographer* cryptographer;
957 // Storing the cryptographer separately is bad, but for this test we
960 cryptographer = directory()->GetCryptographer(&trans);
964 cryptographer->AddKey(params);
970 cryptographer->Encrypt(data,
1045 Cryptographer* cryptographer;
1057 cryptographer = directory()->GetCryptographer(&trans);
1060 cryptographer->AddKey(params);
1062 cryptographer->Encrypt(data,
1069 // Create a new cryptographer, independent of the one in the session.
1070 Cryptographer other_cryptographer(cryptographer->encryptor());