#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/gfp.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/string.h>
#include <linux/moduleparam.h>
#include <linux/jiffies.h>
#include <linux/timex.h>
#include <linux/interrupt.h>
#include "tcrypt.h"
#include "internal.h"
Go to the source code of this file.
|
| module_init (tcrypt_mod_init) |
|
| module_exit (tcrypt_mod_fini) |
|
| module_param (alg, charp, 0) |
|
| module_param (type, uint, 0) |
|
| module_param (mask, uint, 0) |
|
| module_param (mode, int, 0) |
|
| module_param (sec, uint, 0) |
|
| MODULE_PARM_DESC (sec,"Length in seconds of speed tests ""(defaults to zero which uses CPU cycles instead)") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_DESCRIPTION ("Quick & dirty crypto testing module") |
|
| MODULE_AUTHOR ("James Morris <[email protected]>") |
|
MODULE_DESCRIPTION |
( |
"Quick & dirty crypto testing module" |
| ) |
|
module_exit |
( |
tcrypt_mod_fini |
| ) |
|
module_init |
( |
tcrypt_mod_init |
| ) |
|
module_param |
( |
alg |
, |
|
|
charp |
, |
|
|
0 |
|
|
) |
| |