Lines Matching refs:req_path
34 const char *req_path; member
258 env.req_path = optarg; in cryptodev_fips_validate_parse_args()
356 if ((env.req_path == NULL && env.rsp_path != NULL) || in cryptodev_fips_validate_parse_args()
357 (env.req_path != NULL && env.rsp_path == NULL)) { in cryptodev_fips_validate_parse_args()
363 if (env.req_path == NULL && env.self_test == 0) { in cryptodev_fips_validate_parse_args()
396 if (env.req_path == NULL || env.rsp_path == NULL) { in main()
402 printf("Processing file %s... ", env.req_path); in main()
404 ret = fips_test_init(env.req_path, env.rsp_path, in main()
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()
458 printf("Processing file %s... ", req_path); in main()
460 ret = fips_test_init(req_path, rsp_path, in main()
464 ret, req_path); in main()
471 ret, req_path); in main()