Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
rng.h File Reference
#include <linux/crypto.h>

Go to the source code of this file.

Functions

int crypto_get_default_rng (void)
 
void crypto_put_default_rng (void)
 

Variables

struct crypto_rngcrypto_default_rng
 

Function Documentation

int crypto_get_default_rng ( void  )

Definition at line 111 of file rng.c.

void crypto_put_default_rng ( void  )

Definition at line 142 of file rng.c.

Variable Documentation

struct crypto_rng* crypto_default_rng

Definition at line 28 of file rng.c.