git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add more tests for SubtleCrypto::importKey and SubtleCrypto::exportKey
[WebKit-https.git]
/
LayoutTests
/
crypto
/
subtle
/
aes-import-raw-key-export-raw-key-expected.txt
1
Test importing a raw AES-CBC key with legnth 128 and then export it in raw format
2
3
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
Importing a key...
7
Exporting a key...
8
PASS exportedRawKey is rawKey
9
PASS successfullyParsed is true
10
11
TEST COMPLETE
12