Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
hmac.c File Reference
#include <crypto/internal/hash.h>
#include <crypto/scatterwalk.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/string.h>

Go to the source code of this file.

Data Structures

struct  hmac_ctx
 

Functions

 module_init (hmac_module_init)
 
 module_exit (hmac_module_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("HMAC hash algorithm")
 

Function Documentation

MODULE_DESCRIPTION ( "HMAC hash algorithm )
module_exit ( hmac_module_exit  )
module_init ( hmac_module_init  )
MODULE_LICENSE ( "GPL"  )