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

Side by Side Diff: LayoutTests/crypto/subtle/pbkdf2-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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests encrypt/decrypt for AES-CBC
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 "PBKDF2"
10 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
11 PASS dkey.type is "secret"
12 PASS typeof dkey.extractable is 'boolean'
13 PASS dkey.extractable is true
14 PASS dkey.algorithm.name is "AES-CBC"
15 PASS dkey.algorithm.length is 128
16 PASS dkey.usages.join(',') is "encrypt"
17 PASS: Derivedkey should be [0c60c80f961f0e71f3a9b524af601206] and was
18 PASS tmpKey.type is "secret"
19 PASS typeof tmpKey.extractable is 'boolean'
20 PASS tmpKey.extractable is false
21 PASS tmpKey.algorithm.name is "PBKDF2"
22 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
23 PASS dkey.type is "secret"
24 PASS typeof dkey.extractable is 'boolean'
25 PASS dkey.extractable is true
26 PASS dkey.algorithm.name is "AES-CBC"
27 PASS dkey.algorithm.length is 128
28 PASS dkey.usages.join(',') is "encrypt"
29 PASS: Derivedkey should be [ea6c014dc72d6f8ccd1ed92ace1d41f0] and was
30 PASS tmpKey.type is "secret"
31 PASS typeof tmpKey.extractable is 'boolean'
32 PASS tmpKey.extractable is false
33 PASS tmpKey.algorithm.name is "PBKDF2"
34 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
35 PASS dkey.type is "secret"
36 PASS typeof dkey.extractable is 'boolean'
37 PASS dkey.extractable is true
38 PASS dkey.algorithm.name is "AES-CBC"
39 PASS dkey.algorithm.length is 128
40 PASS dkey.usages.join(',') is "encrypt"
41 PASS: Derivedkey should be [4b007901b765489abead49d926f721d0] and was
42 PASS tmpKey.type is "secret"
43 PASS typeof tmpKey.extractable is 'boolean'
44 PASS tmpKey.extractable is false
45 PASS tmpKey.algorithm.name is "PBKDF2"
46 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
47 PASS dkey.type is "secret"
48 PASS typeof dkey.extractable is 'boolean'
49 PASS dkey.extractable is true
50 PASS dkey.algorithm.name is "AES-CBC"
51 PASS dkey.algorithm.length is 128
52 PASS dkey.usages.join(',') is "encrypt"
53 PASS: Derivedkey should be [3d2eec4fe41c849b80c8d83662c0e44a] and was
54 PASS tmpKey.type is "secret"
55 PASS typeof tmpKey.extractable is 'boolean'
56 PASS tmpKey.extractable is false
57 PASS tmpKey.algorithm.name is "PBKDF2"
58 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
59 PASS dkey.type is "secret"
60 PASS typeof dkey.extractable is 'boolean'
61 PASS dkey.extractable is true
62 PASS dkey.algorithm.name is "AES-CBC"
63 PASS dkey.algorithm.length is 128
64 PASS dkey.usages.join(',') is "encrypt"
65 PASS: Derivedkey should be [56fa6aa75548099dcc37d7f03425e0c3] and was
66 PASS successfullyParsed is true
67
68 TEST COMPLETE
69
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes.html ('k') | LayoutTests/crypto/subtle/pbkdf2-deriveKey-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698