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

Function destroy_crypto_session

dpdk/app/test/test_ipsec.c:1167–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167static void
1168destroy_crypto_session(struct ipsec_unitest_params *ut,
1169 uint8_t crypto_dev, uint32_t j)
1170{
1171 rte_cryptodev_sym_session_free(crypto_dev, ut->ss[j].crypto.ses);
1172 memset(&ut->ss[j], 0, sizeof(ut->ss[j]));
1173}
1174
1175static void
1176destroy_session(struct ipsec_unitest_params *ut,

Callers 1

destroy_sessionFunction · 0.85

Calls 2

memsetFunction · 0.85

Tested by

no test coverage detected