Lines Matching refs:req_path
43 const char *req_path; member
272 env.req_path = optarg; in cryptodev_fips_validate_parse_args()
372 if ((env.req_path == NULL && env.rsp_path != NULL) || in cryptodev_fips_validate_parse_args()
373 (env.req_path != NULL && env.rsp_path == NULL)) { in cryptodev_fips_validate_parse_args()
379 if (env.req_path == NULL && env.self_test == 0) { in cryptodev_fips_validate_parse_args()
412 if (env.req_path == NULL || env.rsp_path == NULL) { in main()
418 printf("Processing file %s... ", env.req_path); in main()
420 ret = fips_test_init(env.req_path, env.rsp_path, in main()
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()
474 printf("Processing file %s... ", req_path); in main()
476 ret = fips_test_init(req_path, rsp_path, in main()
480 ret, req_path); in main()
487 ret, req_path); in main()