Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: crypto/openpgp_symmetric_encryption.cc

Issue 36593002: crypto/nss_util: Get TPM slot id, do lookup by id instead of by name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sandbox debugging crap Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crypto/openpgp_symmetric_encryption.cc
diff --git a/crypto/openpgp_symmetric_encryption.cc b/crypto/openpgp_symmetric_encryption.cc
index 702952b018719e8e6f8c04f128899d0c07cbfbca..aa3f3b438aa0232fe277e7eb4420b934d6975624 100644
--- a/crypto/openpgp_symmetric_encryption.cc
+++ b/crypto/openpgp_symmetric_encryption.cc
@@ -771,6 +771,7 @@ OpenPGPSymmetricEncrytion::Result OpenPGPSymmetricEncrytion::Decrypt(
base::StringPiece encrypted,
base::StringPiece passphrase,
std::string *out) {
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
EnsureNSSInit();
Decrypter decrypter;
@@ -785,6 +786,7 @@ OpenPGPSymmetricEncrytion::Result OpenPGPSymmetricEncrytion::Decrypt(
std::string OpenPGPSymmetricEncrytion::Encrypt(
base::StringPiece plaintext,
base::StringPiece passphrase) {
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
EnsureNSSInit();
Encrypter::ByteString b =

Powered by Google App Engine
This is Rietveld 408576698