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

Side by Side Diff: LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw-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 wrapping and unwrapping of AES-CBC keys using AES-KW and raw format 1 Tests wrapping and unwrapping of AES-CBC keys using AES-KW and raw format
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: Wrapped key data should be [1fa68b0a8112b447aef34bd8fb5a7b829d3e862371d2cf e5] and was 6 PASS: Wrapped key data should be [1fa68b0a8112b447aef34bd8fb5a7b829d3e862371d2cf e5] and was
7 PASS unwrappedKey.algorithm.name is "HMAC" 7 PASS unwrappedKey.algorithm.name is "HMAC"
8 PASS unwrappedKey.algorithm.hash.name is "SHA-1" 8 PASS unwrappedKey.algorithm.hash.name is "SHA-1"
9 PASS unwrappedKey.algorithm.length is 128 9 PASS unwrappedKey.algorithm.length is 128
10 PASS typeof unwrappedKey.extractable is 'boolean' 10 PASS typeof unwrappedKey.extractable is 'boolean'
(...skipping 21 matching lines...) Expand all
32 PASS unwrappedKey.algorithm.hash.name is "SHA-1" 32 PASS unwrappedKey.algorithm.hash.name is "SHA-1"
33 PASS unwrappedKey.algorithm.length is 256 33 PASS unwrappedKey.algorithm.length is 256
34 PASS typeof unwrappedKey.extractable is 'boolean' 34 PASS typeof unwrappedKey.extractable is 'boolean'
35 PASS unwrappedKey.extractable is true 35 PASS unwrappedKey.extractable is true
36 PASS unwrappedKey.usages.join(',') is "sign" 36 PASS unwrappedKey.usages.join(',') is "sign"
37 PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff000102030405 060708090a0b0c0d0e0f] and was 37 PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff000102030405 060708090a0b0c0d0e0f] and was
38 PASS successfullyParsed is true 38 PASS successfullyParsed is true
39 39
40 TEST COMPLETE 40 TEST COMPLETE
41 41
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.html ('k') | LayoutTests/crypto/subtle/ecdh-deriveBits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698