Home
last modified time | relevance | path

Searched defs:cop (Results 1 – 23 of 23) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Desp.c26 struct rte_crypto_op *cop) in esp_inbound()
145 struct rte_crypto_op *cop) in esp_inbound_post()
223 struct rte_crypto_op *cop) in esp_outbound()
457 struct rte_crypto_op *cop) in esp_outbound_post()
H A Dipsec_process.c24 free_cops(struct rte_crypto_op *cop[], uint32_t n) in free_cops()
34 enqueue_cop_bulk(struct cdev_qp *cqp, struct rte_crypto_op *cop[], uint32_t num) in enqueue_cop_bulk()
186 struct rte_crypto_op *cop[cnt]; in ipsec_prepare_crypto_group() local
333 cqp_dequeue(struct cdev_qp *cqp, struct rte_crypto_op *cop[], uint32_t num) in cqp_dequeue()
348 ctx_dequeue(struct ipsec_ctx *ctx, struct rte_crypto_op *cop[], uint32_t num) in ctx_dequeue()
375 struct rte_crypto_op *cop[RTE_DIM(trf->ipsec.pkts)]; in ipsec_cqp_process() local
H A Dipsec.c513 enqueue_cop(struct cdev_qp *cqp, struct rte_crypto_op *cop) in enqueue_cop()
H A Dipsec.h177 struct rte_crypto_op cop; member
321 get_sym_cop(struct rte_crypto_op *cop) in get_sym_cop()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_crypto_adptr_dp.h22 struct rte_crypto_op *cop, uintptr_t *rsp, in otx2_ca_deq_post_process()
57 struct rte_crypto_op *cop; in otx2_handle_crypto_event() local
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h28 alloc_request_struct(char *maddr, void *cop, int mdata_len, in alloc_request_struct()
57 process_outb_sa(struct rte_crypto_op *cop, in process_outb_sa()
140 process_inb_sa(struct rte_crypto_op *cop, in process_inb_sa()
H A Dotx2_cryptodev_ops.c541 uintptr_t *cop; in otx2_cpt_enqueue_asym() local
755 otx2_cpt_asym_rsa_op(struct rte_crypto_op *cop, struct cpt_request_info *req, in otx2_cpt_asym_rsa_op()
847 otx2_cpt_asym_post_process(struct rte_crypto_op *cop, in otx2_cpt_asym_post_process()
879 otx2_cpt_sec_post_process(struct rte_crypto_op *cop, uintptr_t *rsp) in otx2_cpt_sec_post_process()
915 otx2_cpt_dequeue_post_process(struct otx2_cpt_qp *qp, struct rte_crypto_op *cop, in otx2_cpt_dequeue_post_process()
978 struct rte_crypto_op *cop; in otx2_cpt_dequeue_burst() local
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_rxtx.c49 struct rte_crypto_op *cop; in virtqueue_dequeue_burst_rx() local
112 struct rte_crypto_op *cop, in virtqueue_crypto_sym_pkt_header_arrange()
193 struct rte_crypto_op *cop) in virtqueue_crypto_sym_enqueue_xmit()
346 struct rte_crypto_op *cop) in virtqueue_crypto_enqueue_xmit()
H A Dvirtqueue.c27 struct rte_crypto_op *cop = NULL; in virtqueue_detatch_unused() local
/f-stack/dpdk/lib/librte_ipsec/
H A Drte_ipsec_group.h45 rte_ipsec_ses_from_crypto(const struct rte_crypto_op *cop) in rte_ipsec_ses_from_crypto()
81 rte_ipsec_pkt_crypto_group(const struct rte_crypto_op *cop[], in rte_ipsec_pkt_crypto_group()
H A Desp_outb.c60 outb_cop_prepare(struct rte_crypto_op *cop, in outb_cop_prepare()
222 struct rte_crypto_op *cop[], uint16_t num) in esp_outb_tun_prepare()
362 struct rte_crypto_op *cop[], uint16_t num) in esp_outb_trs_prepare()
H A Dsa.c544 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in lksd_proto_cop_prepare()
567 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in lksd_proto_prepare()
H A Drte_ipsec.h119 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in rte_ipsec_pkt_crypto_prepare()
H A Dcrypto.h169 lksd_none_cop_prepare(struct rte_crypto_op *cop, in lksd_none_cop_prepare()
H A Desp_inb.c60 inb_cop_prepare(struct rte_crypto_op *cop, in inb_cop_prepare()
306 struct rte_crypto_op *cop[], uint16_t num) in esp_inb_pkt_prepare()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c453 uintptr_t *cop; in otx_cpt_enq_single_asym() local
674 otx_cpt_asym_rsa_op(struct rte_crypto_op *cop, struct cpt_request_info *req, in otx_cpt_asym_rsa_op()
762 otx_cpt_asym_post_process(struct rte_crypto_op *cop, in otx_cpt_asym_post_process()
794 otx_cpt_dequeue_post_process(struct rte_crypto_op *cop, uintptr_t *rsp, in otx_cpt_dequeue_post_process()
831 struct rte_crypto_op *cop; in otx_cpt_pkt_dequeue() local
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c141 #define CRYPTO_GET_ALGO(order, cop, calg, aalg, keyl) \ argument
188 #define CRYPTO_GET_KEY_SCHED(cop, calg, keyl) \ argument
364 enum armv8_crypto_cipher_operation cop; in armv8_crypto_set_session_chained_parameters() local
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c1610 process_openssl_dsa_sign_op(struct rte_crypto_op *cop, in process_openssl_dsa_sign_op()
1640 process_openssl_dsa_verify_op(struct rte_crypto_op *cop, in process_openssl_dsa_verify_op()
1693 process_openssl_dh_op(struct rte_crypto_op *cop, in process_openssl_dh_op()
1831 process_openssl_modinv_op(struct rte_crypto_op *cop, in process_openssl_modinv_op()
1863 process_openssl_modexp_op(struct rte_crypto_op *cop, in process_openssl_modexp_op()
1896 process_openssl_rsa_op(struct rte_crypto_op *cop, in process_openssl_rsa_op()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.c798 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
1386 struct crypt_op *cop; in crypto_ioctl() local
/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c48 struct rte_crypto_op *cop[BURST_SIZE]; member
H A Dtest_ipsec.c78 struct rte_crypto_op *cop[BURST_SIZE]; member
/f-stack/freebsd/mips/mips/
H A Dtrap.c525 int cop, error; in trap() local
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2988 fill_fc_params(struct rte_crypto_op *cop, in fill_fc_params()
3307 fill_digest_params(struct rte_crypto_op *cop, in fill_digest_params()