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

Unified Diff: modules/crypto/AesCtrParams.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « modules/README ('k') | modules/crypto/Algorithm.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/AesCtrParams.idl
diff --git a/modules/crypto/AesCbcParams.idl b/modules/crypto/AesCtrParams.idl
similarity index 93%
copy from modules/crypto/AesCbcParams.idl
copy to modules/crypto/AesCtrParams.idl
index b068ec9586cc8caffbb7c33b60fa19a811347d9f..58f3fdaec9080262e8d7a13654baaee0ec78f856 100644
--- a/modules/crypto/AesCbcParams.idl
+++ b/modules/crypto/AesCtrParams.idl
@@ -30,6 +30,7 @@
[
NoInterfaceObject,
-] interface AesCbcParams : Algorithm {
- readonly attribute Uint8Array iv;
+] interface AesCtrParams : Algorithm {
+ readonly attribute Uint8Array counter;
+ readonly attribute octet length;
};
« no previous file with comments | « modules/README ('k') | modules/crypto/Algorithm.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698