Searched refs:req_path (Results 1 – 1 of 1) sorted by relevance
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 43 const char *req_path; member 272 env.req_path = optarg; in cryptodev_fips_validate_parse_args() 424 ret, env.req_path); in main() 432 ret, env.req_path); in main() 441 char req_path[1024]; in main() local 444 d_req = opendir(env.req_path); in main() 447 -EINVAL, env.req_path); in main() 468 snprintf(req_path, 1023, "%s/%s", env.req_path, in main() 476 ret = fips_test_init(req_path, rsp_path, in main() 480 ret, req_path); in main() [all …]
|