Searched refs:rte_crypto_asym_op (Results 1 – 10 of 10) sorted by relevance
121 struct rte_crypto_asym_op asym[0];145 memset(op->asym, 0, sizeof(struct rte_crypto_asym_op)); in __rte_crypto_op_reset()319 sizeof(struct rte_crypto_asym_op)); in __rte_crypto_op_get_priv_data()
623 struct rte_crypto_asym_op { struct
1887 elt_size += sizeof(struct rte_crypto_asym_op); in rte_crypto_op_pool_create()1890 sizeof(struct rte_crypto_asym_op)); in rte_crypto_op_pool_create()
75 struct rte_crypto_asym_op *asym_op; in queue_ops_rsa_sign_verify()166 struct rte_crypto_asym_op *asym_op; in queue_ops_rsa_enc_dec()308 struct rte_crypto_asym_op *asym_op = NULL; in test_cryptodev_asym_op()1100 struct rte_crypto_asym_op *asym_op = NULL; in test_dh_gen_shared_sec()1193 struct rte_crypto_asym_op *asym_op = NULL; in test_dh_gen_priv_key()1284 struct rte_crypto_asym_op *asym_op = NULL; in test_dh_gen_pub_key()1383 struct rte_crypto_asym_op *asym_op = NULL; in test_dh_gen_kp()1480 struct rte_crypto_asym_op *asym_op = NULL; in test_mod_inv()1604 struct rte_crypto_asym_op *asym_op = NULL; in test_mod_exp()1914 struct rte_crypto_asym_op *asym_op; in test_ecdsa_sign_verify()[all …]
122 qat_asym_fill_arrays(struct rte_crypto_asym_op *asym_op, in qat_asym_fill_arrays()467 struct rte_crypto_asym_op *asym_op = op->asym; in qat_asym_build_request()535 struct rte_crypto_asym_op *asym_op = rx_op->asym; in qat_asym_collect_response()
450 struct rte_crypto_asym_op *asym_op = op->asym; in otx_cpt_enq_single_asym()765 struct rte_crypto_asym_op *op = cop->asym; in otx_cpt_asym_post_process()
317 * cryptodev: in 18.08 a new structure ``rte_crypto_asym_op`` was introduced and318 included into ``rte_crypto_op``. As the ``rte_crypto_asym_op`` structure was321 alignment for ``rte_crypto_asym_op`` to restore expected ``rte_crypto_op``
538 struct rte_crypto_asym_op *asym_op = op->asym; in otx2_cpt_enqueue_asym()850 struct rte_crypto_asym_op *op = cop->asym; in otx2_cpt_asym_post_process()
1834 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_modinv_op()1866 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_modexp_op()1900 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_rsa_op()
1024 Member xform of struct rte_crypto_asym_op should point to the user created rte_crypto_asym_xform.1202 struct rte_crypto_asym_op *asym_op = crypto_ops[0]->asym;