Name Description Size Coverage
crypto_tests.rs 7920 -
datastore_tests.rs 15511 -
keystore_tests.rs 34524 -
password_tests.rs Tests for the multi-instance Password `KekType`. Each test mints its own Password kek_ref via the test-only single-iteration helper so tests don't pay the ~100 ms PBKDF2 cost. Production code always goes through `create_kek(KekType::Password, ...)`, which uses `pbkdf2::PBKDF2_ITERATIONS` (800 000). 17597 -
pkcs11_tests.rs PKCS#11 keystore tests. No real PKCS#11 token is available in the unit test harness, so coverage is limited to the URI-parsing / dispatch path — slot-level behaviour is exercised by manual / integration testing against a real token. 1060 -