c261d1431b
rte_security library provides APIs for security session create/free for protocol offload or offloaded crypto operation to ethernet device. Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Signed-off-by: Boris Pismenny <borisp@mellanox.com> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com> Signed-off-by: Declan Doherty <declan.doherty@intel.com> Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com>
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_security_attach_session;
|
|
rte_security_capabilities_get;
|
|
rte_security_capability_get;
|
|
rte_security_session_create;
|
|
rte_security_session_destroy;
|
|
rte_security_session_stats_get;
|
|
rte_security_session_update;
|
|
rte_security_set_pkt_metadata;
|
|
|
|
local: *;
|
|
};
|