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

Data Fields

spinlock_t prng_lock
 
unsigned char rand_data [DEFAULT_BLK_SZ]
 
unsigned char last_rand_data [DEFAULT_BLK_SZ]
 
unsigned char DT [DEFAULT_BLK_SZ]
 
unsigned char I [DEFAULT_BLK_SZ]
 
unsigned char V [DEFAULT_BLK_SZ]
 
u32 rand_data_valid
 
struct crypto_ciphertfm
 
u32 flags
 

Detailed Description

Definition at line 46 of file ansi_cprng.c.

Field Documentation

unsigned char DT[DEFAULT_BLK_SZ]

Definition at line 50 of file ansi_cprng.c.

u32 flags

Definition at line 55 of file ansi_cprng.c.

unsigned char I[DEFAULT_BLK_SZ]

Definition at line 51 of file ansi_cprng.c.

unsigned char last_rand_data[DEFAULT_BLK_SZ]

Definition at line 49 of file ansi_cprng.c.

spinlock_t prng_lock

Definition at line 47 of file ansi_cprng.c.

unsigned char rand_data[DEFAULT_BLK_SZ]

Definition at line 48 of file ansi_cprng.c.

u32 rand_data_valid

Definition at line 53 of file ansi_cprng.c.

Definition at line 54 of file ansi_cprng.c.

unsigned char V[DEFAULT_BLK_SZ]

Definition at line 52 of file ansi_cprng.c.


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