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

Go to the source code of this file.

Functions

int crypto_init_digest_flags (struct crypto_tfm *tfm, u32 flags)
 
int crypto_init_digest_ops (struct crypto_tfm *tfm)
 
void crypto_exit_digest_ops (struct crypto_tfm *tfm)
 

Function Documentation

void crypto_exit_digest_ops ( struct crypto_tfm tfm)

Definition at line 105 of file digest.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.