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

Side by Side Diff: LayoutTests/crypto/aes-gcm-encrypt-decrypt-expected.txt

Issue 206483010: [webcrypto] Refactor some layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests encrypt/decrypt for AES-GCM
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS tmpKey.type is "secret"
7 PASS typeof tmpKey.extractable is 'boolean'
8 PASS tmpKey.extractable is false
9 PASS tmpKey.algorithm.name is "AES-GCM"
10 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
11 PASS: Encryption should be [72ac8493e3a5228b5d130a69d2510e42] and was
12 PASS: Decryption should be [] and was
13 PASS tmpKey.type is "secret"
14 PASS typeof tmpKey.extractable is 'boolean'
15 PASS tmpKey.extractable is false
16 PASS tmpKey.algorithm.name is "AES-GCM"
17 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
18 PASS: Encryption should be [751f3098d59cf4ea1d2fb0853bde1c] and was
19 PASS: Decryption should be [] and was
20 PASS tmpKey.type is "secret"
21 PASS typeof tmpKey.extractable is 'boolean'
22 PASS tmpKey.extractable is false
23 PASS tmpKey.algorithm.name is "AES-GCM"
24 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
25 PASS: Encryption should be [bdd2ed6c66fa087dce617d7fd1ff6d93ba82e49c55a22ed02ca6 7da4ec6f] and was
26 PASS: Decryption should be [bfaaaea3880d72d4378561e2597a9b35] and was
27 PASS tmpKey.type is "secret"
28 PASS typeof tmpKey.extractable is 'boolean'
29 PASS tmpKey.extractable is false
30 PASS tmpKey.algorithm.name is "AES-GCM"
31 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
32 PASS: Encryption should be [c4489fa64a6edf80e7e6a3b8855bc37c772ee7de0f91a981c36c 93a35c88] and was
33 PASS: Decryption should be [d30b02c343487105219d6fa080acc743] and was
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37
OLDNEW
« no previous file with comments | « LayoutTests/crypto/aes-gcm-encrypt-decrypt.html ('k') | LayoutTests/crypto/aes-gcm-parseAlgorithm-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698