summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2021-08-04 00:54:02 +0530
committerGitHub <noreply@github.com>2021-08-03 21:24:02 +0200
commit86f89f922296c3c9e082268d01044f2e04a2e210 (patch)
treedf754928b43318c22341d4f95b7aac21a62a7dc1 /tools
parentd7d452efc158d7b1ea89b6f92237cea3b29f88db (diff)
feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys (#11367)
This commit introduces "SubtleCrypto.importKey()" and "SubtleCrypto.exportKey()" APIs.
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json13570
1 files changed, 13543 insertions, 27 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index dc33d70de..b26b8fd52 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -4,29 +4,13006 @@
"derive_bits_keys": {
"ecdh_bits.https.any.html": false,
"ecdh_keys.https.any.html": false,
- "hkdf.https.any.html?1-1000": false,
- "hkdf.https.any.html?1001-2000": false,
- "hkdf.https.any.html?2001-3000": false,
- "hkdf.https.any.html?3001-last": false,
- "pbkdf2.https.any.html?1-1000": false,
- "pbkdf2.https.any.html?1001-2000": false,
- "pbkdf2.https.any.html?2001-3000": false,
- "pbkdf2.https.any.html?3001-4000": false,
- "pbkdf2.https.any.html?4001-5000": false,
- "pbkdf2.https.any.html?5001-6000": false,
- "pbkdf2.https.any.html?6001-7000": false,
- "pbkdf2.https.any.html?7001-8000": false,
- "pbkdf2.https.any.html?8001-last": false
+ "hkdf.https.any.html?1-1000": [
+ "short derivedKey, normal salt, SHA-384, with normal info",
+ "short derivedKey, normal salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-384, with normal info with missing salt",
+ "short derivedKey, normal salt, SHA-384, with normal info with missing info",
+ "short derivedKey, normal salt, SHA-384, with normal info with null length",
+ "short derivedKey, normal salt, SHA-384, with normal info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "short derivedKey, normal salt, SHA-384, with normal info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-384, with empty info",
+ "short derivedKey, normal salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-384, with empty info with missing salt",
+ "short derivedKey, normal salt, SHA-384, with empty info with missing info",
+ "short derivedKey, normal salt, SHA-384, with empty info with null length",
+ "short derivedKey, normal salt, SHA-384, with empty info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "short derivedKey, normal salt, SHA-384, with empty info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-512, with normal info",
+ "short derivedKey, normal salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-512, with normal info with missing salt",
+ "short derivedKey, normal salt, SHA-512, with normal info with missing info",
+ "short derivedKey, normal salt, SHA-512, with normal info with null length",
+ "short derivedKey, normal salt, SHA-512, with normal info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "short derivedKey, normal salt, SHA-512, with normal info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-512, with empty info",
+ "short derivedKey, normal salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-512, with empty info with missing salt",
+ "short derivedKey, normal salt, SHA-512, with empty info with missing info",
+ "short derivedKey, normal salt, SHA-512, with empty info with null length",
+ "short derivedKey, normal salt, SHA-512, with empty info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "short derivedKey, normal salt, SHA-512, with empty info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-1, with normal info",
+ "short derivedKey, normal salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-1, with normal info with missing salt",
+ "short derivedKey, normal salt, SHA-1, with normal info with missing info",
+ "short derivedKey, normal salt, SHA-1, with normal info with null length",
+ "short derivedKey, normal salt, SHA-1, with normal info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "short derivedKey, normal salt, SHA-1, with normal info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-1, with empty info",
+ "short derivedKey, normal salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-1, with empty info with missing salt",
+ "short derivedKey, normal salt, SHA-1, with empty info with missing info",
+ "short derivedKey, normal salt, SHA-1, with empty info with null length",
+ "short derivedKey, normal salt, SHA-1, with empty info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "short derivedKey, normal salt, SHA-1, with empty info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-256, with normal info",
+ "short derivedKey, normal salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-256, with normal info with missing salt",
+ "short derivedKey, normal salt, SHA-256, with normal info with missing info",
+ "short derivedKey, normal salt, SHA-256, with normal info with null length",
+ "short derivedKey, normal salt, SHA-256, with normal info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "short derivedKey, normal salt, SHA-256, with normal info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-256, with empty info",
+ "short derivedKey, normal salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, SHA-256, with empty info with missing salt",
+ "short derivedKey, normal salt, SHA-256, with empty info with missing info",
+ "short derivedKey, normal salt, SHA-256, with empty info with null length",
+ "short derivedKey, normal salt, SHA-256, with empty info with non-multiple of 8 length",
+ "short derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "short derivedKey, normal salt, SHA-256, with empty info with missing deriveBits usage",
+ "short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "short derivedKey, normal salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, PBKDF2, with normal info",
+ "short derivedKey, normal salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, PBKDF2, with empty info",
+ "short derivedKey, empty salt, SHA-384, with normal info",
+ "short derivedKey, empty salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-384, with normal info with missing salt",
+ "short derivedKey, empty salt, SHA-384, with normal info with missing info",
+ "short derivedKey, empty salt, SHA-384, with normal info with null length",
+ "short derivedKey, empty salt, SHA-384, with normal info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "short derivedKey, empty salt, SHA-384, with normal info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-384, with empty info",
+ "short derivedKey, empty salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-384, with empty info with missing salt",
+ "short derivedKey, empty salt, SHA-384, with empty info with missing info",
+ "short derivedKey, empty salt, SHA-384, with empty info with null length",
+ "short derivedKey, empty salt, SHA-384, with empty info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "short derivedKey, empty salt, SHA-384, with empty info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-512, with normal info",
+ "short derivedKey, empty salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-512, with normal info with missing salt",
+ "short derivedKey, empty salt, SHA-512, with normal info with missing info",
+ "short derivedKey, empty salt, SHA-512, with normal info with null length",
+ "short derivedKey, empty salt, SHA-512, with normal info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "short derivedKey, empty salt, SHA-512, with normal info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-512, with empty info",
+ "short derivedKey, empty salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-512, with empty info with missing salt",
+ "short derivedKey, empty salt, SHA-512, with empty info with missing info",
+ "short derivedKey, empty salt, SHA-512, with empty info with null length",
+ "short derivedKey, empty salt, SHA-512, with empty info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "short derivedKey, empty salt, SHA-512, with empty info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-1, with normal info",
+ "short derivedKey, empty salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-1, with normal info with missing salt",
+ "short derivedKey, empty salt, SHA-1, with normal info with missing info",
+ "short derivedKey, empty salt, SHA-1, with normal info with null length",
+ "short derivedKey, empty salt, SHA-1, with normal info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "short derivedKey, empty salt, SHA-1, with normal info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-1, with empty info",
+ "short derivedKey, empty salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage"
+ ],
+ "hkdf.https.any.html?1001-2000": [
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-1, with empty info with missing salt",
+ "short derivedKey, empty salt, SHA-1, with empty info with missing info",
+ "short derivedKey, empty salt, SHA-1, with empty info with null length",
+ "short derivedKey, empty salt, SHA-1, with empty info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "short derivedKey, empty salt, SHA-1, with empty info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-256, with normal info",
+ "short derivedKey, empty salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-256, with normal info with missing salt",
+ "short derivedKey, empty salt, SHA-256, with normal info with missing info",
+ "short derivedKey, empty salt, SHA-256, with normal info with null length",
+ "short derivedKey, empty salt, SHA-256, with normal info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "short derivedKey, empty salt, SHA-256, with normal info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-256, with empty info",
+ "short derivedKey, empty salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, SHA-256, with empty info with missing salt",
+ "short derivedKey, empty salt, SHA-256, with empty info with missing info",
+ "short derivedKey, empty salt, SHA-256, with empty info with null length",
+ "short derivedKey, empty salt, SHA-256, with empty info with non-multiple of 8 length",
+ "short derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "short derivedKey, empty salt, SHA-256, with empty info with missing deriveBits usage",
+ "short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "short derivedKey, empty salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, PBKDF2, with normal info",
+ "short derivedKey, empty salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, PBKDF2, with empty info",
+ "long derivedKey, normal salt, SHA-384, with normal info",
+ "long derivedKey, normal salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-384, with normal info with missing salt",
+ "long derivedKey, normal salt, SHA-384, with normal info with missing info",
+ "long derivedKey, normal salt, SHA-384, with normal info with null length",
+ "long derivedKey, normal salt, SHA-384, with normal info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "long derivedKey, normal salt, SHA-384, with normal info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-384, with empty info",
+ "long derivedKey, normal salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-384, with empty info with missing salt",
+ "long derivedKey, normal salt, SHA-384, with empty info with missing info",
+ "long derivedKey, normal salt, SHA-384, with empty info with null length",
+ "long derivedKey, normal salt, SHA-384, with empty info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "long derivedKey, normal salt, SHA-384, with empty info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-512, with normal info",
+ "long derivedKey, normal salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-512, with normal info with missing salt",
+ "long derivedKey, normal salt, SHA-512, with normal info with missing info",
+ "long derivedKey, normal salt, SHA-512, with normal info with null length",
+ "long derivedKey, normal salt, SHA-512, with normal info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "long derivedKey, normal salt, SHA-512, with normal info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-512, with empty info",
+ "long derivedKey, normal salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-512, with empty info with missing salt",
+ "long derivedKey, normal salt, SHA-512, with empty info with missing info",
+ "long derivedKey, normal salt, SHA-512, with empty info with null length",
+ "long derivedKey, normal salt, SHA-512, with empty info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "long derivedKey, normal salt, SHA-512, with empty info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-1, with normal info",
+ "long derivedKey, normal salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-1, with normal info with missing salt",
+ "long derivedKey, normal salt, SHA-1, with normal info with missing info",
+ "long derivedKey, normal salt, SHA-1, with normal info with null length",
+ "long derivedKey, normal salt, SHA-1, with normal info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "long derivedKey, normal salt, SHA-1, with normal info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-1, with empty info",
+ "long derivedKey, normal salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-1, with empty info with missing salt",
+ "long derivedKey, normal salt, SHA-1, with empty info with missing info",
+ "long derivedKey, normal salt, SHA-1, with empty info with null length",
+ "long derivedKey, normal salt, SHA-1, with empty info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "long derivedKey, normal salt, SHA-1, with empty info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-256, with normal info",
+ "long derivedKey, normal salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-256, with normal info with missing salt",
+ "long derivedKey, normal salt, SHA-256, with normal info with missing info",
+ "long derivedKey, normal salt, SHA-256, with normal info with null length",
+ "long derivedKey, normal salt, SHA-256, with normal info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "long derivedKey, normal salt, SHA-256, with normal info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-256, with empty info",
+ "long derivedKey, normal salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, SHA-256, with empty info with missing salt",
+ "long derivedKey, normal salt, SHA-256, with empty info with missing info",
+ "long derivedKey, normal salt, SHA-256, with empty info with null length",
+ "long derivedKey, normal salt, SHA-256, with empty info with non-multiple of 8 length",
+ "long derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "long derivedKey, normal salt, SHA-256, with empty info with missing deriveBits usage",
+ "long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "long derivedKey, normal salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, PBKDF2, with normal info",
+ "long derivedKey, normal salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, PBKDF2, with empty info",
+ "long derivedKey, empty salt, SHA-384, with normal info",
+ "long derivedKey, empty salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-384, with normal info with missing salt",
+ "long derivedKey, empty salt, SHA-384, with normal info with missing info",
+ "long derivedKey, empty salt, SHA-384, with normal info with null length",
+ "long derivedKey, empty salt, SHA-384, with normal info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "long derivedKey, empty salt, SHA-384, with normal info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-384, with empty info",
+ "long derivedKey, empty salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-384, with empty info with missing salt",
+ "long derivedKey, empty salt, SHA-384, with empty info with missing info",
+ "long derivedKey, empty salt, SHA-384, with empty info with null length",
+ "long derivedKey, empty salt, SHA-384, with empty info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "long derivedKey, empty salt, SHA-384, with empty info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key"
+ ],
+ "hkdf.https.any.html?2001-3000": [
+ "long derivedKey, empty salt, SHA-512, with normal info",
+ "long derivedKey, empty salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-512, with normal info with missing salt",
+ "long derivedKey, empty salt, SHA-512, with normal info with missing info",
+ "long derivedKey, empty salt, SHA-512, with normal info with null length",
+ "long derivedKey, empty salt, SHA-512, with normal info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "long derivedKey, empty salt, SHA-512, with normal info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-512, with empty info",
+ "long derivedKey, empty salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-512, with empty info with missing salt",
+ "long derivedKey, empty salt, SHA-512, with empty info with missing info",
+ "long derivedKey, empty salt, SHA-512, with empty info with null length",
+ "long derivedKey, empty salt, SHA-512, with empty info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "long derivedKey, empty salt, SHA-512, with empty info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-1, with normal info",
+ "long derivedKey, empty salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-1, with normal info with missing salt",
+ "long derivedKey, empty salt, SHA-1, with normal info with missing info",
+ "long derivedKey, empty salt, SHA-1, with normal info with null length",
+ "long derivedKey, empty salt, SHA-1, with normal info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "long derivedKey, empty salt, SHA-1, with normal info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-1, with empty info",
+ "long derivedKey, empty salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-1, with empty info with missing salt",
+ "long derivedKey, empty salt, SHA-1, with empty info with missing info",
+ "long derivedKey, empty salt, SHA-1, with empty info with null length",
+ "long derivedKey, empty salt, SHA-1, with empty info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "long derivedKey, empty salt, SHA-1, with empty info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-256, with normal info",
+ "long derivedKey, empty salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-256, with normal info with missing salt",
+ "long derivedKey, empty salt, SHA-256, with normal info with missing info",
+ "long derivedKey, empty salt, SHA-256, with normal info with null length",
+ "long derivedKey, empty salt, SHA-256, with normal info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "long derivedKey, empty salt, SHA-256, with normal info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-256, with empty info",
+ "long derivedKey, empty salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, SHA-256, with empty info with missing salt",
+ "long derivedKey, empty salt, SHA-256, with empty info with missing info",
+ "long derivedKey, empty salt, SHA-256, with empty info with null length",
+ "long derivedKey, empty salt, SHA-256, with empty info with non-multiple of 8 length",
+ "long derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "long derivedKey, empty salt, SHA-256, with empty info with missing deriveBits usage",
+ "long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "long derivedKey, empty salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, PBKDF2, with normal info",
+ "long derivedKey, empty salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, PBKDF2, with empty info",
+ "empty derivedKey, normal salt, SHA-384, with normal info",
+ "empty derivedKey, normal salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-384, with normal info with missing salt",
+ "empty derivedKey, normal salt, SHA-384, with normal info with missing info",
+ "empty derivedKey, normal salt, SHA-384, with normal info with null length",
+ "empty derivedKey, normal salt, SHA-384, with normal info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-384, with normal info with bad hash name SHA384",
+ "empty derivedKey, normal salt, SHA-384, with normal info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-384, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-384, with empty info",
+ "empty derivedKey, normal salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-384, with empty info with missing salt",
+ "empty derivedKey, normal salt, SHA-384, with empty info with missing info",
+ "empty derivedKey, normal salt, SHA-384, with empty info with null length",
+ "empty derivedKey, normal salt, SHA-384, with empty info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-384, with empty info with bad hash name SHA384",
+ "empty derivedKey, normal salt, SHA-384, with empty info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-384, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-512, with normal info",
+ "empty derivedKey, normal salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-512, with normal info with missing salt",
+ "empty derivedKey, normal salt, SHA-512, with normal info with missing info",
+ "empty derivedKey, normal salt, SHA-512, with normal info with null length",
+ "empty derivedKey, normal salt, SHA-512, with normal info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-512, with normal info with bad hash name SHA512",
+ "empty derivedKey, normal salt, SHA-512, with normal info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-512, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-512, with empty info",
+ "empty derivedKey, normal salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-512, with empty info with missing salt",
+ "empty derivedKey, normal salt, SHA-512, with empty info with missing info",
+ "empty derivedKey, normal salt, SHA-512, with empty info with null length",
+ "empty derivedKey, normal salt, SHA-512, with empty info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-512, with empty info with bad hash name SHA512",
+ "empty derivedKey, normal salt, SHA-512, with empty info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-512, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-1, with normal info",
+ "empty derivedKey, normal salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-1, with normal info with missing salt",
+ "empty derivedKey, normal salt, SHA-1, with normal info with missing info",
+ "empty derivedKey, normal salt, SHA-1, with normal info with null length",
+ "empty derivedKey, normal salt, SHA-1, with normal info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-1, with normal info with bad hash name SHA1",
+ "empty derivedKey, normal salt, SHA-1, with normal info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-1, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-1, with empty info",
+ "empty derivedKey, normal salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-1, with empty info with missing salt",
+ "empty derivedKey, normal salt, SHA-1, with empty info with missing info",
+ "empty derivedKey, normal salt, SHA-1, with empty info with null length",
+ "empty derivedKey, normal salt, SHA-1, with empty info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-1, with empty info with bad hash name SHA1",
+ "empty derivedKey, normal salt, SHA-1, with empty info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-1, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-256, with normal info",
+ "empty derivedKey, normal salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-256, with normal info with missing salt",
+ "empty derivedKey, normal salt, SHA-256, with normal info with missing info",
+ "empty derivedKey, normal salt, SHA-256, with normal info with null length",
+ "empty derivedKey, normal salt, SHA-256, with normal info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-256, with normal info with bad hash name SHA256",
+ "empty derivedKey, normal salt, SHA-256, with normal info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-256, with empty info",
+ "empty derivedKey, normal salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage"
+ ],
+ "hkdf.https.any.html?3001-last": [
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, SHA-256, with empty info with missing salt",
+ "empty derivedKey, normal salt, SHA-256, with empty info with missing info",
+ "empty derivedKey, normal salt, SHA-256, with empty info with null length",
+ "empty derivedKey, normal salt, SHA-256, with empty info with non-multiple of 8 length",
+ "empty derivedKey, normal salt, SHA-256, with empty info with bad hash name SHA256",
+ "empty derivedKey, normal salt, SHA-256, with empty info with missing deriveBits usage",
+ "empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key",
+ "empty derivedKey, normal salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, PBKDF2, with normal info",
+ "empty derivedKey, normal salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, PBKDF2, with empty info",
+ "empty derivedKey, empty salt, SHA-384, with normal info",
+ "empty derivedKey, empty salt, SHA-384, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-384, with normal info with missing salt",
+ "empty derivedKey, empty salt, SHA-384, with normal info with missing info",
+ "empty derivedKey, empty salt, SHA-384, with normal info with null length",
+ "empty derivedKey, empty salt, SHA-384, with normal info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-384, with normal info with bad hash name SHA384",
+ "empty derivedKey, empty salt, SHA-384, with normal info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-384, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-384, with empty info",
+ "empty derivedKey, empty salt, SHA-384, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-384, with empty info with missing salt",
+ "empty derivedKey, empty salt, SHA-384, with empty info with missing info",
+ "empty derivedKey, empty salt, SHA-384, with empty info with null length",
+ "empty derivedKey, empty salt, SHA-384, with empty info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-384, with empty info with bad hash name SHA384",
+ "empty derivedKey, empty salt, SHA-384, with empty info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-384, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-512, with normal info",
+ "empty derivedKey, empty salt, SHA-512, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-512, with normal info with missing salt",
+ "empty derivedKey, empty salt, SHA-512, with normal info with missing info",
+ "empty derivedKey, empty salt, SHA-512, with normal info with null length",
+ "empty derivedKey, empty salt, SHA-512, with normal info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-512, with normal info with bad hash name SHA512",
+ "empty derivedKey, empty salt, SHA-512, with normal info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-512, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-512, with empty info",
+ "empty derivedKey, empty salt, SHA-512, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-512, with empty info with missing salt",
+ "empty derivedKey, empty salt, SHA-512, with empty info with missing info",
+ "empty derivedKey, empty salt, SHA-512, with empty info with null length",
+ "empty derivedKey, empty salt, SHA-512, with empty info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-512, with empty info with bad hash name SHA512",
+ "empty derivedKey, empty salt, SHA-512, with empty info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-512, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-1, with normal info",
+ "empty derivedKey, empty salt, SHA-1, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-1, with normal info with missing salt",
+ "empty derivedKey, empty salt, SHA-1, with normal info with missing info",
+ "empty derivedKey, empty salt, SHA-1, with normal info with null length",
+ "empty derivedKey, empty salt, SHA-1, with normal info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-1, with normal info with bad hash name SHA1",
+ "empty derivedKey, empty salt, SHA-1, with normal info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-1, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-1, with empty info",
+ "empty derivedKey, empty salt, SHA-1, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-1, with empty info with missing salt",
+ "empty derivedKey, empty salt, SHA-1, with empty info with missing info",
+ "empty derivedKey, empty salt, SHA-1, with empty info with null length",
+ "empty derivedKey, empty salt, SHA-1, with empty info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-1, with empty info with bad hash name SHA1",
+ "empty derivedKey, empty salt, SHA-1, with empty info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-1, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-256, with normal info",
+ "empty derivedKey, empty salt, SHA-256, with normal info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-256, with normal info with missing salt",
+ "empty derivedKey, empty salt, SHA-256, with normal info with missing info",
+ "empty derivedKey, empty salt, SHA-256, with normal info with null length",
+ "empty derivedKey, empty salt, SHA-256, with normal info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-256, with normal info with bad hash name SHA256",
+ "empty derivedKey, empty salt, SHA-256, with normal info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-256, with empty info",
+ "empty derivedKey, empty salt, SHA-256, with empty info with 0 length",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, SHA-256, with empty info with missing salt",
+ "empty derivedKey, empty salt, SHA-256, with empty info with missing info",
+ "empty derivedKey, empty salt, SHA-256, with empty info with null length",
+ "empty derivedKey, empty salt, SHA-256, with empty info with non-multiple of 8 length",
+ "empty derivedKey, empty salt, SHA-256, with empty info with bad hash name SHA256",
+ "empty derivedKey, empty salt, SHA-256, with empty info with missing deriveBits usage",
+ "empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key",
+ "empty derivedKey, empty salt, PBKDF2, with normal info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, PBKDF2, with normal info",
+ "empty derivedKey, empty salt, PBKDF2, with empty info with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 192 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CBC length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 128 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 192 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-CTR length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 128 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 192 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-GCM length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 128 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 192 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, PBKDF2, with empty info"
+ ],
+ "pbkdf2.https.any.html?1-1000": [
+ "short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 1 iterations with null length",
+ "short password, short salt, SHA-384, with 1 iterations with 0 length",
+ "short password, short salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "short password, short salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 1000 iterations with null length",
+ "short password, short salt, SHA-384, with 1000 iterations with 0 length",
+ "short password, short salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "short password, short salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 100000 iterations with null length",
+ "short password, short salt, SHA-384, with 100000 iterations with 0 length",
+ "short password, short salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "short password, short salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 0 iterations",
+ "short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 1 iterations with null length",
+ "short password, short salt, SHA-512, with 1 iterations with 0 length",
+ "short password, short salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "short password, short salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 1000 iterations with null length",
+ "short password, short salt, SHA-512, with 1000 iterations with 0 length",
+ "short password, short salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "short password, short salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 100000 iterations with null length",
+ "short password, short salt, SHA-512, with 100000 iterations with 0 length",
+ "short password, short salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "short password, short salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 0 iterations",
+ "short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 1 iterations with null length",
+ "short password, short salt, SHA-1, with 1 iterations with 0 length",
+ "short password, short salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "short password, short salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 1000 iterations with null length",
+ "short password, short salt, SHA-1, with 1000 iterations with 0 length",
+ "short password, short salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "short password, short salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 100000 iterations with null length",
+ "short password, short salt, SHA-1, with 100000 iterations with 0 length",
+ "short password, short salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "short password, short salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 0 iterations",
+ "short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 1 iterations with null length",
+ "short password, short salt, SHA-256, with 1 iterations with 0 length",
+ "short password, short salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "short password, short salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 1000 iterations with null length",
+ "short password, short salt, SHA-256, with 1000 iterations with 0 length",
+ "short password, short salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "short password, short salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 100000 iterations with null length",
+ "short password, short salt, SHA-256, with 100000 iterations with 0 length",
+ "short password, short salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "short password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "short password, short salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 0 iterations",
+ "short password, short salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, PBKDF2, with 1 iterations",
+ "short password, short salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, PBKDF2, with 1000 iterations",
+ "short password, short salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, PBKDF2, with 100000 iterations",
+ "short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key"
+ ],
+ "pbkdf2.https.any.html?1001-2000": [
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 1 iterations with null length",
+ "short password, long salt, SHA-384, with 1 iterations with 0 length",
+ "short password, long salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "short password, long salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 1000 iterations with null length",
+ "short password, long salt, SHA-384, with 1000 iterations with 0 length",
+ "short password, long salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "short password, long salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 100000 iterations with null length",
+ "short password, long salt, SHA-384, with 100000 iterations with 0 length",
+ "short password, long salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "short password, long salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 0 iterations",
+ "short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 1 iterations with null length",
+ "short password, long salt, SHA-512, with 1 iterations with 0 length",
+ "short password, long salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "short password, long salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 1000 iterations with null length",
+ "short password, long salt, SHA-512, with 1000 iterations with 0 length",
+ "short password, long salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "short password, long salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 100000 iterations with null length",
+ "short password, long salt, SHA-512, with 100000 iterations with 0 length",
+ "short password, long salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "short password, long salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 0 iterations",
+ "short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 1 iterations with null length",
+ "short password, long salt, SHA-1, with 1 iterations with 0 length",
+ "short password, long salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "short password, long salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 1000 iterations with null length",
+ "short password, long salt, SHA-1, with 1000 iterations with 0 length",
+ "short password, long salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "short password, long salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 100000 iterations with null length",
+ "short password, long salt, SHA-1, with 100000 iterations with 0 length",
+ "short password, long salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "short password, long salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 0 iterations",
+ "short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 1 iterations with null length",
+ "short password, long salt, SHA-256, with 1 iterations with 0 length",
+ "short password, long salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "short password, long salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 1000 iterations with null length",
+ "short password, long salt, SHA-256, with 1000 iterations with 0 length",
+ "short password, long salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "short password, long salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 100000 iterations with null length",
+ "short password, long salt, SHA-256, with 100000 iterations with 0 length",
+ "short password, long salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "short password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "short password, long salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 0 iterations",
+ "short password, long salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, PBKDF2, with 1 iterations",
+ "short password, long salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, PBKDF2, with 1000 iterations",
+ "short password, long salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, PBKDF2, with 100000 iterations",
+ "short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1 iterations"
+ ],
+ "pbkdf2.https.any.html?2001-3000": [
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 1 iterations with null length",
+ "short password, empty salt, SHA-384, with 1 iterations with 0 length",
+ "short password, empty salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "short password, empty salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 1000 iterations with null length",
+ "short password, empty salt, SHA-384, with 1000 iterations with 0 length",
+ "short password, empty salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "short password, empty salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 100000 iterations with null length",
+ "short password, empty salt, SHA-384, with 100000 iterations with 0 length",
+ "short password, empty salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "short password, empty salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 0 iterations",
+ "short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 1 iterations with null length",
+ "short password, empty salt, SHA-512, with 1 iterations with 0 length",
+ "short password, empty salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "short password, empty salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 1000 iterations with null length",
+ "short password, empty salt, SHA-512, with 1000 iterations with 0 length",
+ "short password, empty salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "short password, empty salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 100000 iterations with null length",
+ "short password, empty salt, SHA-512, with 100000 iterations with 0 length",
+ "short password, empty salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "short password, empty salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 0 iterations",
+ "short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 1 iterations with null length",
+ "short password, empty salt, SHA-1, with 1 iterations with 0 length",
+ "short password, empty salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "short password, empty salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 1000 iterations with null length",
+ "short password, empty salt, SHA-1, with 1000 iterations with 0 length",
+ "short password, empty salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "short password, empty salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 100000 iterations with null length",
+ "short password, empty salt, SHA-1, with 100000 iterations with 0 length",
+ "short password, empty salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "short password, empty salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 0 iterations",
+ "short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 1 iterations with null length",
+ "short password, empty salt, SHA-256, with 1 iterations with 0 length",
+ "short password, empty salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "short password, empty salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 1000 iterations with null length",
+ "short password, empty salt, SHA-256, with 1000 iterations with 0 length",
+ "short password, empty salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "short password, empty salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 100000 iterations with null length",
+ "short password, empty salt, SHA-256, with 100000 iterations with 0 length",
+ "short password, empty salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "short password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "short password, empty salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 0 iterations",
+ "short password, empty salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, PBKDF2, with 1 iterations",
+ "short password, empty salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, PBKDF2, with 1000 iterations",
+ "short password, empty salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, PBKDF2, with 100000 iterations",
+ "long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 1 iterations with null length",
+ "long password, short salt, SHA-384, with 1 iterations with 0 length",
+ "long password, short salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "long password, short salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage"
+ ],
+ "pbkdf2.https.any.html?3001-4000": [
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 1000 iterations with null length",
+ "long password, short salt, SHA-384, with 1000 iterations with 0 length",
+ "long password, short salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "long password, short salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 100000 iterations with null length",
+ "long password, short salt, SHA-384, with 100000 iterations with 0 length",
+ "long password, short salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "long password, short salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 0 iterations",
+ "long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 1 iterations with null length",
+ "long password, short salt, SHA-512, with 1 iterations with 0 length",
+ "long password, short salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "long password, short salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 1000 iterations with null length",
+ "long password, short salt, SHA-512, with 1000 iterations with 0 length",
+ "long password, short salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "long password, short salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 100000 iterations with null length",
+ "long password, short salt, SHA-512, with 100000 iterations with 0 length",
+ "long password, short salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "long password, short salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 0 iterations",
+ "long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 1 iterations with null length",
+ "long password, short salt, SHA-1, with 1 iterations with 0 length",
+ "long password, short salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "long password, short salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 1000 iterations with null length",
+ "long password, short salt, SHA-1, with 1000 iterations with 0 length",
+ "long password, short salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "long password, short salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 100000 iterations with null length",
+ "long password, short salt, SHA-1, with 100000 iterations with 0 length",
+ "long password, short salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "long password, short salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 0 iterations",
+ "long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 1 iterations with null length",
+ "long password, short salt, SHA-256, with 1 iterations with 0 length",
+ "long password, short salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "long password, short salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 1000 iterations with null length",
+ "long password, short salt, SHA-256, with 1000 iterations with 0 length",
+ "long password, short salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "long password, short salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 100000 iterations with null length",
+ "long password, short salt, SHA-256, with 100000 iterations with 0 length",
+ "long password, short salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "long password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "long password, short salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 0 iterations",
+ "long password, short salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, PBKDF2, with 1 iterations",
+ "long password, short salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, PBKDF2, with 1000 iterations",
+ "long password, short salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, PBKDF2, with 100000 iterations",
+ "long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 1 iterations with null length",
+ "long password, long salt, SHA-384, with 1 iterations with 0 length",
+ "long password, long salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "long password, long salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key"
+ ],
+ "pbkdf2.https.any.html?4001-5000": [
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 1000 iterations with null length",
+ "long password, long salt, SHA-384, with 1000 iterations with 0 length",
+ "long password, long salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "long password, long salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 100000 iterations with null length",
+ "long password, long salt, SHA-384, with 100000 iterations with 0 length",
+ "long password, long salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "long password, long salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 0 iterations",
+ "long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 1 iterations with null length",
+ "long password, long salt, SHA-512, with 1 iterations with 0 length",
+ "long password, long salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "long password, long salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 1000 iterations with null length",
+ "long password, long salt, SHA-512, with 1000 iterations with 0 length",
+ "long password, long salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "long password, long salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 100000 iterations with null length",
+ "long password, long salt, SHA-512, with 100000 iterations with 0 length",
+ "long password, long salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "long password, long salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 0 iterations",
+ "long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 1 iterations with null length",
+ "long password, long salt, SHA-1, with 1 iterations with 0 length",
+ "long password, long salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "long password, long salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 1000 iterations with null length",
+ "long password, long salt, SHA-1, with 1000 iterations with 0 length",
+ "long password, long salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "long password, long salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 100000 iterations with null length",
+ "long password, long salt, SHA-1, with 100000 iterations with 0 length",
+ "long password, long salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "long password, long salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 0 iterations",
+ "long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 1 iterations with null length",
+ "long password, long salt, SHA-256, with 1 iterations with 0 length",
+ "long password, long salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "long password, long salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 1000 iterations with null length",
+ "long password, long salt, SHA-256, with 1000 iterations with 0 length",
+ "long password, long salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "long password, long salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 100000 iterations with null length",
+ "long password, long salt, SHA-256, with 100000 iterations with 0 length",
+ "long password, long salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "long password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "long password, long salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 0 iterations",
+ "long password, long salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, PBKDF2, with 1 iterations",
+ "long password, long salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, PBKDF2, with 1000 iterations",
+ "long password, long salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, PBKDF2, with 100000 iterations",
+ "long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 1 iterations with null length",
+ "long password, empty salt, SHA-384, with 1 iterations with 0 length",
+ "long password, empty salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "long password, empty salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 1000 iterations with null length",
+ "long password, empty salt, SHA-384, with 1000 iterations with 0 length",
+ "long password, empty salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "long password, empty salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384"
+ ],
+ "pbkdf2.https.any.html?5001-6000": [
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 100000 iterations with null length",
+ "long password, empty salt, SHA-384, with 100000 iterations with 0 length",
+ "long password, empty salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "long password, empty salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 0 iterations",
+ "long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 1 iterations with null length",
+ "long password, empty salt, SHA-512, with 1 iterations with 0 length",
+ "long password, empty salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "long password, empty salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 1000 iterations with null length",
+ "long password, empty salt, SHA-512, with 1000 iterations with 0 length",
+ "long password, empty salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "long password, empty salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 100000 iterations with null length",
+ "long password, empty salt, SHA-512, with 100000 iterations with 0 length",
+ "long password, empty salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "long password, empty salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 0 iterations",
+ "long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 1 iterations with null length",
+ "long password, empty salt, SHA-1, with 1 iterations with 0 length",
+ "long password, empty salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "long password, empty salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 1000 iterations with null length",
+ "long password, empty salt, SHA-1, with 1000 iterations with 0 length",
+ "long password, empty salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "long password, empty salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 100000 iterations with null length",
+ "long password, empty salt, SHA-1, with 100000 iterations with 0 length",
+ "long password, empty salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "long password, empty salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 0 iterations",
+ "long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 1 iterations with null length",
+ "long password, empty salt, SHA-256, with 1 iterations with 0 length",
+ "long password, empty salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "long password, empty salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 1000 iterations with null length",
+ "long password, empty salt, SHA-256, with 1000 iterations with 0 length",
+ "long password, empty salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "long password, empty salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 100000 iterations with null length",
+ "long password, empty salt, SHA-256, with 100000 iterations with 0 length",
+ "long password, empty salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "long password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "long password, empty salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 0 iterations",
+ "long password, empty salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, PBKDF2, with 1 iterations",
+ "long password, empty salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, PBKDF2, with 1000 iterations",
+ "long password, empty salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, PBKDF2, with 100000 iterations",
+ "empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 1 iterations with null length",
+ "empty password, short salt, SHA-384, with 1 iterations with 0 length",
+ "empty password, short salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "empty password, short salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 1000 iterations with null length",
+ "empty password, short salt, SHA-384, with 1000 iterations with 0 length",
+ "empty password, short salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "empty password, short salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage"
+ ],
+ "pbkdf2.https.any.html?6001-7000": [
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 100000 iterations with null length",
+ "empty password, short salt, SHA-384, with 100000 iterations with 0 length",
+ "empty password, short salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "empty password, short salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 0 iterations",
+ "empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 1 iterations with null length",
+ "empty password, short salt, SHA-512, with 1 iterations with 0 length",
+ "empty password, short salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "empty password, short salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 1000 iterations with null length",
+ "empty password, short salt, SHA-512, with 1000 iterations with 0 length",
+ "empty password, short salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "empty password, short salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 100000 iterations with null length",
+ "empty password, short salt, SHA-512, with 100000 iterations with 0 length",
+ "empty password, short salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "empty password, short salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 0 iterations",
+ "empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 1 iterations with null length",
+ "empty password, short salt, SHA-1, with 1 iterations with 0 length",
+ "empty password, short salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "empty password, short salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 1000 iterations with null length",
+ "empty password, short salt, SHA-1, with 1000 iterations with 0 length",
+ "empty password, short salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "empty password, short salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 100000 iterations with null length",
+ "empty password, short salt, SHA-1, with 100000 iterations with 0 length",
+ "empty password, short salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "empty password, short salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 0 iterations",
+ "empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 1 iterations with null length",
+ "empty password, short salt, SHA-256, with 1 iterations with 0 length",
+ "empty password, short salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "empty password, short salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 1000 iterations with null length",
+ "empty password, short salt, SHA-256, with 1000 iterations with 0 length",
+ "empty password, short salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "empty password, short salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 100000 iterations with null length",
+ "empty password, short salt, SHA-256, with 100000 iterations with 0 length",
+ "empty password, short salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "empty password, short salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "empty password, short salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 0 iterations",
+ "empty password, short salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, PBKDF2, with 1 iterations",
+ "empty password, short salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, PBKDF2, with 1000 iterations",
+ "empty password, short salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, PBKDF2, with 100000 iterations",
+ "empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 1 iterations with null length",
+ "empty password, long salt, SHA-384, with 1 iterations with 0 length",
+ "empty password, long salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "empty password, long salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 1000 iterations with null length",
+ "empty password, long salt, SHA-384, with 1000 iterations with 0 length",
+ "empty password, long salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "empty password, long salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key"
+ ],
+ "pbkdf2.https.any.html?7001-8000": [
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 100000 iterations with null length",
+ "empty password, long salt, SHA-384, with 100000 iterations with 0 length",
+ "empty password, long salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "empty password, long salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 0 iterations",
+ "empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 1 iterations with null length",
+ "empty password, long salt, SHA-512, with 1 iterations with 0 length",
+ "empty password, long salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "empty password, long salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 1000 iterations with null length",
+ "empty password, long salt, SHA-512, with 1000 iterations with 0 length",
+ "empty password, long salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "empty password, long salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 100000 iterations with null length",
+ "empty password, long salt, SHA-512, with 100000 iterations with 0 length",
+ "empty password, long salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "empty password, long salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 0 iterations",
+ "empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 1 iterations with null length",
+ "empty password, long salt, SHA-1, with 1 iterations with 0 length",
+ "empty password, long salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "empty password, long salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 1000 iterations with null length",
+ "empty password, long salt, SHA-1, with 1000 iterations with 0 length",
+ "empty password, long salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "empty password, long salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 100000 iterations with null length",
+ "empty password, long salt, SHA-1, with 100000 iterations with 0 length",
+ "empty password, long salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "empty password, long salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 0 iterations",
+ "empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 1 iterations with null length",
+ "empty password, long salt, SHA-256, with 1 iterations with 0 length",
+ "empty password, long salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "empty password, long salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 1000 iterations with null length",
+ "empty password, long salt, SHA-256, with 1000 iterations with 0 length",
+ "empty password, long salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "empty password, long salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 100000 iterations with null length",
+ "empty password, long salt, SHA-256, with 100000 iterations with 0 length",
+ "empty password, long salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "empty password, long salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "empty password, long salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 0 iterations",
+ "empty password, long salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, PBKDF2, with 1 iterations",
+ "empty password, long salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, PBKDF2, with 1000 iterations",
+ "empty password, long salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, PBKDF2, with 100000 iterations",
+ "empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 1 iterations with null length",
+ "empty password, empty salt, SHA-384, with 1 iterations with 0 length",
+ "empty password, empty salt, SHA-384, with 1 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-384, with 1 iterations with bad hash name SHA384",
+ "empty password, empty salt, SHA-384, with 1 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 1000 iterations with null length",
+ "empty password, empty salt, SHA-384, with 1000 iterations with 0 length",
+ "empty password, empty salt, SHA-384, with 1000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-384, with 1000 iterations with bad hash name SHA384",
+ "empty password, empty salt, SHA-384, with 1000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 100000 iterations with null length",
+ "empty password, empty salt, SHA-384, with 100000 iterations with 0 length",
+ "empty password, empty salt, SHA-384, with 100000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-384, with 100000 iterations with bad hash name SHA384",
+ "empty password, empty salt, SHA-384, with 100000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 0 iterations",
+ "empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations"
+ ],
+ "pbkdf2.https.any.html?8001-last": [
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 1 iterations with null length",
+ "empty password, empty salt, SHA-512, with 1 iterations with 0 length",
+ "empty password, empty salt, SHA-512, with 1 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-512, with 1 iterations with bad hash name SHA512",
+ "empty password, empty salt, SHA-512, with 1 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 1000 iterations with null length",
+ "empty password, empty salt, SHA-512, with 1000 iterations with 0 length",
+ "empty password, empty salt, SHA-512, with 1000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-512, with 1000 iterations with bad hash name SHA512",
+ "empty password, empty salt, SHA-512, with 1000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 100000 iterations with null length",
+ "empty password, empty salt, SHA-512, with 100000 iterations with 0 length",
+ "empty password, empty salt, SHA-512, with 100000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-512, with 100000 iterations with bad hash name SHA512",
+ "empty password, empty salt, SHA-512, with 100000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 0 iterations",
+ "empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 1 iterations with null length",
+ "empty password, empty salt, SHA-1, with 1 iterations with 0 length",
+ "empty password, empty salt, SHA-1, with 1 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-1, with 1 iterations with bad hash name SHA1",
+ "empty password, empty salt, SHA-1, with 1 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 1000 iterations with null length",
+ "empty password, empty salt, SHA-1, with 1000 iterations with 0 length",
+ "empty password, empty salt, SHA-1, with 1000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-1, with 1000 iterations with bad hash name SHA1",
+ "empty password, empty salt, SHA-1, with 1000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 100000 iterations with null length",
+ "empty password, empty salt, SHA-1, with 100000 iterations with 0 length",
+ "empty password, empty salt, SHA-1, with 100000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-1, with 100000 iterations with bad hash name SHA1",
+ "empty password, empty salt, SHA-1, with 100000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 0 iterations",
+ "empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 1 iterations with null length",
+ "empty password, empty salt, SHA-256, with 1 iterations with 0 length",
+ "empty password, empty salt, SHA-256, with 1 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-256, with 1 iterations with bad hash name SHA256",
+ "empty password, empty salt, SHA-256, with 1 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 1000 iterations with null length",
+ "empty password, empty salt, SHA-256, with 1000 iterations with 0 length",
+ "empty password, empty salt, SHA-256, with 1000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-256, with 1000 iterations with bad hash name SHA256",
+ "empty password, empty salt, SHA-256, with 1000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 100000 iterations with null length",
+ "empty password, empty salt, SHA-256, with 100000 iterations with 0 length",
+ "empty password, empty salt, SHA-256, with 100000 iterations with non-multiple of 8 length",
+ "empty password, empty salt, SHA-256, with 100000 iterations with bad hash name SHA256",
+ "empty password, empty salt, SHA-256, with 100000 iterations with missing deriveBits usage",
+ "empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key",
+ "empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-256, with 0 iterations",
+ "empty password, empty salt, PBKDF2, with 1 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, PBKDF2, with 1 iterations",
+ "empty password, empty salt, PBKDF2, with 1000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, PBKDF2, with 1000 iterations",
+ "empty password, empty salt, PBKDF2, with 100000 iterations with non-digest algorithm PBKDF2",
+ "Derived key of type name: AES-CBC length: 128 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 192 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CBC length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 128 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 192 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-CTR length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 128 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 192 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-GCM length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 128 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 192 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: AES-KW length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-1 length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-256 length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-384 length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations",
+ "Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, PBKDF2, with 100000 iterations"
+ ]
},
"digest": {
"digest.https.any.html": true
},
"encrypt_decrypt": {
- "aes_cbc.https.any.html": false,
- "aes_ctr.https.any.html": false,
- "aes_gcm.https.any.html": false,
- "rsa.https.any.html": false,
- "rsa_oaep.https.any.html": false
+ "aes_cbc.https.any.html": [
+ "importKey step: AES-CBC 128-bit key",
+ "importKey step: AES-CBC 192-bit key",
+ "importKey step: AES-CBC 256-bit key",
+ "importKey step: AES-CBC 128-bit key with altered plaintext",
+ "importKey step: AES-CBC 192-bit key with altered plaintext",
+ "importKey step: AES-CBC 256-bit key with altered plaintext",
+ "importKey step for decryption: AES-CBC 128-bit key",
+ "importKey step for decryption: AES-CBC 192-bit key",
+ "importKey step for decryption: AES-CBC 256-bit key",
+ "importKey step for decryption: AES-CBC 128-bit key with altered ciphertext",
+ "importKey step for decryption: AES-CBC 192-bit key with altered ciphertext",
+ "importKey step for decryption: AES-CBC 256-bit key with altered ciphertext",
+ "importKey step: AES-CBC 128-bit key without encrypt usage",
+ "importKey step: AES-CBC 192-bit key without encrypt usage",
+ "importKey step: AES-CBC 256-bit key without encrypt usage",
+ "importKey step: AES-CBC 128-bit key with mismatched key and algorithm",
+ "importKey step: AES-CBC 192-bit key with mismatched key and algorithm",
+ "importKey step: AES-CBC 256-bit key with mismatched key and algorithm",
+ "importKey step: AES-CBC 128-bit key without decrypt usage",
+ "importKey step: AES-CBC 192-bit key without decrypt usage",
+ "importKey step: AES-CBC 256-bit key without decrypt usage",
+ "importKey step: AES-CBC 128-bit key, 64-bit IV",
+ "importKey step: AES-CBC 128-bit key, 192-bit IV",
+ "importKey step: AES-CBC 192-bit key, 64-bit IV",
+ "importKey step: AES-CBC 192-bit key, 192-bit IV",
+ "importKey step: AES-CBC 256-bit key, 64-bit IV",
+ "importKey step: AES-CBC 256-bit key, 192-bit IV",
+ "importKey step: decryption AES-CBC 128-bit key, 64-bit IV",
+ "importKey step: decryption AES-CBC 128-bit key, 192-bit IV",
+ "importKey step: decryption AES-CBC 192-bit key, 64-bit IV",
+ "importKey step: decryption AES-CBC 192-bit key, 192-bit IV",
+ "importKey step: decryption AES-CBC 256-bit key, 64-bit IV",
+ "importKey step: decryption AES-CBC 256-bit key, 192-bit IV",
+ "importKey step: decryption AES-CBC 128-bit key, zeroPadChar",
+ "importKey step: decryption AES-CBC 128-bit key, bigPadChar",
+ "importKey step: decryption AES-CBC 128-bit key, inconsistentPadChars",
+ "importKey step: decryption AES-CBC 192-bit key, zeroPadChar",
+ "importKey step: decryption AES-CBC 192-bit key, bigPadChar",
+ "importKey step: decryption AES-CBC 192-bit key, inconsistentPadChars",
+ "importKey step: decryption AES-CBC 256-bit key, zeroPadChar",
+ "importKey step: decryption AES-CBC 256-bit key, bigPadChar",
+ "importKey step: decryption AES-CBC 256-bit key, inconsistentPadChars"
+ ],
+ "aes_ctr.https.any.html": [
+ "importKey step: AES-CTR 128-bit key",
+ "importKey step: AES-CTR 192-bit key",
+ "importKey step: AES-CTR 256-bit key",
+ "importKey step: AES-CTR 128-bit key with altered plaintext",
+ "importKey step: AES-CTR 192-bit key with altered plaintext",
+ "importKey step: AES-CTR 256-bit key with altered plaintext",
+ "importKey step for decryption: AES-CTR 128-bit key",
+ "importKey step for decryption: AES-CTR 192-bit key",
+ "importKey step for decryption: AES-CTR 256-bit key",
+ "importKey step for decryption: AES-CTR 128-bit key with altered ciphertext",
+ "importKey step for decryption: AES-CTR 192-bit key with altered ciphertext",
+ "importKey step for decryption: AES-CTR 256-bit key with altered ciphertext",
+ "importKey step: AES-CTR 128-bit key without encrypt usage",
+ "importKey step: AES-CTR 192-bit key without encrypt usage",
+ "importKey step: AES-CTR 256-bit key without encrypt usage",
+ "importKey step: AES-CTR 128-bit key with mismatched key and algorithm",
+ "importKey step: AES-CTR 192-bit key with mismatched key and algorithm",
+ "importKey step: AES-CTR 256-bit key with mismatched key and algorithm",
+ "importKey step: AES-CTR 128-bit key without decrypt usage",
+ "importKey step: AES-CTR 192-bit key without decrypt usage",
+ "importKey step: AES-CTR 256-bit key without decrypt usage",
+ "importKey step: AES-CTR 128-bit key, 0-bit counter",
+ "importKey step: AES-CTR 128-bit key, 129-bit counter",
+ "importKey step: AES-CTR 192-bit key, 0-bit counter",
+ "importKey step: AES-CTR 192-bit key, 129-bit counter",
+ "importKey step: AES-CTR 256-bit key, 0-bit counter",
+ "importKey step: AES-CTR 256-bit key, 129-bit counter",
+ "importKey step: decryption AES-CTR 128-bit key, 0-bit counter",
+ "importKey step: decryption AES-CTR 128-bit key, 129-bit counter",
+ "importKey step: decryption AES-CTR 192-bit key, 0-bit counter",
+ "importKey step: decryption AES-CTR 192-bit key, 129-bit counter",
+ "importKey step: decryption AES-CTR 256-bit key, 0-bit counter",
+ "importKey step: decryption AES-CTR 256-bit key, 129-bit counter"
+ ],
+ "aes_gcm.https.any.html": [
+ "importKey step: AES-GCM 128-bit key, 32-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 32-bit tag",
+ "importKey step: AES-GCM 128-bit key, 64-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 64-bit tag",
+ "importKey step: AES-GCM 128-bit key, 96-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 96-bit tag",
+ "importKey step: AES-GCM 128-bit key, 104-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 104-bit tag",
+ "importKey step: AES-GCM 128-bit key, 112-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 112-bit tag",
+ "importKey step: AES-GCM 128-bit key, 120-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 120-bit tag",
+ "importKey step: AES-GCM 128-bit key, 128-bit tag",
+ "importKey step: AES-GCM 128-bit key, no additional data, 128-bit tag",
+ "importKey step: AES-GCM 192-bit key, 32-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 32-bit tag",
+ "importKey step: AES-GCM 192-bit key, 64-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 64-bit tag",
+ "importKey step: AES-GCM 192-bit key, 96-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 96-bit tag",
+ "importKey step: AES-GCM 192-bit key, 104-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 104-bit tag",
+ "importKey step: AES-GCM 192-bit key, 112-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 112-bit tag",
+ "importKey step: AES-GCM 192-bit key, 120-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 120-bit tag",
+ "importKey step: AES-GCM 192-bit key, 128-bit tag",
+ "importKey step: AES-GCM 192-bit key, no additional data, 128-bit tag",
+ "importKey step: AES-GCM 256-bit key, 32-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 32-bit tag",
+ "importKey step: AES-GCM 256-bit key, 64-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 64-bit tag",
+ "importKey step: AES-GCM 256-bit key, 96-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 96-bit tag",
+ "importKey step: AES-GCM 256-bit key, 104-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 104-bit tag",
+ "importKey step: AES-GCM 256-bit key, 112-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 112-bit tag",
+ "importKey step: AES-GCM 256-bit key, 120-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 120-bit tag",
+ "importKey step: AES-GCM 256-bit key, 128-bit tag",
+ "importKey step: AES-GCM 256-bit key, no additional data, 128-bit tag",
+ "importKey step: AES-GCM 128-bit key, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, 128-bit tag with altered plaintext",
+ "importKey step: AES-GCM 128-bit key, no additional data, 128-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, 128-bit tag with altered plaintext",
+ "importKey step: AES-GCM 192-bit key, no additional data, 128-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 32-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 64-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 96-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 104-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 112-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 120-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, 128-bit tag with altered plaintext",
+ "importKey step: AES-GCM 256-bit key, no additional data, 128-bit tag with altered plaintext",
+ "importKey step for decryption: AES-GCM 128-bit key, 32-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 32-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 64-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 64-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 96-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 96-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 104-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 104-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 112-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 112-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 120-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 120-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 128-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 128-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 32-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 32-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 64-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 64-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 96-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 96-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 104-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 104-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 112-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 112-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 120-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 120-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, 128-bit tag",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 128-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 32-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 32-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 64-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 64-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 96-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 96-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 104-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 104-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 112-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 112-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 120-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 120-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, 128-bit tag",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 128-bit tag",
+ "importKey step for decryption: AES-GCM 128-bit key, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, 128-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 128-bit key, no additional data, 128-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, 128-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 192-bit key, no additional data, 128-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 32-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 64-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 96-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 104-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 112-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 120-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, 128-bit tag with altered ciphertext",
+ "importKey step for decryption: AES-GCM 256-bit key, no additional data, 128-bit tag with altered ciphertext",
+ "importKey step: AES-GCM 128-bit key, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 32-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 64-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 96-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 104-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 112-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 120-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 128-bit tag without encrypt usage",
+ "importKey step: AES-GCM 128-bit key, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, no additional data, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 192-bit key, no additional data, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 32-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 64-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 96-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 104-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 112-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 120-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 256-bit key, no additional data, 128-bit tag with mismatched key and algorithm",
+ "importKey step: AES-GCM 128-bit key, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, no additional data, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 192-bit key, no additional data, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 32-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 64-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 96-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 104-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 112-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 120-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 256-bit key, no additional data, 128-bit tag without decrypt usage",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 24-bits",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 48-bits",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 72-bits",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 95-bits",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 129-bits",
+ "importKey step: AES-GCM 128-bit key, illegal tag length 256-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 24-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 48-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 72-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 95-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 129-bits",
+ "importKey step: AES-GCM 192-bit key, illegal tag length 256-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 24-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 48-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 72-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 95-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 129-bits",
+ "importKey step: AES-GCM 256-bit key, illegal tag length 256-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 24-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 48-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 72-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 95-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 129-bits",
+ "importKey step: decryption AES-GCM 128-bit key, illegal tag length 256-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 24-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 48-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 72-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 95-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 129-bits",
+ "importKey step: decryption AES-GCM 192-bit key, illegal tag length 256-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 24-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 48-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 72-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 95-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 129-bits",
+ "importKey step: decryption AES-GCM 256-bit key, illegal tag length 256-bits"
+ ],
+ "rsa.https.any.html": true,
+ "rsa_oaep.https.any.html": [
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label decryption",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label decryption with altered ciphertext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label using publicKey to decrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label no decrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label with altered plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label too long plaintext",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label using privateKey to encrypt",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and no label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and no label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and no label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and no label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and empty label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and empty label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and empty label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and empty label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-1 and a label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-256 and a label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-384 and a label no encrypt usage",
+ "importVectorKeys step: RSA-OAEP with SHA-512 and a label no encrypt usage"
+ ]
},
"generateKey": {
"failures_AES-CBC.https.any.html": [
@@ -1936,10 +14913,6 @@
"SubtleCrypto interface: calling deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)\" with the proper type",
"SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long) on crypto.subtle with too few arguments must throw TypeError",
- "SubtleCrypto interface: crypto.subtle must inherit property \"importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type",
- "SubtleCrypto interface: calling importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError",
- "SubtleCrypto interface: crypto.subtle must inherit property \"exportKey(KeyFormat, CryptoKey)\" with the proper type",
- "SubtleCrypto interface: calling exportKey(KeyFormat, CryptoKey) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)\" with the proper type",
"SubtleCrypto interface: calling wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type",
@@ -1949,14 +14922,557 @@
"import_export": {
"ec_importKey.https.any.html": false,
"rsa_importKey.https.any.html": false,
- "symmetric_importKey.https.any.html": false
+ "symmetric_importKey.https.any.html": [
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [decrypt, encrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [decrypt])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [decrypt])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [wrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [wrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [unwrapKey, wrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [unwrapKey, wrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [unwrapKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [unwrapKey])",
+ "Good parameters: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify])",
+ "Good parameters: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify])",
+ "Good parameters: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [verify])",
+ "Good parameters: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify])",
+ "Good parameters: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify])",
+ "Good parameters: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [verify])",
+ "Good parameters: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify])",
+ "Good parameters: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify])",
+ "Good parameters: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [verify])",
+ "Good parameters: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify])",
+ "Good parameters: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify])",
+ "Good parameters: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify, sign])",
+ "Good parameters: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [verify])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveBits])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey, deriveBits])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveBits])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey, deriveBits])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveBits])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey, deriveBits])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [deriveKey])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveBits])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey, deriveBits])",
+ "Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveBits])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey, deriveBits])",
+ "Good parameters: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveBits])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey, deriveBits])",
+ "Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey])"
+ ]
},
"randomUUID.https.any.html": true,
"sign_verify": {
- "ecdsa.https.any.html": false,
- "hmac.https.any.html": false,
- "rsa_pkcs.https.any.html": false,
- "rsa_pss.https.any.html": false
+ "ecdsa.https.any.html": [
+ "generate wrong key step: ECDSA P-256 with SHA-1 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-256 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-384 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-512 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-1 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-256 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-384 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-512 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-1 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-256 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-384 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-512 signing with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-1 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-256 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-384 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-256 with SHA-512 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-1 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-256 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-384 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-384 with SHA-512 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-1 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-256 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-384 verifying with wrong algorithm name",
+ "generate wrong key step: ECDSA P-521 with SHA-512 verifying with wrong algorithm name",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification with altered signature after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 with altered plaintext after call",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 using privateKey to verify",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 using publicKey to sign",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 no verify usage",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 no verify usage",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 no verify usage",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 no verify usage",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 no verify usage",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 no verify usage",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 no verify usage",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 no verify usage",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 no verify usage",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 no verify usage",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 no verify usage",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 no verify usage",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 round trip",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 round trip",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 round trip",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 round trip",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 round trip",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 round trip",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 round trip",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 round trip",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 round trip",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 round trip",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 round trip",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 round trip",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to wrong hash",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to bad hash name",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to shortened signature",
+ "importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered plaintext",
+ "importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered plaintext"
+ ],
+ "hmac.https.any.html": [
+ "generate wrong key step: HMAC with SHA-1 signing with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-256 signing with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-384 signing with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-512 signing with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-1 verifying with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-256 verifying with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-384 verifying with wrong algorithm name",
+ "generate wrong key step: HMAC with SHA-512 verifying with wrong algorithm name",
+ "HMAC with SHA-1 verification",
+ "HMAC with SHA-256 verification",
+ "HMAC with SHA-384 verification",
+ "HMAC with SHA-512 verification",
+ "HMAC with SHA-1 verification with altered signature after call",
+ "HMAC with SHA-256 verification with altered signature after call",
+ "HMAC with SHA-384 verification with altered signature after call",
+ "HMAC with SHA-512 verification with altered signature after call",
+ "HMAC with SHA-1 with altered plaintext after call",
+ "HMAC with SHA-256 with altered plaintext after call",
+ "HMAC with SHA-384 with altered plaintext after call",
+ "HMAC with SHA-512 with altered plaintext after call",
+ "HMAC with SHA-1 no verify usage",
+ "HMAC with SHA-256 no verify usage",
+ "HMAC with SHA-384 no verify usage",
+ "HMAC with SHA-512 no verify usage",
+ "HMAC with SHA-1 round trip",
+ "HMAC with SHA-256 round trip",
+ "HMAC with SHA-384 round trip",
+ "HMAC with SHA-512 round trip",
+ "HMAC with SHA-1 verification failure due to wrong plaintext",
+ "HMAC with SHA-256 verification failure due to wrong plaintext",
+ "HMAC with SHA-384 verification failure due to wrong plaintext",
+ "HMAC with SHA-512 verification failure due to wrong plaintext",
+ "HMAC with SHA-1 verification failure due to wrong signature",
+ "HMAC with SHA-256 verification failure due to wrong signature",
+ "HMAC with SHA-384 verification failure due to wrong signature",
+ "HMAC with SHA-512 verification failure due to wrong signature",
+ "HMAC with SHA-1 verification failure due to short signature",
+ "HMAC with SHA-256 verification failure due to short signature",
+ "HMAC with SHA-384 verification failure due to short signature",
+ "HMAC with SHA-512 verification failure due to short signature"
+ ],
+ "rsa_pkcs.https.any.html": [
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 verification",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 verification",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 verification",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification with altered signature after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 verification with altered signature after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 verification with altered signature after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 verification with altered signature after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 with altered plaintext after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 with altered plaintext after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 with altered plaintext after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 with altered plaintext after call",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 using privateKey to verify",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 using privateKey to verify",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 using privateKey to verify",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 using privateKey to verify",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 using publicKey to sign",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 using publicKey to sign",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 using publicKey to sign",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 using publicKey to sign",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 no verify usage",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 no verify usage",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 no verify usage",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 no verify usage",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 round trip",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 round trip",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 round trip",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 round trip",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 signing with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 signing with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 signing with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 signing with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 verification with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 verification with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 verification with wrong algorithm name",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification failure with altered signature",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 verification failure with altered signature",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 verification failure with altered signature",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 verification failure with altered signature",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification failure with altered plaintext",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-256 verification failure with altered plaintext",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-384 verification failure with altered plaintext",
+ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-512 verification failure with altered plaintext"
+ ],
+ "rsa_pss.https.any.html": [
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt verification",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt verification",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt verification",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt verification",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted verification",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted verification",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted verification",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted verification",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted verification with altered signature after call",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted with altered plaintext after call",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted using privateKey to verify",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted using publicKey to sign",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted no verify usage",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt round trip",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt round trip",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt round trip",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt round trip",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted round trip",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted round trip",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted round trip",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted round trip",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted signing with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted verification with wrong algorithm name",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted verification failure with altered signature",
+ "importVectorKeys step: RSA-PSS with SHA-1 and no salt verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-256 and no salt verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-384 and no salt verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-512 and no salt verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-1, salted verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-256, salted verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-384, salted verification failure with altered plaintext",
+ "importVectorKeys step: RSA-PSS with SHA-512, salted verification failure with altered plaintext"
+ ]
},
"wrapKey_unwrapKey": {
"wrapKey_unwrapKey.https.any.html": false