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

Function ah_cleanup

freebsd/netipsec/xform_ah.c:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248static void
249ah_cleanup(struct secasvar *sav)
250{
251
252 crypto_freesession(sav->tdb_cryptoid);
253 sav->tdb_cryptoid = NULL;
254 sav->tdb_authalgxform = NULL;
255}
256
257/*
258 * Massage IPv4/IPv6 headers for AH processing.

Callers

nothing calls this directly

Calls 1

crypto_freesessionFunction · 0.85

Tested by

no test coverage detected