Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sha1_generic.c File Reference
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/cryptohash.h>
#include <linux/types.h>
#include <crypto/sha.h>
#include <asm/byteorder.h>

Go to the source code of this file.

Functions

int crypto_sha1_update (struct shash_desc *desc, const u8 *data, unsigned int len)
 
 EXPORT_SYMBOL (crypto_sha1_update)
 
 module_init (sha1_generic_mod_init)
 
 module_exit (sha1_generic_mod_fini)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("SHA1 Secure Hash Algorithm")
 
 MODULE_ALIAS ("sha1")
 

Function Documentation

int crypto_sha1_update ( struct shash_desc desc,
const u8 data,
unsigned int  len 
)

Definition at line 39 of file sha1_generic.c.

EXPORT_SYMBOL ( crypto_sha1_update  )
MODULE_ALIAS ( "sha1"  )
MODULE_DESCRIPTION ( "SHA1 Secure Hash Algorithm"  )
module_exit ( sha1_generic_mod_fini  )
module_init ( sha1_generic_mod_init  )
MODULE_LICENSE ( "GPL"  )