Linux Kernel
3.7.1
|
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <crypto/rng.h>
#include "internal.h"
#include "testmgr.h"
Go to the source code of this file.
Data Structures | |
struct | tcrypt_result |
struct | aead_test_suite |
struct | cipher_test_suite |
struct | comp_test_suite |
struct | pcomp_test_suite |
struct | hash_test_suite |
struct | cprng_test_suite |
struct | alg_test_desc |
Macros | |
#define | XBUFSIZE 8 |
#define | IDX1 32 |
#define | IDX2 32400 |
#define | IDX3 1 |
#define | IDX4 8193 |
#define | IDX5 22222 |
#define | IDX6 17101 |
#define | IDX7 27333 |
#define | IDX8 3000 |
#define | ENCRYPT 1 |
#define | DECRYPT 0 |
Functions | |
int | alg_test (const char *driver, const char *alg, u32 type, u32 mask) |
EXPORT_SYMBOL_GPL (alg_test) | |
EXPORT_SYMBOL_GPL | ( | alg_test | ) |