Searched refs:sec_cap (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_capabilities.c | 1213 sec_cap->ipsec.options.udp_encap = 1; in cnxk_sec_caps_update() 1214 sec_cap->ipsec.options.copy_df = 1; in cnxk_sec_caps_update() 1215 sec_cap->ipsec.options.copy_dscp = 1; in cnxk_sec_caps_update() 1223 sec_cap->ipsec.options.iv_gen_disable = 1; in cn10k_sec_caps_update() 1228 sec_cap->ipsec.options.tunnel_hdr_verify = in cn10k_sec_caps_update() 1231 sec_cap->ipsec.options.dec_ttl = 1; in cn10k_sec_caps_update() 1232 sec_cap->ipsec.options.ip_csum_enable = 1; in cn10k_sec_caps_update() 1233 sec_cap->ipsec.options.l4_csum_enable = 1; in cn10k_sec_caps_update() 1234 sec_cap->ipsec.options.stats = 1; in cn10k_sec_caps_update() 1235 sec_cap->ipsec.options.esn = 1; in cn10k_sec_caps_update() [all …]
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.c | 266 if (sec_cap->action == ips->type && in create_inline_session() 267 sec_cap->protocol == in create_inline_session() 269 sec_cap->ipsec.mode == in create_inline_session() 273 sec_cap++; in create_inline_session() 282 ips->security.ol_flags = sec_cap->ol_flags; in create_inline_session() 463 if (sec_cap == NULL) { in create_inline_session() 470 while (sec_cap->action != in create_inline_session() 472 if (sec_cap->action == ips->type && in create_inline_session() 473 sec_cap->protocol == in create_inline_session() 475 sec_cap->ipsec.mode == in create_inline_session() [all …]
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_security_ipsec.c | 114 sec_cap->ipsec.options.udp_encap == 0) { in test_ipsec_sec_caps_verify() 129 sec_cap->ipsec.options.copy_dscp == 0) { in test_ipsec_sec_caps_verify() 136 sec_cap->ipsec.options.copy_flabel == 0) { in test_ipsec_sec_caps_verify() 143 sec_cap->ipsec.options.copy_df == 0) { in test_ipsec_sec_caps_verify() 150 sec_cap->ipsec.options.dec_ttl == 0) { in test_ipsec_sec_caps_verify() 163 sec_cap->ipsec.options.stats == 0) { in test_ipsec_sec_caps_verify() 180 sec_cap->ipsec.options.tunnel_hdr_verify)) { in test_ipsec_sec_caps_verify() 188 sec_cap->ipsec.options.ip_csum_enable == 0) { in test_ipsec_sec_caps_verify() 215 const struct rte_security_capability *sec_cap, in test_ipsec_crypto_caps_aead_verify() argument 242 const struct rte_security_capability *sec_cap, in test_ipsec_crypto_caps_cipher_verify() argument [all …]
|
| H A D | test_cryptodev_security_ipsec.h | 221 const struct rte_security_capability *sec_cap, 225 const struct rte_security_capability *sec_cap, 229 const struct rte_security_capability *sec_cap, 233 const struct rte_security_capability *sec_cap,
|
| H A D | test_cryptodev.c | 9147 const struct rte_security_capability *sec_cap; in test_ipsec_proto_process() local 9226 sec_cap = rte_security_capability_get(ctx, &sec_cap_idx); in test_ipsec_proto_process() 9227 if (sec_cap == NULL) in test_ipsec_proto_process() 9239 sec_cap, in test_ipsec_proto_process() 9252 sec_cap, in test_ipsec_proto_process() 9271 sec_cap, in test_ipsec_proto_process() 9280 sec_cap, in test_ipsec_proto_process() 10258 const struct rte_security_capability *sec_cap; in test_docsis_proto_uplink() local 10277 if (sec_cap == NULL) in test_docsis_proto_uplink() 10443 const struct rte_security_capability *sec_cap; in test_docsis_proto_downlink() local [all …]
|