| aead.rs |
|
5311 |
- |
| aead_fips.rs |
Tests for the blapi backend running under a FIPS-mode NSS database.
The blapi feature calls freebl directly, bypassing softoken's FIPS
enforcement layer (intentional — see `src/freebl.rs`). This means blapi
AEAD operations must succeed regardless of FIPS mode; FIPS enforcement is
a PKCS#11/softoken concern, not a freebl concern.
Each test file in `tests/` compiles to an independent binary, so
`fixture_init_fips` runs before any other NSS initialization in this suite. |
1828 |
- |
| agent.rs |
|
31069 |
- |
| common |
|
|
- |
| ext.rs |
|
8893 |
- |
| handshake.rs |
|
5988 |
- |
| hkdf.rs |
|
6131 |
- |
| hp.rs |
|
2207 |
- |
| init.rs |
|
1600 |
- |
| selfencrypt.rs |
|
2850 |
- |