Lines Matching refs:ctx_size_out
1344 "ctx_size_out", NULL))
1389 } else if (is_prefix(*argv, "ctx_size_out")) {
1396 test_attr.ctx_size_out = strtoul(*argv, &endptr, 0);
1418 p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'ctx_size_out' or 'repeat', got: '%s'?",
1441 if (!test_attr.ctx_size_out)
1442 test_attr.ctx_size_out = default_size;
1443 err = alloc_run_data(&ctx_out, test_attr.ctx_size_out);
1472 if (test_attr.ctx_size_out)
1474 test_attr.ctx_size_out,
2538 " [ctx_in FILE [ctx_out FILE [ctx_size_out M]]] \\\n"