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

Go to the source code of this file.

Functions

int crypto_init_cipher_ops (struct crypto_tfm *tfm)
 
void crypto_exit_cipher_ops (struct crypto_tfm *tfm)
 

Function Documentation

void crypto_exit_cipher_ops ( struct crypto_tfm tfm)

Definition at line 120 of file cipher.c.

int crypto_init_cipher_ops ( struct crypto_tfm tfm)

Definition at line 106 of file cipher.c.