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

Function ipcomp_cleanup

freebsd/netipsec/xform_ipcomp.c:184–190  ·  view source on GitHub ↗

* ipcomp_cleanup() used when IPCA is deleted */

Source from the content-addressed store, hash-verified

182 * ipcomp_cleanup() used when IPCA is deleted
183 */
184static void
185ipcomp_cleanup(struct secasvar *sav)
186{
187
188 crypto_freesession(sav->tdb_cryptoid);
189 sav->tdb_cryptoid = NULL;
190}
191
192/*
193 * ipcomp_input() gets called to uncompress an input packet

Callers

nothing calls this directly

Calls 1

crypto_freesessionFunction · 0.85

Tested by

no test coverage detected