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

Unified Diff: LayoutTests/crypto/clone-aesKey-expected.txt

Issue 223123002: Add blob serialization support [currently unused] to SerializedScriptValue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline crypto tests Created 6 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 | « no previous file | LayoutTests/crypto/clone-hmacKey-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-aesKey-expected.txt
diff --git a/LayoutTests/crypto/clone-aesKey-expected.txt b/LayoutTests/crypto/clone-aesKey-expected.txt
index 8cad3a05e61180dc17252f30ee4a53413671677a..ff180e1b0335a6af19938216e6ade6640123f115 100644
--- a/LayoutTests/crypto/clone-aesKey-expected.txt
+++ b/LayoutTests/crypto/clone-aesKey-expected.txt
@@ -18,7 +18,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010110011030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110011030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -36,7 +36,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b0101180118800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101180118800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -54,7 +54,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010120012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -72,7 +72,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010110031030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110031030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -90,7 +90,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b0101180318800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101180318800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -108,7 +108,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010120032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -126,7 +126,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010110451030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110451030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -144,7 +144,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b0101184518800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101184518800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -162,7 +162,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010120452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -180,7 +180,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010110c3011030112233445566778899aabbccddeeff00
+Serialized key bytes: ff063f004b010110c3011030112233445566778899aabbccddeeff00
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -198,7 +198,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010118c30118800102030405060708090a0b0c0d0e0f101112131415161700
+Serialized key bytes: ff063f004b010118c30118800102030405060708090a0b0c0d0e0f101112131415161700
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -216,7 +216,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010120c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: ff063f004b010120c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -234,7 +234,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010110001030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110001030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -251,7 +251,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b0101180018800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101180018800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -268,7 +268,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010120002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -285,7 +285,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010110021030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110021030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -302,7 +302,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b0101180218800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101180218800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -319,7 +319,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010120022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -336,7 +336,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010110441030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010110441030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -353,7 +353,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b0101184418800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0101184418800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -370,7 +370,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010120442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010120442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -387,7 +387,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010110c2011030112233445566778899aabbccddeeff00
+Serialized key bytes: ff063f004b010110c2011030112233445566778899aabbccddeeff00
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -404,7 +404,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010118c20118800102030405060708090a0b0c0d0e0f101112131415161700
+Serialized key bytes: ff063f004b010118c20118800102030405060708090a0b0c0d0e0f101112131415161700
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -421,7 +421,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CBC"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010120c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: ff063f004b010120c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -438,7 +438,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010910011030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910011030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -456,7 +456,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b0109180118800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109180118800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -474,7 +474,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010920012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -492,7 +492,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010910031030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910031030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -510,7 +510,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b0109180318800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109180318800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -528,7 +528,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010920032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -546,7 +546,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010910451030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910451030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -564,7 +564,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b0109184518800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109184518800102030405060708090a0b0c0d0e0f1011121314151617
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -582,7 +582,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010920452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -600,7 +600,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010910c3011030112233445566778899aabbccddeeff00
+Serialized key bytes: ff063f004b010910c3011030112233445566778899aabbccddeeff00
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -618,7 +618,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010918c30118800102030405060708090a0b0c0d0e0f101112131415161700
+Serialized key bytes: ff063f004b010918c30118800102030405060708090a0b0c0d0e0f101112131415161700
PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
PASS importedKey.extraProperty is "hi"
@@ -636,7 +636,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010920c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: ff063f004b010920c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -654,7 +654,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010910001030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910001030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -671,7 +671,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b0109180018800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109180018800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -688,7 +688,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: ff053f004b010920002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -705,7 +705,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010910021030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910021030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -722,7 +722,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b0109180218800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109180218800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -739,7 +739,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt"
-Serialized key bytes: ff053f004b010920022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -756,7 +756,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010910441030112233445566778899aabbccddeeff
+Serialized key bytes: ff063f004b010910441030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -773,7 +773,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b0109184418800102030405060708090a0b0c0d0e0f1011121314151617
+Serialized key bytes: ff063f004b0109184418800102030405060708090a0b0c0d0e0f1011121314151617
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -790,7 +790,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
-Serialized key bytes: ff053f004b010920442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+Serialized key bytes: ff063f004b010920442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -807,7 +807,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010910c2011030112233445566778899aabbccddeeff00
+Serialized key bytes: ff063f004b010910c2011030112233445566778899aabbccddeeff00
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -824,7 +824,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 192
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010918c20118800102030405060708090a0b0c0d0e0f101112131415161700
+Serialized key bytes: ff063f004b010918c20118800102030405060708090a0b0c0d0e0f101112131415161700
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -841,7 +841,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-GCM"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-Serialized key bytes: ff053f004b010920c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: ff063f004b010920c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
PASS successfullyParsed is true
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-hmacKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698