Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
internal.h File Reference
#include "rtl_crypto.h"
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/init.h>
#include <asm/hardirq.h>
#include <asm/softirq.h>
#include <asm/kmap_types.h>

Go to the source code of this file.

Functions

struct crypto_algcrypto_alg_lookup (const char *name)
 
int crypto_init_digest_flags (struct crypto_tfm *tfm, u32 flags)
 
int crypto_init_cipher_flags (struct crypto_tfm *tfm, u32 flags)
 
int crypto_init_compress_flags (struct crypto_tfm *tfm, u32 flags)
 
int crypto_init_digest_ops (struct crypto_tfm *tfm)
 
int crypto_init_cipher_ops (struct crypto_tfm *tfm)
 
int crypto_init_compress_ops (struct crypto_tfm *tfm)
 
void crypto_exit_digest_ops (struct crypto_tfm *tfm)
 
void crypto_exit_cipher_ops (struct crypto_tfm *tfm)
 
void crypto_exit_compress_ops (struct crypto_tfm *tfm)
 

Function Documentation

struct crypto_alg* crypto_alg_lookup ( const char name)
read
void crypto_exit_cipher_ops ( struct crypto_tfm tfm)

Definition at line 120 of file cipher.c.

void crypto_exit_compress_ops ( struct crypto_tfm tfm)

Definition at line 46 of file compress.c.

void crypto_exit_digest_ops ( struct crypto_tfm tfm)

Definition at line 105 of file digest.c.

int crypto_init_cipher_flags ( struct crypto_tfm tfm,
u32  flags 
)

Definition at line 217 of file cipher.c.

int crypto_init_cipher_ops ( struct crypto_tfm tfm)

Definition at line 106 of file cipher.c.

int crypto_init_compress_flags ( struct crypto_tfm tfm,
u32  flags 
)

Definition at line 40 of file compress.c.

int crypto_init_compress_ops ( struct crypto_tfm tfm)

Definition at line 36 of file compress.c.

int crypto_init_digest_flags ( struct crypto_tfm tfm,
u32  flags 
)

Definition at line 87 of file digest.c.

int crypto_init_digest_ops ( struct crypto_tfm tfm)

Definition at line 92 of file digest.c.