Lines Matching defs:cop
60 outb_cop_prepare(struct rte_crypto_op *cop,
74 sop = cop->sym;
90 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *,
99 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *,
108 ccm = rte_crypto_op_ctod_offset(cop, struct aead_ccm_iv *,
117 chacha20_poly1305 = rte_crypto_op_ctod_offset(cop,
128 ctr = rte_crypto_op_ctod_offset(cop, struct aesctr_cnt_blk *,
293 struct rte_crypto_op *cop[], uint16_t n, uint64_t sqn)
319 lksd_none_cop_prepare(cop[k], cs, mb[i]);
320 outb_cop_prepare(cop[k], sa, iv, &icv, 0, rc);
338 struct rte_crypto_op *cop[], uint16_t num)
348 return esp_outb_tun_prepare_helper(ss, mb, cop, n, sqn);
353 struct rte_crypto_op *cop[], uint16_t num, struct rte_ipsec_state *state)
357 return esp_outb_tun_prepare_helper(ss, mb, cop, num, sqn);
461 struct rte_crypto_op *cop[], uint16_t num)
496 lksd_none_cop_prepare(cop[k], cs, mb[i]);
497 outb_cop_prepare(cop[k], sa, iv, &icv, l2 + l3, rc);