Lines Matching refs:sess_mpool
654 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_rsa_sign_verify() local
671 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_rsa_sign_verify()
680 sess_mpool) < 0) { in test_rsa_sign_verify()
703 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_rsa_enc_dec() local
720 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_rsa_enc_dec()
728 sess_mpool) < 0) { in test_rsa_enc_dec()
751 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_rsa_sign_verify_crt() local
767 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_rsa_sign_verify_crt()
777 sess_mpool) < 0) { in test_rsa_sign_verify_crt()
799 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_rsa_enc_dec_crt() local
815 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_rsa_enc_dec_crt()
824 sess_mpool) < 0) { in test_rsa_enc_dec_crt()
1098 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_dh_gen_shared_sec() local
1108 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_dh_gen_shared_sec()
1139 sess_mpool) < 0) { in test_dh_gen_shared_sec()
1191 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_dh_gen_priv_key() local
1200 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_dh_gen_priv_key()
1227 sess_mpool) < 0) { in test_dh_gen_priv_key()
1282 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_dh_gen_pub_key() local
1291 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_dh_gen_pub_key()
1326 sess_mpool) < 0) { in test_dh_gen_pub_key()
1381 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_dh_gen_kp() local
1392 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_dh_gen_kp()
1425 sess_mpool) < 0) { in test_dh_gen_kp()
1478 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_mod_inv() local
1515 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_mod_inv()
1525 sess_mpool) < 0) { in test_mod_inv()
1602 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_mod_exp() local
1650 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_mod_exp()
1661 sess_mpool) < 0) { in test_mod_exp()
1762 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_dsa_sign() local
1772 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_dsa_sign()
1802 sess_mpool) < 0) { in test_dsa_sign()
1905 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_ecdsa_sign_verify() local
1945 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_ecdsa_sign_verify()
1972 sess_mpool) < 0) { in test_ecdsa_sign_verify()
2118 struct rte_mempool *sess_mpool = ts_params->session_mpool; in test_ecpm() local
2158 sess = rte_cryptodev_asym_session_create(sess_mpool); in test_ecpm()
2185 sess_mpool) < 0) { in test_ecpm()