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

Unified Diff: crypto/encryptor.h

Issue 7056026: Implement AES-CTR for NSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/encryptor_mac.cc » ('j') | crypto/encryptor_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/encryptor.h
diff --git a/crypto/encryptor.h b/crypto/encryptor.h
index d8250f6bdf48f65ab10f9fb64d400444d1863a9d..0586d72058e5be93aadd6ec126bcf592973482b6 100644
--- a/crypto/encryptor.h
+++ b/crypto/encryptor.h
@@ -23,7 +23,8 @@ class SymmetricKey;
class Encryptor {
public:
enum Mode {
- CBC
+ CBC,
+ ECB,
};
Encryptor();
virtual ~Encryptor();
« no previous file with comments | « no previous file | crypto/encryptor_mac.cc » ('j') | crypto/encryptor_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698