| 244 | } |
| 245 | |
| 246 | static void |
| 247 | esp_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. |
nothing calls this directly
no test coverage detected