WPT
wpt / WebCryptoAPI / generateKey / failures_kmac.tentative.https.any.worker.html
Spec: Web Cryptography ↗
Runs: Chrome 155.0.8039.0 (wpt@d0c38285b, 2026-09-03) | Firefox 157.0a1 (wpt@ed1909ed6, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@0ea9f2aac, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 0/312 | 120/312 | 0/312 | 312/312 | 312/312 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC128}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 128, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 160, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, encrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, decrypt]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, wrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, unwrapKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, deriveKey]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, deriveBits]) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, encapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateKey]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, sign, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Bad usages: generateKey({length: 256, name: KMAC256}, true, [sign, verify, sign, verify, decapsulateBits]) | FAIL | PASS | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 128, name: KMAC128}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 128, name: KMAC128}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 160, name: KMAC128}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 160, name: KMAC128}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 256, name: KMAC128}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 256, name: KMAC128}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 128, name: KMAC256}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 128, name: KMAC256}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 160, name: KMAC256}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 160, name: KMAC256}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 256, name: KMAC256}, false, []) | FAIL | FAIL | FAIL | PASS | PASS | — |
| Empty usages: generateKey({length: 256, name: KMAC256}, true, []) | FAIL | FAIL | FAIL | PASS | PASS | — |