Lines Matching refs:sess_conf
8427 struct rte_security_session_conf sess_conf = { in test_pdcp_proto() local
8453 &sess_conf, ts_params->session_mpool, in test_pdcp_proto()
8708 struct rte_security_session_conf sess_conf = { in test_pdcp_proto_SGL() local
8725 &sess_conf, ts_params->session_mpool, in test_pdcp_proto_SGL()
9292 struct rte_security_session_conf sess_conf = { in test_ipsec_proto_process() local
9303 sess_conf.ipsec = ipsec_xform; in test_ipsec_proto_process()
9304 sess_conf.crypto_xform = &ut_params->aead_xform; in test_ipsec_proto_process()
9306 sess_conf.ipsec = ipsec_xform; in test_ipsec_proto_process()
9307 sess_conf.crypto_xform = &ut_params->auth_xform; in test_ipsec_proto_process()
9309 sess_conf.ipsec = ipsec_xform; in test_ipsec_proto_process()
9311 sess_conf.crypto_xform = &ut_params->cipher_xform; in test_ipsec_proto_process()
9314 sess_conf.crypto_xform = &ut_params->auth_xform; in test_ipsec_proto_process()
9320 ut_params->sec_session = rte_security_session_create(ctx, &sess_conf, in test_ipsec_proto_process()
9330 sess_conf.ipsec.esn.value = td[i].ipsec_xform.esn.value; in test_ipsec_proto_process()
9332 ut_params->sec_session, &sess_conf); in test_ipsec_proto_process()
10321 struct rte_security_session_conf sess_conf = { in test_docsis_proto_uplink() local
10329 ut_params->sec_session = rte_security_session_create(ctx, &sess_conf, in test_docsis_proto_uplink()
10506 struct rte_security_session_conf sess_conf = { in test_docsis_proto_downlink() local
10514 ut_params->sec_session = rte_security_session_create(ctx, &sess_conf, in test_docsis_proto_downlink()