Searched refs:op_mpool (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 73 struct rte_mempool *op_mpool = ts_params->op_mpool; in queue_ops_rsa_sign_verify() local 164 struct rte_mempool *op_mpool = ts_params->op_mpool; in queue_ops_rsa_enc_dec() local 1043 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_shared_sec() local 1126 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_priv_key() local 1207 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_pub_key() local 1296 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_kp() local 1383 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_mod_inv() local 1496 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_mod_exp() local 1645 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dsa_sign() local 1780 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_ecdsa_sign_verify() local [all …]
|
| H A D | test_event_crypto_adapter.c | 73 struct rte_mempool *op_mpool; member 203 op = rte_crypto_op_alloc(params.op_mpool, in test_op_forward_mode() 401 op = rte_crypto_op_alloc(params.op_mpool, in test_op_new_mode() 523 params.op_mpool = rte_crypto_op_pool_create( in configure_cryptodev() 532 if (params.op_mpool == NULL) { in configure_cryptodev() 960 if (params.op_mpool != NULL) { in crypto_teardown() 962 rte_mempool_avail_count(params.op_mpool)); in crypto_teardown() 963 rte_mempool_free(params.op_mpool); in crypto_teardown() 964 params.op_mpool = NULL; in crypto_teardown()
|
| H A D | test_cryptodev.h | 90 struct rte_mempool *op_mpool; member
|
| H A D | test_cryptodev_blockcipher.c | 71 struct rte_mempool *op_mpool, in test_blockcipher_one_case() argument 286 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in test_blockcipher_one_case() 833 p_testsuite_params->op_mpool, in blockcipher_test_case_run()
|
| H A D | test_cryptodev.c | 582 ts_params->op_mpool = rte_crypto_op_pool_create( in testsuite_setup() 590 if (ts_params->op_mpool == NULL) { in testsuite_setup() 697 if (ts_params->op_mpool != NULL) { in testsuite_teardown() 699 rte_mempool_avail_count(ts_params->op_mpool)); in testsuite_teardown() 2210 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA1_encrypt_digest() 2369 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA512_decrypt_perform() 2521 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation() 2551 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation_oop() 2787 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_hash_operation() 2847 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_cipher_hash_operation() [all …]
|