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

#include <crypto.h>

Data Fields

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

Detailed Description

Definition at line 399 of file crypto.h.

Field Documentation

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

Definition at line 400 of file crypto.h.

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

Definition at line 402 of file crypto.h.


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