Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
alg_test_desc Struct Reference

Data Fields

const charalg
 
int(* test )(const struct alg_test_desc *desc, const char *driver, u32 type, u32 mask)
 
int fips_allowed
 
union {
   struct aead_test_suite   aead
 
   struct cipher_test_suite   cipher
 
   struct comp_test_suite   comp
 
   struct pcomp_test_suite   pcomp
 
   struct hash_test_suite   hash
 
   struct cprng_test_suite   cprng
 
suite
 

Detailed Description

Definition at line 111 of file testmgr.c.

Field Documentation

Definition at line 118 of file testmgr.c.

const char* alg

Definition at line 112 of file testmgr.c.

Definition at line 119 of file testmgr.c.

Definition at line 120 of file testmgr.c.

Definition at line 123 of file testmgr.c.

int fips_allowed

Definition at line 115 of file testmgr.c.

Definition at line 122 of file testmgr.c.

Definition at line 121 of file testmgr.c.

union { ... } suite

Definition at line 113 of file testmgr.c.


The documentation for this struct was generated from the following file: