Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dmain.c284 if (!env.broken_test_config) { in cryptodev_fips_validate_parse_args()
285 env.broken_test_config = rte_malloc( in cryptodev_fips_validate_parse_args()
287 sizeof(*env.broken_test_config), in cryptodev_fips_validate_parse_args()
289 if (!env.broken_test_config) in cryptodev_fips_validate_parse_args()
299 rte_free(env.broken_test_config); in cryptodev_fips_validate_parse_args()
305 if (!env.broken_test_config) { in cryptodev_fips_validate_parse_args()
306 env.broken_test_config = rte_malloc( in cryptodev_fips_validate_parse_args()
308 sizeof(*env.broken_test_config), in cryptodev_fips_validate_parse_args()
310 if (!env.broken_test_config) in cryptodev_fips_validate_parse_args()
313 env.broken_test_config-> in cryptodev_fips_validate_parse_args()
[all …]