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

Function destroy_session

dpdk/app/test/test_ipsec.c:1175–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173}
1174
1175static void
1176destroy_session(struct ipsec_unitest_params *ut,
1177 uint8_t crypto_dev, uint32_t j)
1178{
1179 if (ut->ss[j].type == RTE_SECURITY_ACTION_TYPE_NONE)
1180 return destroy_crypto_session(ut, crypto_dev, j);
1181 else
1182 return destroy_dummy_sec_session(ut, j);
1183}
1184
1185static void
1186destroy_sa(uint32_t j)

Callers 1

destroy_saFunction · 0.85

Calls 2

destroy_crypto_sessionFunction · 0.85

Tested by

no test coverage detected