Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
algboss.c File Reference
#include <crypto/internal/aead.h>
#include <linux/completion.h>
#include <linux/ctype.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/rtnetlink.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/string.h>
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  cryptomgr_param
 
struct  crypto_test_param
 

Functions

 subsys_initcall (cryptomgr_init)
 
 module_exit (cryptomgr_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Crypto Algorithm Manager")
 

Function Documentation

MODULE_DESCRIPTION ( "Crypto Algorithm Manager"  )
module_exit ( cryptomgr_exit  )
MODULE_LICENSE ( "GPL"  )
subsys_initcall ( cryptomgr_init  )