Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
algif_skcipher.c File Reference
#include <crypto/scatterwalk.h>
#include <crypto/skcipher.h>
#include <crypto/if_alg.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/net.h>
#include <net/sock.h>

Go to the source code of this file.

Data Structures

struct  skcipher_sg_list
 
struct  skcipher_ctx
 

Macros

#define MAX_SGL_ENTS
 

Functions

 module_init (algif_skcipher_init)
 
 module_exit (algif_skcipher_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define MAX_SGL_ENTS
Value:
((PAGE_SIZE - sizeof(struct skcipher_sg_list)) / \

Definition at line 52 of file algif_skcipher.c.

Function Documentation

module_exit ( algif_skcipher_exit  )
module_init ( algif_skcipher_init  )
MODULE_LICENSE ( "GPL"  )