Home
last modified time | relevance | path

Searched refs:proto_alg (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c182 (ses->proto_alg != RTE_SECURITY_PROTOCOL_IPSEC)); in is_auth_cipher()
212 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
218 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
224 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
230 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
236 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
242 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_auth_alg()
259 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_cipher_alg()
265 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_cipher_alg()
271 (ses->proto_alg == RTE_SECURITY_PROTOCOL_IPSEC) ? in caam_cipher_alg()
[all …]
H A Dcaam_jr_pvt.h116 enum rte_security_session_protocol proto_alg; /* Security Algorithm*/ member
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h130 enum rte_security_session_protocol proto_alg; /*!< Security Algorithm*/ member
H A Ddpaa_sec.c2707 session->proto_alg = conf->protocol; in dpaa_sec_set_ipsec_session()
2879 session->proto_alg = conf->protocol; in dpaa_sec_set_pdcp_session()