Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
cipher.c File Reference
#include <linux/kernel.h>
#include "rtl_crypto.h"
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/scatterlist.h>
#include "internal.h"
#include "scatterwalk.h"

Go to the source code of this file.

Typedefs

typedef voidcryptfn_t )(void *, u8 *, const u8 *)
 
typedef voidprocfn_t )(struct crypto_tfm *, u8 *, u8 *, cryptfn_t, int enc, void *, int)
 

Functions

int crypto_init_cipher_flags (struct crypto_tfm *tfm, u32 flags)
 
int crypto_init_cipher_ops (struct crypto_tfm *tfm)
 
void crypto_exit_cipher_ops (struct crypto_tfm *tfm)
 

Typedef Documentation

typedef void( cryptfn_t)(void *, u8 *, const u8 *)

Definition at line 24 of file cipher.c.

typedef void( procfn_t)(struct crypto_tfm *, u8 *, u8 *, cryptfn_t, int enc, void *, int)

Definition at line 25 of file cipher.c.

Function Documentation

void crypto_exit_cipher_ops ( struct crypto_tfm tfm)

Definition at line 295 of file cipher.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 228 of file cipher.c.