#include <crypto/aead.h>
#include <crypto/internal/hash.h>
#include <crypto/internal/skcipher.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rtnetlink.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"AEAD wrapper for IPsec with extended sequence numbers" |
| ) |
|
module_exit |
( |
crypto_authenc_esn_module_exit |
| ) |
|
module_init |
( |
crypto_authenc_esn_module_init |
| ) |
|