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

Side by Side Diff: LayoutTests/crypto/subtle/hkdf/deriveBits-rfc5869-test-vectors-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 deriveBits() using HKDF 1 Tests deriveBits() using HKDF
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 key.type is "secret" 6 PASS key.type is "secret"
7 PASS typeof key.extractable is 'boolean' 7 PASS typeof key.extractable is 'boolean'
8 PASS key.extractable is true 8 PASS key.extractable is true
9 PASS key.algorithm.name is "HKDF" 9 PASS key.algorithm.name is "HKDF"
10 PASS key.usages.join(',') is "deriveKey,deriveBits" 10 PASS key.usages.join(',') is "deriveKey,deriveBits"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 PASS key.type is "secret" 42 PASS key.type is "secret"
43 PASS typeof key.extractable is 'boolean' 43 PASS typeof key.extractable is 'boolean'
44 PASS key.extractable is true 44 PASS key.extractable is true
45 PASS key.algorithm.name is "HKDF" 45 PASS key.algorithm.name is "HKDF"
46 PASS key.usages.join(',') is "deriveKey,deriveBits" 46 PASS key.usages.join(',') is "deriveKey,deriveBits"
47 PASS: HKDF of [0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c] should be [2c911172 04d745f3500d636a62f64f0ab3bae548aa53d423b0d1f27ebba6f5e5673a081d70cce7acfc48] an d was 47 PASS: HKDF of [0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c] should be [2c911172 04d745f3500d636a62f64f0ab3bae548aa53d423b0d1f27ebba6f5e5673a081d70cce7acfc48] an d was
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/hkdf/deriveBits-rfc5869-test-vectors.html ('k') | LayoutTests/crypto/subtle/hkdf/deriveKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698