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

Unified Diff: crypto.h

Issue 3177029: Upgrade TPM key storage from downlevel versions. (Closed) Base URL: http://src.chromium.org/git/cryptohome.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | crypto.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto.h
diff --git a/crypto.h b/crypto.h
index 89cc202f17604c52d273cbaca87914945948540c..06e2bc90136847b4029f9729eefc7ace73113b54 100644
--- a/crypto.h
+++ b/crypto.h
@@ -46,6 +46,7 @@ class Crypto : public EntropySource {
CE_SCRYPT_CRYPTO = 4,
CE_OTHER_FATAL = 5,
CE_OTHER_CRYPTO = 6,
+ CE_NO_PUBLIC_KEY_HASH = 7,
};
// Default constructor, using the default entropy source
« no previous file with comments | « no previous file | crypto.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698