Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pcompress.c File Reference
#include <linux/crypto.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/seq_file.h>
#include <linux/string.h>
#include <linux/cryptouser.h>
#include <net/netlink.h>
#include <crypto/compress.h>
#include <crypto/internal/compress.h>
#include "internal.h"

Go to the source code of this file.

Functions

struct crypto_pcompcrypto_alloc_pcomp (const char *alg_name, u32 type, u32 mask)
 
 EXPORT_SYMBOL_GPL (crypto_alloc_pcomp)
 
int crypto_register_pcomp (struct pcomp_alg *alg)
 
 EXPORT_SYMBOL_GPL (crypto_register_pcomp)
 
int crypto_unregister_pcomp (struct pcomp_alg *alg)
 
 EXPORT_SYMBOL_GPL (crypto_unregister_pcomp)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Partial (de)compression type")
 
 MODULE_AUTHOR ("Sony Corporation")
 

Function Documentation

struct crypto_pcomp* crypto_alloc_pcomp ( const char alg_name,
u32  type,
u32  mask 
)
read

Definition at line 94 of file pcompress.c.

int crypto_register_pcomp ( struct pcomp_alg alg)

Definition at line 101 of file pcompress.c.

int crypto_unregister_pcomp ( struct pcomp_alg alg)

Definition at line 113 of file pcompress.c.

EXPORT_SYMBOL_GPL ( crypto_alloc_pcomp  )
EXPORT_SYMBOL_GPL ( crypto_register_pcomp  )
EXPORT_SYMBOL_GPL ( crypto_unregister_pcomp  )
MODULE_AUTHOR ( "Sony Corporation"  )
MODULE_DESCRIPTION ( "Partial (de)compression type )
MODULE_LICENSE ( "GPL"  )