Linux Kernel
3.7.1
|
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) |
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.