Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ablk_helper.h File Reference
#include <linux/crypto.h>
#include <linux/kernel.h>
#include <crypto/cryptd.h>

Go to the source code of this file.

Data Structures

struct  async_helper_ctx
 

Functions

int ablk_set_key (struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len)
 
int __ablk_encrypt (struct ablkcipher_request *req)
 
int ablk_encrypt (struct ablkcipher_request *req)
 
int ablk_decrypt (struct ablkcipher_request *req)
 
void ablk_exit (struct crypto_tfm *tfm)
 
int ablk_init_common (struct crypto_tfm *tfm, const char *drv_name)
 
int ablk_init (struct crypto_tfm *tfm)
 

Function Documentation

int __ablk_encrypt ( struct ablkcipher_request req)

Definition at line 53 of file ablk_helper.c.

int ablk_decrypt ( struct ablkcipher_request req)

Definition at line 87 of file ablk_helper.c.

int ablk_encrypt ( struct ablkcipher_request req)

Definition at line 68 of file ablk_helper.c.

void ablk_exit ( struct crypto_tfm tfm)

Definition at line 113 of file ablk_helper.c.

int ablk_init ( struct crypto_tfm tfm)

Definition at line 138 of file ablk_helper.c.

int ablk_init_common ( struct crypto_tfm tfm,
const char drv_name 
)

Definition at line 121 of file ablk_helper.c.

int ablk_set_key ( struct crypto_ablkcipher tfm,
const u8 key,
unsigned int  key_len 
)

Definition at line 36 of file ablk_helper.c.