Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | vmac_ctx |
struct | vmac_ctx_t |
Macros | |
#define | VMAC_TAG_LEN 64 |
#define | VMAC_KEY_SIZE 128/* Must be 128, 192 or 256 */ |
#define | VMAC_KEY_LEN (VMAC_KEY_SIZE/8) |
#define | VMAC_NHBYTES 128/* Must 2^i for any 3 < i < 13 Standard = 128*/ |
Typedefs | |
typedef u64 | vmac_t |
#define VMAC_KEY_LEN (VMAC_KEY_SIZE/8) |