Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vmac_ctx Struct Reference

#include <vmac.h>

Data Fields

u64 nhkey [(VMAC_NHBYTES/8)+2 *(VMAC_TAG_LEN/64-1)]
 
u64 polykey [2 *VMAC_TAG_LEN/64]
 
u64 l3key [2 *VMAC_TAG_LEN/64]
 
u64 polytmp [2 *VMAC_TAG_LEN/64]
 
u64 cached_nonce [2]
 
u64 cached_aes [2]
 
int first_block_processed
 

Detailed Description

Definition at line 44 of file vmac.h.

Field Documentation

u64 cached_aes[2]

Definition at line 50 of file vmac.h.

u64 cached_nonce[2]

Definition at line 49 of file vmac.h.

int first_block_processed

Definition at line 51 of file vmac.h.

u64 l3key[2 *VMAC_TAG_LEN/64]

Definition at line 47 of file vmac.h.

u64 nhkey[(VMAC_NHBYTES/8)+2 *(VMAC_TAG_LEN/64-1)]

Definition at line 45 of file vmac.h.

u64 polykey[2 *VMAC_TAG_LEN/64]

Definition at line 46 of file vmac.h.

u64 polytmp[2 *VMAC_TAG_LEN/64]

Definition at line 48 of file vmac.h.


The documentation for this struct was generated from the following file: