Home
last modified time | relevance | path

Searched refs:sec_cap (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c214 if (sec_cap->action == ips->type && in create_inline_session()
215 sec_cap->protocol == in create_inline_session()
217 sec_cap->ipsec.mode == in create_inline_session()
221 sec_cap++; in create_inline_session()
230 ips->security.ol_flags = sec_cap->ol_flags; in create_inline_session()
392 if (sec_cap == NULL) { in create_inline_session()
399 while (sec_cap->action != in create_inline_session()
401 if (sec_cap->action == ips->type && in create_inline_session()
402 sec_cap->protocol == in create_inline_session()
404 sec_cap->ipsec.mode == in create_inline_session()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c8513 const struct rte_security_capability *sec_cap; in test_docsis_proto_uplink() local
8522 sec_cap = rte_security_capability_get(ctx, &sec_cap_idx); in test_docsis_proto_uplink()
8523 if (sec_cap == NULL) in test_docsis_proto_uplink()
8526 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_uplink()
8689 const struct rte_security_capability *sec_cap; in test_docsis_proto_downlink() local
8698 sec_cap = rte_security_capability_get(ctx, &sec_cap_idx); in test_docsis_proto_downlink()
8699 if (sec_cap == NULL) in test_docsis_proto_downlink()
8702 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_downlink()