Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c39 const struct rte_cryptodev_capabilities *s_cap = in sync_caps() local
42 if (s_cap->op != cap->op || s_cap->sym.xform_type != in sync_caps()
46 if (s_cap->sym.xform_type == in sync_caps()
48 if (s_cap->sym.auth.algo != in sync_caps()
53 s_cap->sym.auth.digest_size.min < in sync_caps()
55 s_cap->sym.auth.digest_size.min : in sync_caps()
58 s_cap->sym.auth.digest_size.max < in sync_caps()
60 s_cap->sym.auth.digest_size.max : in sync_caps()
65 if (s_cap->sym.xform_type == in sync_caps()
67 if (s_cap->sym.cipher.algo != in sync_caps()
/f-stack/dpdk/app/proc-info/
H A Dmain.c654 const struct rte_security_capability *s_cap; in show_security_context() local
664 s_cap = rte_security_capabilities_get(p_ctx); in show_security_context()
665 if (s_cap) { in show_security_context()
668 s_cap->action, in show_security_context()
669 s_cap->protocol, in show_security_context()
670 s_cap->ol_flags); in show_security_context()
672 s_cap->crypto_capabilities->op); in show_security_context()