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

Unified Diff: content/test/data/webcrypto/aes_gcm.json

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 8 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 | « content/test/data/webcrypto/aes_ctr.json ('k') | content/test/data/webcrypto/aes_kw.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/webcrypto/aes_gcm.json
diff --git a/content/test/data/webcrypto/aes_gcm.json b/content/test/data/webcrypto/aes_gcm.json
deleted file mode 100644
index 2624f11ba9e79573c884329aefc3dd62f2ee817c..0000000000000000000000000000000000000000
--- a/content/test/data/webcrypto/aes_gcm.json
+++ /dev/null
@@ -1,61 +0,0 @@
-// These tests come from the NIST GCM test vectors:
-// http://csrc.nist.gov/groups/STM/cavp/documents/mac/gcmtestvectors.zip
-//
-// Both encryption and decryption are expected to work.
-[
- // [Keylen = 128]
- // [IVlen = 96]
- // [PTlen = 0]
- // [AADlen = 0]
- // [Taglen = 128]
- {
- "key": "cf063a34d4a9a76c2c86787d3f96db71",
- "iv": "113b9785971864c83b01c787",
- "plain_text": "",
- "cipher_text": "",
- "additional_data": "",
- "authentication_tag": "72ac8493e3a5228b5d130a69d2510e42"
- },
-
- // [Keylen = 128]
- // [IVlen = 96]
- // [PTlen = 0]
- // [AADlen = 128]
- // [Taglen = 120]
- {
- "key": "6dfa1a07c14f978020ace450ad663d18",
- "iv": "34edfa462a14c6969a680ec1",
- "plain_text": "",
- "cipher_text": "",
- "additional_data": "2a35c7f5f8578e919a581c60500c04f6",
- "authentication_tag": "751f3098d59cf4ea1d2fb0853bde1c"
- },
-
- // [Keylen = 128]
- // [IVlen = 96]
- // [PTlen = 128]
- // [AADlen = 128]
- // [Taglen = 112]
- {
- "key": "ed6cd876ceba555706674445c229c12d",
- "iv": "92ecbf74b765bc486383ca2e",
- "plain_text": "bfaaaea3880d72d4378561e2597a9b35",
- "cipher_text": "bdd2ed6c66fa087dce617d7fd1ff6d93",
- "additional_data": "95bd10d77dbe0e87fb34217f1a2e5efe",
- "authentication_tag": "ba82e49c55a22ed02ca67da4ec6f"
- },
-
- // [Keylen = 256]
- // [IVlen = 1024]
- // [PTlen = 408]
- // [AADlen = 720]
- // [Taglen = 32]
- {
- "key": "e03548984a7ec8eaf0870637df0ac6bc17f7159315d0ae26a764fd224e483810",
- "iv": "f4feb26b846be4cd224dbc5133a5ae13814ebe19d3032acdd3a006463fdb71e83a9d5d96679f26cc1719dd6b4feb3bab5b4b7993d0c0681f36d105ad3002fb66b201538e2b7479838ab83402b0d816cd6e0fe5857e6f4adf92de8ee72b122ba1ac81795024943b7d0151bbf84ce87c8911f512c397d14112296da7ecdd0da52a",
- "cipher_text": "fda718aa1ec163487e21afc34f5a3a34795a9ee71dd3e7ee9a18fdb24181dc982b29c6ec723294a130ca2234952bb0ef68c0f3",
- "additional_data": "aab26eb3e7acd09a034a9e2651636ab3868e51281590ecc948355e457da42b7ad1391c7be0d9e82895e506173a81857c3226829fbd6dfb3f9657a71a2934445d7c05fa9401cddd5109016ba32c3856afaadc48de80b8a01b57cb",
- "authentication_tag": "4795fbe0",
- "plain_text": "69fd0c9da10b56ec6786333f8d76d4b74f8a434195f2f241f088b2520fb5fa29455df9893164fb1638abe6617915d9497a8fe2"
- }
-]
« no previous file with comments | « content/test/data/webcrypto/aes_ctr.json ('k') | content/test/data/webcrypto/aes_kw.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698