Searched refs:ut_params (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec.c | 227 ut_params->auth_xform.next = &ut_params->cipher_xform; in fill_crypto_xform() 228 ut_params->crypto_xforms = &ut_params->auth_xform; in fill_crypto_xform() 234 ut_params->cipher_xform.next = &ut_params->auth_xform; in fill_crypto_xform() 235 ut_params->crypto_xforms = &ut_params->cipher_xform; in fill_crypto_xform() 284 memset(ut_params, 0, sizeof(*ut_params)); in testsuite_setup() 433 memset(ut_params, 0, sizeof(*ut_params)); in ut_setup() 467 if (ut_params->ibuf[i] == ut_params->obuf[i]) in ut_teardown() 912 ut_params->ibuf + i, ut_params->cop + i, 1); in crypto_ipsec_2sa() 1047 ut_params->ibuf + i, ut_params->cop + i, 1); in crypto_ipsec_2sa_4grp() 1118 memcpy(ut_params->ibuf, ibuf_tmp, sizeof(ut_params->ibuf)); in test_ipsec_reorder_inb_pkt_burst() [all …]
|
| H A D | test_security.c | 719 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 D | test_cryptodev.c | 877 memset(ut_params, 0, sizeof(*ut_params)); in dev_configure_and_start() 964 if (ut_params->ibuf == ut_params->obuf) in ut_teardown() 1700 ut_params->sess, &ut_params->cipher_xform, in test_AES_CBC_HMAC_SHA1_encrypt_digest() 1906 ut_params->obuf = ut_params->op->sym->m_src; in test_AES_CBC_HMAC_SHA512_decrypt_perform() 2594 ut_params->ibuf : ut_params->obuf), in create_wireless_algo_auth_cipher_operation() 2598 ut_params->ibuf : ut_params->obuf), in create_wireless_algo_auth_cipher_operation() 2732 ut_params->obuf = ut_params->op->sym->m_src; in test_snow3g_authentication() 2825 ut_params->obuf = ut_params->op->sym->m_src; in test_snow3g_authentication_verify() 7565 ut_params->obuf ? ut_params->obuf : in create_aead_operation() 7572 ut_params->obuf ? ut_params->obuf : in create_aead_operation() [all …]
|
| H A D | test_hash.c | 278 ut_params.name = "test1"; in test_add_delete() 311 ut_params.extra_flag = 0; in test_add_delete() 361 ut_params.name = "test2"; in test_add_update_delete() 427 ut_params.name = "test2"; in test_add_update_delete_free() 431 ut_params.extra_flag = 0; in test_add_update_delete_free() 630 ut_params.extra_flag = 0; in test_hash_get_key_with_position() 709 ut_params.name = "test3"; in test_five_keys() 1457 ut_params.entries = 1 << 16; in test_average_table_utilization() 1459 ut_params.hash_func = rte_jhash; in test_average_table_utilization() 1535 ut_params.entries = NUM_ENTRIES; in test_hash_iteration() [all …]
|
| H A D | test_hash_perf.c | 74 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() 115 h[table_index] = rte_hash_create(&ut_params); in create_table() 250 h[table_index] = rte_hash_create(&ut_params); in get_input_keys()
|