MCPcopy Create free account
hub / github.com/F-Stack/f-stack / create_session

Function create_session

dpdk/app/test/test_ipsec.c:658–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658static int
659create_session(struct ipsec_unitest_params *ut,
660 struct rte_cryptodev_qp_conf *qp, uint8_t crypto_dev, uint32_t j)
661{
662 if (ut->ss[j].type == RTE_SECURITY_ACTION_TYPE_NONE)
663 return create_crypto_session(ut, qp, crypto_dev, j);
664 else
665 return create_dummy_sec_session(ut, qp, j);
666}
667
668static int
669fill_ipsec_param(uint32_t replay_win_sz, uint64_t flags)

Callers 1

create_saFunction · 0.70

Calls 2

create_crypto_sessionFunction · 0.85
create_dummy_sec_sessionFunction · 0.85

Tested by

no test coverage detected