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

Function esp_cleanup

freebsd/netipsec/xform_esp.c:246–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246static void
247esp_cleanup(struct secasvar *sav)
248{
249
250 crypto_freesession(sav->tdb_cryptoid);
251 sav->tdb_cryptoid = NULL;
252 sav->tdb_authalgxform = NULL;
253 sav->tdb_encalgxform = NULL;
254}
255
256/*
257 * ESP input processing, called (eventually) through the protocol switch.

Callers

nothing calls this directly

Calls 1

crypto_freesessionFunction · 0.85

Tested by

no test coverage detected