Lines Matching refs:test_buffer_size
84 sym_op->m_src->data_len = options->test_buffer_size; in cperf_set_ops_security()
93 buf_sz = options->test_buffer_size; in cperf_set_ops_security()
139 const uint32_t test_buffer_size = options->test_buffer_size; in cperf_set_ops_security_ipsec() local
162 m->data_len = test_buffer_size; in cperf_set_ops_security_ipsec()
163 m->pkt_len = test_buffer_size; in cperf_set_ops_security_ipsec()
221 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_null_cipher()
261 sym_op->auth.data.length = options->test_buffer_size; in cperf_set_ops_null_auth()
301 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_cipher()
367 uint32_t offset = options->test_buffer_size; in cperf_set_ops_auth()
402 sym_op->auth.data.length = options->test_buffer_size; in cperf_set_ops_auth()
459 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_cipher_auth()
475 uint32_t offset = options->test_buffer_size; in cperf_set_ops_cipher_auth()
509 sym_op->auth.data.length = options->test_buffer_size; in cperf_set_ops_cipher_auth()
578 sym_op->aead.data.length = options->test_buffer_size; in cperf_set_ops_aead()