Home
last modified time | relevance | path

Searched refs:broken_test_config (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/fips_validation/
H A Dmain.c304 if (!env.broken_test_config) { in cryptodev_fips_validate_parse_args()
305 env.broken_test_config = rte_malloc( in cryptodev_fips_validate_parse_args()
307 sizeof(*env.broken_test_config), in cryptodev_fips_validate_parse_args()
309 if (!env.broken_test_config) in cryptodev_fips_validate_parse_args()
312 env.broken_test_config->expect_fail_dir = in cryptodev_fips_validate_parse_args()
319 rte_free(env.broken_test_config); in cryptodev_fips_validate_parse_args()
326 if (!env.broken_test_config) { in cryptodev_fips_validate_parse_args()
327 env.broken_test_config = rte_malloc( in cryptodev_fips_validate_parse_args()
329 sizeof(*env.broken_test_config), in cryptodev_fips_validate_parse_args()
331 if (!env.broken_test_config) in cryptodev_fips_validate_parse_args()
[all …]