|
Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>#include <crypto/internal/skcipher.h>#include <linux/init.h>#include <linux/module.h>#include <linux/mm.h>#include <linux/string.h>Go to the source code of this file.
Macros | |
| #define | NULL_KEY_SIZE 0 |
| #define | NULL_BLOCK_SIZE 1 |
| #define | NULL_DIGEST_SIZE 0 |
| #define | NULL_IV_SIZE 0 |
Functions | |
| MODULE_ALIAS ("compress_null") | |
| MODULE_ALIAS ("digest_null") | |
| MODULE_ALIAS ("cipher_null") | |
| module_init (crypto_null_mod_init) | |
| module_exit (crypto_null_mod_fini) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Null Cryptographic Algorithms") | |
| #define NULL_BLOCK_SIZE 1 |
Definition at line 28 of file crypto_null.c.
| #define NULL_DIGEST_SIZE 0 |
Definition at line 29 of file crypto_null.c.
| #define NULL_IV_SIZE 0 |
Definition at line 30 of file crypto_null.c.
| #define NULL_KEY_SIZE 0 |
Definition at line 27 of file crypto_null.c.
| MODULE_ALIAS | ( | "compress_null" | ) |
| MODULE_ALIAS | ( | "digest_null" | ) |
| MODULE_ALIAS | ( | "cipher_null" | ) |
| MODULE_DESCRIPTION | ( | "Null Cryptographic Algorithms" | ) |
| module_exit | ( | crypto_null_mod_fini | ) |
| module_init | ( | crypto_null_mod_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2