Home
last modified time | relevance | path

Searched refs:ut_params (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_ipsec.c237 ut_params->auth_xform.next = &ut_params->cipher_xform; in fill_crypto_xform()
238 ut_params->crypto_xforms = &ut_params->auth_xform; in fill_crypto_xform()
244 ut_params->cipher_xform.next = &ut_params->auth_xform; in fill_crypto_xform()
245 ut_params->crypto_xforms = &ut_params->cipher_xform; in fill_crypto_xform()
294 memset(ut_params, 0, sizeof(*ut_params)); in testsuite_setup()
443 memset(ut_params, 0, sizeof(*ut_params)); in ut_setup_ipsec()
477 if (ut_params->ibuf[i] == ut_params->obuf[i]) in ut_teardown_ipsec()
922 ut_params->ibuf + i, ut_params->cop + i, 1); in crypto_ipsec_2sa()
1057 ut_params->ibuf + i, ut_params->cop + i, 1); in crypto_ipsec_2sa_4grp()
1128 memcpy(ut_params->ibuf, ibuf_tmp, sizeof(ut_params->ibuf)); in test_ipsec_reorder_inb_pkt_burst()
[all …]
H A Dtest_security.c719 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in ut_setup_with_session()
788 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_inv_context_ops()
814 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_inv_context_ops_fun()
861 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_inv_mempool()
884 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_inv_sess_priv_mempool()
926 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_mempool_empty()
966 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_ops_failure()
995 sess = rte_security_session_create(&ut_params->ctx, &ut_params->conf, in test_session_create_success()
1421 ut_params->sess); in test_session_destroy_inv_context_ops()
1447 ut_params->sess); in test_session_destroy_inv_context_ops_fun()
[all …]
H A Dtest_cryptodev.c1379 memset(ut_params, 0, sizeof(*ut_params)); in dev_configure_and_start()
1465 if (ut_params->ibuf == ut_params->obuf) in ut_teardown()
2201 ut_params->sess, &ut_params->cipher_xform, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2411 ut_params->obuf = ut_params->op->sym->m_src; in test_AES_CBC_HMAC_SHA512_decrypt_perform()
3031 ut_params->ibuf : ut_params->obuf), in create_wireless_algo_auth_cipher_operation()
3035 ut_params->ibuf : ut_params->obuf), in create_wireless_algo_auth_cipher_operation()
3184 ut_params->obuf = ut_params->op->sym->m_src; in test_snow3g_authentication()
3277 ut_params->obuf = ut_params->op->sym->m_src; in test_snow3g_authentication_verify()
8170 ut_params->obuf ? ut_params->obuf : in create_aead_operation()
8177 ut_params->obuf ? ut_params->obuf : in create_aead_operation()
[all …]
H A Dtest_hash.c282 ut_params.name = "test1"; in test_add_delete()
315 ut_params.extra_flag = 0; in test_add_delete()
365 ut_params.name = "test2"; in test_add_update_delete()
431 ut_params.name = "test2"; in test_add_update_delete_free()
435 ut_params.extra_flag = 0; in test_add_update_delete_free()
634 ut_params.extra_flag = 0; in test_hash_get_key_with_position()
713 ut_params.name = "test3"; in test_five_keys()
1461 ut_params.entries = 1 << 16; in test_average_table_utilization()
1463 ut_params.hash_func = rte_jhash; in test_average_table_utilization()
1539 ut_params.entries = NUM_ENTRIES; in test_hash_iteration()
[all …]
H A Dtest_hash_perf.c74 static struct rte_hash_parameters ut_params = { variable
96 ut_params.extra_flag = in create_table()
100 ut_params.extra_flag = 0; in create_table()
103 ut_params.extra_flag |= RTE_HASH_EXTRA_FLAGS_EXT_TABLE; in create_table()
105 ut_params.name = name; in create_table()
106 ut_params.key_len = hashtest_key_lens[table_index]; in create_table()
107 ut_params.socket_id = rte_socket_id(); in create_table()
110 h[table_index] = rte_hash_create(&ut_params); in create_table()
245 h[table_index] = rte_hash_create(&ut_params); in get_input_keys()