Lines Matching refs:op_mpool

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()
2919 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_hash_operation()
3012 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_auth_cipher_operation()
8064 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_aead_operation()
8464 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_pdcp_proto()
8736 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_pdcp_proto_SGL()
9355 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_ipsec_proto_process()
10341 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_docsis_proto_uplink()
10526 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_docsis_proto_downlink()
11896 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_MD5_HMAC_generate()
11970 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_MD5_HMAC_verify()
12360 TEST_ASSERT_EQUAL(rte_crypto_op_bulk_alloc(ts_params->op_mpool, in test_null_burst_operation()
12665 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_gmac_operation()
12714 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_gmac_operation_sgl()
13497 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_auth_operation()
13544 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_auth_GMAC_operation()
13597 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_cipher_auth_operation()
14202 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_aead_operation_SGL()