Lines Matching refs:broken_test_config
50 struct fips_dev_broken_test_config *broken_test_config; member
65 ret = fips_dev_self_test(env.dev_id, env.broken_test_config); in cryptodev_fips_validate_app_int()
284 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()
292 env.broken_test_config->expect_fail_dir = in cryptodev_fips_validate_parse_args()
297 &env.broken_test_config->expect_fail_test_idx, 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()
318 env.broken_test_config->expect_fail_dir = in cryptodev_fips_validate_parse_args()
322 env.broken_test_config->expect_fail_dir = in cryptodev_fips_validate_parse_args()
325 rte_free(env.broken_test_config); in cryptodev_fips_validate_parse_args()