Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
vmac.h File Reference

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
 

Macro Definition Documentation

#define VMAC_KEY_LEN   (VMAC_KEY_SIZE/8)

Definition at line 35 of file vmac.h.

#define VMAC_KEY_SIZE   128/* Must be 128, 192 or 256 */

Definition at line 34 of file vmac.h.

#define VMAC_NHBYTES   128/* Must 2^i for any 3 < i < 13 Standard = 128*/

Definition at line 36 of file vmac.h.

#define VMAC_TAG_LEN   64

Definition at line 33 of file vmac.h.

Typedef Documentation

typedef u64 vmac_t

Definition at line 54 of file vmac.h.