MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cryptodev_fips_validate_app_uninit

Function cryptodev_fips_validate_app_uninit

dpdk/examples/fips_validation/main.c:236–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void
237cryptodev_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
249static int
250fips_test_one_file(void);

Callers 1

mainFunction · 0.85

Calls 5

rte_mempool_freeFunction · 0.85
rte_cryptodev_stopFunction · 0.85
rte_cryptodev_closeFunction · 0.85

Tested by

no test coverage detected