Lines Matching refs:op_mpool
78 struct rte_mempool *op_mpool; member
532 ts_params->op_mpool = rte_crypto_op_pool_create( in testsuite_setup()
540 if (ts_params->op_mpool == NULL) { in testsuite_setup()
851 if (ts_params->op_mpool != NULL) { in testsuite_teardown()
853 rte_mempool_avail_count(ts_params->op_mpool)); in testsuite_teardown()
1705 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1864 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1929 ts_params->op_mpool, in test_blockcipher()
2084 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation()
2114 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation_oop()
2350 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_hash_operation()
2410 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_cipher_hash_operation()
2482 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_hash_operation()
2575 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_auth_cipher_operation()
7459 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_aead_operation()
7859 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_pdcp_proto()
8120 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_pdcp_proto_SGL()
8587 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_docsis_proto_uplink()
8763 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_docsis_proto_downlink()
10236 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_MD5_HMAC_generate()
10310 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_MD5_HMAC_verify()
10685 TEST_ASSERT_EQUAL(rte_crypto_op_bulk_alloc(ts_params->op_mpool, in test_null_burst_operation()
10750 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_gmac_operation()
10799 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_gmac_operation_sgl()
11576 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_auth_operation()
11623 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_auth_GMAC_operation()
11676 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_cipher_auth_operation()
12263 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_aead_operation_SGL()