Home
last modified time | relevance | path

Searched refs:max_buffer_size (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.c413 t_vec->plaintext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
439 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
442 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
467 t_vec->data.auth_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
497 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
500 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
531 t_vec->data.auth_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
577 t_vec->data.aead_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
H A Dmain.c396 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
400 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
417 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
441 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
446 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
450 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
479 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
483 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
695 while (opts.test_buffer_size <= opts.max_buffer_size) { in main()
H A Dcperf_test_vector_parsing.c311 if (opts->max_buffer_size > data_length) { in parse_entry()
316 vector->plaintext.length = opts->max_buffer_size; in parse_entry()
409 if (opts->max_buffer_size > data_length) { in parse_entry()
414 vector->ciphertext.length = opts->max_buffer_size; in parse_entry()
585 test_vector->data.cipher_length = opts->max_buffer_size; in cperf_test_vector_get_from_file()
588 test_vector->data.auth_length = opts->max_buffer_size; in cperf_test_vector_get_from_file()
H A Dcperf_options_parsing.c343 if (parse_range(arg, &opts->min_buffer_size, &opts->max_buffer_size, in parse_buffer_sz()
347 &opts->max_buffer_size); in parse_buffer_sz()
868 opts->max_buffer_size = 64; in cperf_options_default()
1017 while (buffer_size <= options->max_buffer_size) { in check_cipher_buffer_length()
1043 while (buffer_size <= options->max_buffer_size) { in check_cipher_buffer_length()
1075 while (buffer_size <= options->max_buffer_size) { in check_docsis_buffer_length()
1105 options->segment_sz <= options->max_buffer_size) { in cperf_options_check()
1116 options->segment_sz = options->max_buffer_size + in cperf_options_check()
1242 printf("#\t max: %u\n", opts->max_buffer_size); in cperf_options_dump()
H A Dcperf_test_verify.c207 uint32_t remaining_bytes = options->max_buffer_size; in cperf_mbuf_set()
260 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_verify_test_runner()
396 ctx->options->max_buffer_size, in cperf_verify_test_runner()
412 ctx->options->max_buffer_size, in cperf_verify_test_runner()
H A Dcperf_options.h140 uint32_t max_buffer_size; member
H A Dcperf_test_common.c168 uint32_t max_size = options->max_buffer_size + options->digest_sz; in cperf_alloc_common_memory()
H A Dcperf_test_throughput.c122 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_throughput_test_runner()
H A Dcperf_test_latency.c146 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c421 if (opts->segments_sz < ctx->options->max_buffer_size) { in cperf_pmd_cyclecount_test_runner()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c45 size_t max_buffer_size; member
340 offsetof(ngx_http_mp4_conf_t, max_buffer_size),
1141 if (atom_data_size > conf->max_buffer_size) { in ngx_http_mp4_read_moov_atom()
3545 conf->max_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_mp4_create_conf()
3558 ngx_conf_merge_size_value(conf->max_buffer_size, prev->max_buffer_size, in ngx_http_mp4_merge_conf()