Lines Matching refs:op_mpool
39 struct rte_mempool *op_mpool; member
72 struct rte_mempool *op_mpool = ts_params->op_mpool; in queue_ops_rsa_sign_verify() local
80 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in queue_ops_rsa_sign_verify()
163 struct rte_mempool *op_mpool = ts_params->op_mpool; in queue_ops_rsa_enc_dec() local
171 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in queue_ops_rsa_enc_dec()
334 op = rte_crypto_op_alloc(ts_params->op_mpool, in test_cryptodev_asym_op()
857 ts_params->op_mpool = rte_crypto_op_pool_create( in testsuite_setup()
863 if (ts_params->op_mpool == NULL) { in testsuite_setup()
964 if (ts_params->op_mpool != NULL) { in testsuite_teardown()
966 rte_mempool_avail_count(ts_params->op_mpool)); in testsuite_teardown()
1097 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_shared_sec() local
1117 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_shared_sec()
1190 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_priv_key() local
1209 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_priv_key()
1281 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_pub_key() local
1300 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_pub_key()
1380 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dh_gen_kp() local
1402 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_kp()
1477 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_mod_inv() local
1534 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_mod_inv()
1601 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_mod_exp() local
1640 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_mod_exp()
1761 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_dsa_sign() local
1781 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dsa_sign()
1906 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_ecdsa_sign_verify() local
1955 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_ecdsa_sign_verify()
2119 struct rte_mempool *op_mpool = ts_params->op_mpool; in test_ecpm() local
2168 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_ecpm()