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

Unified Diff: crypto/hmac.h

Issue 8124011: Add constant-time comparison operators for cryptographic uses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « no previous file | crypto/hmac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/hmac.h
===================================================================
--- crypto/hmac.h (revision 103793)
+++ crypto/hmac.h (working copy)
@@ -78,6 +78,8 @@
DISALLOW_COPY_AND_ASSIGN(HMAC);
};
+bool SecureMemcmp(const void* s1, const void* s2, size_t n);
wtc 2011/10/04 00:32:10 This function is not related to HMAC. We should c
+
} // namespace crypto
#endif // CRYPTO_HMAC_H_
« no previous file with comments | « no previous file | crypto/hmac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698