Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/crypto.h>
#include <linux/init.h>
#include <linux/module.h>
#include <crypto/algapi.h>
#include <crypto/cryptd.h>
#include <asm/i387.h>
#include <asm/crypto/ablk_helper.h>
Go to the source code of this file.
Functions | |
int | ablk_set_key (struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) |
EXPORT_SYMBOL_GPL (ablk_set_key) | |
int | __ablk_encrypt (struct ablkcipher_request *req) |
EXPORT_SYMBOL_GPL (__ablk_encrypt) | |
int | ablk_encrypt (struct ablkcipher_request *req) |
EXPORT_SYMBOL_GPL (ablk_encrypt) | |
int | ablk_decrypt (struct ablkcipher_request *req) |
EXPORT_SYMBOL_GPL (ablk_decrypt) | |
void | ablk_exit (struct crypto_tfm *tfm) |
EXPORT_SYMBOL_GPL (ablk_exit) | |
int | ablk_init_common (struct crypto_tfm *tfm, const char *drv_name) |
EXPORT_SYMBOL_GPL (ablk_init_common) | |
int | ablk_init (struct crypto_tfm *tfm) |
EXPORT_SYMBOL_GPL (ablk_init) | |
MODULE_LICENSE ("GPL") | |
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.
Definition at line 36 of file ablk_helper.c.
EXPORT_SYMBOL_GPL | ( | ablk_set_key | ) |
EXPORT_SYMBOL_GPL | ( | __ablk_encrypt | ) |
EXPORT_SYMBOL_GPL | ( | ablk_encrypt | ) |
EXPORT_SYMBOL_GPL | ( | ablk_decrypt | ) |
EXPORT_SYMBOL_GPL | ( | ablk_exit | ) |
EXPORT_SYMBOL_GPL | ( | ablk_init_common | ) |
EXPORT_SYMBOL_GPL | ( | ablk_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |