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

Unified Diff: crypto/hmac_nss.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/hmac_nss.cc
diff --git a/crypto/hmac_nss.cc b/crypto/hmac_nss.cc
index e14282c916616ce1146dd8b2820f0d5226f5b482..3e7dab73759327545bb4fbc3cce586a8ddee8268 100644
--- a/crypto/hmac_nss.cc
+++ b/crypto/hmac_nss.cc
@@ -40,6 +40,7 @@ HMAC::~HMAC() {
}
bool HMAC::Init(const unsigned char *key, size_t key_length) {
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
EnsureNSSInit();
if (plat_->slot_.get()) {
« no previous file with comments | « crypto/encryptor_nss.cc ('k') | crypto/nss_util.h » ('j') | crypto/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698