Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
testmgr.c File Reference
#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)
 

Macro Definition Documentation

#define DECRYPT   0

Definition at line 66 of file testmgr.c.

#define ENCRYPT   1

Definition at line 65 of file testmgr.c.

#define IDX1   32

Definition at line 53 of file testmgr.c.

#define IDX2   32400

Definition at line 54 of file testmgr.c.

#define IDX3   1

Definition at line 55 of file testmgr.c.

#define IDX4   8193

Definition at line 56 of file testmgr.c.

#define IDX5   22222

Definition at line 57 of file testmgr.c.

#define IDX6   17101

Definition at line 58 of file testmgr.c.

#define IDX7   27333

Definition at line 59 of file testmgr.c.

#define IDX8   3000

Definition at line 60 of file testmgr.c.

#define XBUFSIZE   8

Definition at line 48 of file testmgr.c.

Function Documentation

int alg_test ( const char driver,
const char alg,
u32  type,
u32  mask 
)

Definition at line 3269 of file testmgr.c.

EXPORT_SYMBOL_GPL ( alg_test  )