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

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
1 Tests encrypt/decrypt for AES-CBC 1 Tests encrypt/decrypt for AES-CBC
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS tmpKey.type is "secret" 6 PASS tmpKey.type is "secret"
7 PASS typeof tmpKey.extractable is 'boolean' 7 PASS typeof tmpKey.extractable is 'boolean'
8 PASS tmpKey.extractable is false 8 PASS tmpKey.extractable is false
9 PASS tmpKey.algorithm.name is "PBKDF2" 9 PASS tmpKey.algorithm.name is "PBKDF2"
10 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits" 10 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 PASS typeof dkey.extractable is 'boolean' 60 PASS typeof dkey.extractable is 'boolean'
61 PASS dkey.extractable is true 61 PASS dkey.extractable is true
62 PASS dkey.algorithm.name is "AES-CBC" 62 PASS dkey.algorithm.name is "AES-CBC"
63 PASS dkey.algorithm.length is 128 63 PASS dkey.algorithm.length is 128
64 PASS dkey.usages.join(',') is "encrypt" 64 PASS dkey.usages.join(',') is "encrypt"
65 PASS: Derivedkey should be [56fa6aa75548099dcc37d7f03425e0c3] and was 65 PASS: Derivedkey should be [56fa6aa75548099dcc37d7f03425e0c3] and was
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 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