Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
crypto_user.c File Reference
#include <linux/module.h>
#include <linux/crypto.h>
#include <linux/cryptouser.h>
#include <linux/sched.h>
#include <net/netlink.h>
#include <linux/security.h>
#include <net/net_namespace.h>
#include <crypto/internal/aead.h>
#include <crypto/internal/skcipher.h>
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  crypto_dump_info
 
struct  crypto_link
 

Macros

#define MSGSIZE(type)   sizeof(struct type)
 

Functions

 module_init (crypto_user_init)
 
 module_exit (crypto_user_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Steffen Klassert <[email protected]>")
 
 MODULE_DESCRIPTION ("Crypto userspace configuration API")
 

Macro Definition Documentation

#define MSGSIZE (   type)    sizeof(struct type)

Definition at line 414 of file crypto_user.c.

Function Documentation

MODULE_AUTHOR ( "Steffen Klassert <[email protected]>"  )
MODULE_DESCRIPTION ( "Crypto userspace configuration API"  )
module_exit ( crypto_user_exit  )
module_init ( crypto_user_init  )
MODULE_LICENSE ( "GPL"  )