Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
zcrypt_msgtype6.h File Reference
#include <asm/zcrypt.h>

Go to the source code of this file.

Data Structures

struct  type6_hdr
 
struct  type86_hdr
 
struct  type86_fmt2_ext
 

Macros

#define MSGTYPE06_NAME   "zcrypt_msgtype6"
 
#define MSGTYPE06_VARIANT_DEFAULT   0
 
#define MSGTYPE06_VARIANT_NORNG   1
 
#define MSGTYPE06_MAX_MSG_SIZE   (12*1024)
 
#define TYPE86_RSP_CODE   0x86
 
#define TYPE86_FMT2   0x02
 

Functions

int zcrypt_msgtype6_init (void)
 
void zcrypt_msgtype6_exit (void)
 

Variables

struct type6_hdr __packed
 

Macro Definition Documentation

#define MSGTYPE06_MAX_MSG_SIZE   (12*1024)

Definition at line 36 of file zcrypt_msgtype6.h.

#define MSGTYPE06_NAME   "zcrypt_msgtype6"

Definition at line 32 of file zcrypt_msgtype6.h.

#define MSGTYPE06_VARIANT_DEFAULT   0

Definition at line 33 of file zcrypt_msgtype6.h.

#define MSGTYPE06_VARIANT_NORNG   1

Definition at line 34 of file zcrypt_msgtype6.h.

#define TYPE86_FMT2   0x02

Definition at line 102 of file zcrypt_msgtype6.h.

#define TYPE86_RSP_CODE   0x86

Definition at line 101 of file zcrypt_msgtype6.h.

Function Documentation

void zcrypt_msgtype6_exit ( void  )

Definition at line 849 of file zcrypt_msgtype6.c.

int zcrypt_msgtype6_init ( void  )

Definition at line 842 of file zcrypt_msgtype6.c.

Variable Documentation