| 246 | } |
| 247 | |
| 248 | static void |
| 249 | ah_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. |
nothing calls this directly
no test coverage detected