| 234 | } |
| 235 | |
| 236 | static void |
| 237 | cryptodev_fips_validate_app_uninit(void) |
| 238 | { |
| 239 | cryptodev_fips_validate_app_sym_uninit(); |
| 240 | |
| 241 | if (env.is_asym_test) |
| 242 | cryptodev_fips_validate_app_asym_uninit(); |
| 243 | |
| 244 | rte_mempool_free(env.mpool); |
| 245 | rte_cryptodev_stop(env.dev_id); |
| 246 | rte_cryptodev_close(env.dev_id); |
| 247 | } |
| 248 | |
| 249 | static int |
| 250 | fips_test_one_file(void); |
no test coverage detected