Searched refs:req_path (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | main.c | 34 const char *req_path; member 258 env.req_path = optarg; in cryptodev_fips_validate_parse_args() 408 ret, env.req_path); in main() 416 ret, env.req_path); in main() 425 char req_path[1024]; in main() local 428 d_req = opendir(env.req_path); in main() 431 -EINVAL, env.req_path); in main() 452 snprintf(req_path, 1023, "%s/%s", env.req_path, in main() 460 ret = fips_test_init(req_path, rsp_path, in main() 464 ret, req_path); in main() [all …]
|