Searched refs:rsa_ctx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 675 struct rte_crypto_rsa_xform *rsa_ctx) in otx_cpt_asym_rsa_op() argument 682 rsa->cipher.length = rsa_ctx->n.length; in otx_cpt_asym_rsa_op() 687 rsa->message.length = rsa_ctx->n.length; in otx_cpt_asym_rsa_op() 699 rsa->sign.length = rsa_ctx->n.length; in otx_cpt_asym_rsa_op() 704 rsa->sign.length = rsa_ctx->n.length; in otx_cpt_asym_rsa_op() 773 otx_cpt_asym_rsa_op(cop, req, &sess->rsa_ctx); in otx_cpt_asym_post_process()
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 78 struct rte_crypto_rsa_xform *rsa = &sess->rsa_ctx; in cpt_fill_rsa_params() 194 rsa = &sess->rsa_ctx; in cpt_free_asym_session_parameters() 468 cpt_rsa_prep(params, &sess->rsa_ctx, &rsa->sign); in cpt_enqueue_rsa_op() 471 cpt_rsa_prep(params, &sess->rsa_ctx, &rsa->message); in cpt_enqueue_rsa_op() 474 cpt_rsa_crt_prep(params, &sess->rsa_ctx, &rsa->message); in cpt_enqueue_rsa_op() 477 cpt_rsa_crt_prep(params, &sess->rsa_ctx, &rsa->cipher); in cpt_enqueue_rsa_op()
|
| H A D | cpt_mcode_defines.h | 351 struct rte_crypto_rsa_xform rsa_ctx; member
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 756 struct rte_crypto_rsa_xform *rsa_ctx) in otx2_cpt_asym_rsa_op() argument 762 rsa->cipher.length = rsa_ctx->n.length; in otx2_cpt_asym_rsa_op() 767 rsa->message.length = rsa_ctx->n.length; in otx2_cpt_asym_rsa_op() 783 rsa->sign.length = rsa_ctx->n.length; in otx2_cpt_asym_rsa_op() 788 rsa->sign.length = rsa_ctx->n.length; in otx2_cpt_asym_rsa_op() 858 otx2_cpt_asym_rsa_op(cop, req, &sess->rsa_ctx); in otx2_cpt_asym_post_process()
|