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

Unified Diff: LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 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
Index: LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt
diff --git a/LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt b/LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt
deleted file mode 100644
index e277d9522130506b049857341f685cc00f47acbc..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-Tests deriveKey() using ECDH to make AES keys
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Importing the private key...
-
-Importing the public key...
-
-Deriving an AES 128 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is true
-PASS key.algorithm.name is "AES-CBC"
-PASS key.algorithm.length is 128
-PASS key.usages.join(',') is "encrypt"
-PASS: Derived Bytes should be [0117d54d84379d0fd385be068455a77a] and was
-Deriving an AES 256 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is true
-PASS key.algorithm.name is "AES-CBC"
-PASS key.algorithm.length is 256
-PASS key.usages.join(',') is "encrypt,decrypt"
-PASS: Derived Bytes should be [0117d54d84379d0fd385be068455a77a5366ab534ff172ab0a121f37d180dccd] and was
-Deriving an AES 256 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is false
-PASS key.algorithm.name is "AES-CBC"
-PASS key.algorithm.length is 256
-PASS key.usages.join(',') is "decrypt"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/ecdh-deriveKey-aes.html ('k') | LayoutTests/crypto/subtle/ecdh-deriveKey-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698