Searched refs:max_buffer_size (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vectors.c | 413 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 D | main.c | 396 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 D | cperf_test_vector_parsing.c | 311 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 D | cperf_options_parsing.c | 343 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 D | cperf_test_verify.c | 207 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 D | cperf_options.h | 140 uint32_t max_buffer_size; member
|
| H A D | cperf_test_common.c | 168 uint32_t max_size = options->max_buffer_size + options->digest_sz; in cperf_alloc_common_memory()
|
| H A D | cperf_test_throughput.c | 122 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_throughput_test_runner()
|
| H A D | cperf_test_latency.c | 146 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_latency_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 421 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 D | ngx_http_mp4_module.c | 45 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()
|