Searched refs:asym_op (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 88 asym_op = op->asym; in queue_ops_rsa_sign_verify() 179 asym_op = op->asym; in queue_ops_rsa_enc_dec() 347 asym_op = op->asym; in test_cryptodev_asym_op() 1278 asym_op->dh.pub_key.data, asym_op->dh.pub_key.length); in test_dh_gen_pub_key() 1281 asym_op->dh.priv_key.data, asym_op->dh.priv_key.length); in test_dh_gen_pub_key() 1721 asym_op->dsa.r.data, asym_op->dsa.r.length); in test_dsa_sign() 1723 asym_op->dsa.s.data, asym_op->dsa.s.length); in test_dsa_sign() 1896 asym_op->ecdsa.r.data, asym_op->ecdsa.r.length); in test_ecdsa_sign_verify() 1898 asym_op->ecdsa.s.data, asym_op->ecdsa.s.length); in test_ecdsa_sign_verify() 2095 asym_op->ecpm.r.x.data, asym_op->ecpm.r.x.length); in test_ecpm() [all …]
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.c | 348 switch (asym_op->rsa.pad) { in rsa_set_pub_input() 361 switch (asym_op->rsa.pad) { in rsa_set_pub_input() 455 if (asym_op->rsa.op_type == in rsa_set_priv_input() 457 switch (asym_op->rsa.pad) { in rsa_set_priv_input() 472 switch (asym_op->rsa.pad) { in rsa_set_priv_input() 503 asym_op->rsa.op_type == in rsa_set_input() 520 if (asym_op->rsa.op_type == in rsa_collect() 532 switch (asym_op->rsa.pad) { in rsa_collect() 550 switch (asym_op->rsa.pad) { in rsa_collect() 730 asym_op->ecpm.p.x.length, 1); in ecpm_set_input() [all …]
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn10k_cryptodev_ops.c | 103 struct rte_crypto_asym_op *asym_op; in cn10k_cpt_fill_inst() local 159 asym_op = op->asym; in cn10k_cpt_fill_inst() 161 asym_op->session->sess_private_data; in cn10k_cpt_fill_inst()
|
| H A D | cn9k_cryptodev_ops.c | 136 struct rte_crypto_asym_op *asym_op; in cn9k_cpt_inst_prep() local 140 asym_op = op->asym; in cn9k_cpt_inst_prep() 142 asym_op->session->sess_private_data; in cn9k_cpt_inst_prep()
|
| H A D | cnxk_ae.h | 774 struct rte_crypto_asym_op *asym_op = op->asym; in cnxk_ae_enqueue() local 806 ret = cnxk_ae_ecpm_prep(&asym_op->ecpm, &meta_buf, in cnxk_ae_enqueue()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 27 struct rte_crypto_asym_op *asym_op = ops[i]->asym; in cperf_set_ops_asym() local 30 asym_op->modex.base.data = options->modex_data->base.data; in cperf_set_ops_asym() 31 asym_op->modex.base.length = options->modex_data->base.len; in cperf_set_ops_asym() 32 asym_op->modex.result.data = options->modex_data->result.data; in cperf_set_ops_asym() 33 asym_op->modex.result.length = options->modex_data->result.len; in cperf_set_ops_asym()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 444 struct rte_crypto_asym_op *asym_op = op->asym; in otx_cpt_enq_single_asym() local 459 asym_op->session->sess_private_data; in otx_cpt_enq_single_asym() 493 ret = cpt_ecpm_prep(&asym_op->ecpm, ¶ms, in otx_cpt_enq_single_asym()
|