Index: LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt |
diff --git a/LayoutTests/crypto/subtle/clone-aesKey-expected.txt b/LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt |
similarity index 50% |
rename from LayoutTests/crypto/subtle/clone-aesKey-expected.txt |
rename to LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt |
index 5b27113e8814a99d927cdaa9126d392af4e821b3..1af0b9390ebdfcc073ee6bb56bb08fcfc2701262 100644 |
--- a/LayoutTests/crypto/subtle/clone-aesKey-expected.txt |
+++ b/LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt |
@@ -1,4 +1,4 @@ |
-Tests structured cloning of AES keys |
+Tests structured cloning of AES-GCM keys |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -7,216 +7,6 @@ PASS importedKey.extraProperty is "hi" |
PASS importedKey.type is "secret" |
PASS typeof importedKey.extractable is 'boolean' |
PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "encrypt" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110031030112233445566778899aabbccddeeff |
-PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "encrypt" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
-PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110451030112233445566778899aabbccddeeff |
-PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
-PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110c3011030112233445566778899aabbccddeeff00 |
-PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00 |
-PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "encrypt" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110021030112233445566778899aabbccddeeff |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "encrypt" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110441030112233445566778899aabbccddeeff |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010110c2011030112233445566778899aabbccddeeff00 |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is false |
-PASS importedKey.algorithm.name is "AES-CBC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
-PASS importedKey is not clonedKey |
-PASS clonedKey.extraProperty is undefined. |
-PASS clonedKey.type is "secret" |
-PASS typeof clonedKey.extractable is 'boolean' |
-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: 3f004b010120c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00 |
- |
-PASS importedKey.extraProperty is "hi" |
-PASS importedKey.type is "secret" |
-PASS typeof importedKey.extractable is 'boolean' |
-PASS importedKey.extractable is true |
PASS importedKey.algorithm.name is "AES-GCM" |
PASS importedKey.algorithm.length is 128 |
PASS importedKey.usages.join(',') is "encrypt" |