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

#include <crypto.h>

Data Fields

int(* rng_make_random )(struct crypto_rng *tfm, u8 *rdata, unsigned int dlen)
 
int(* rng_reset )(struct crypto_rng *tfm, u8 *seed, unsigned int slen)
 
unsigned int seedsize
 

Detailed Description

Definition at line 264 of file crypto.h.

Field Documentation

int(* rng_make_random)(struct crypto_rng *tfm, u8 *rdata, unsigned int dlen)

Definition at line 265 of file crypto.h.

int(* rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen)

Definition at line 267 of file crypto.h.

unsigned int seedsize

Definition at line 269 of file crypto.h.


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