Linux Kernel
3.7.1
|
#include <zcrypt_pcica.h>
Data Fields | |
unsigned char | reserved1 |
unsigned char | msg_type_code |
unsigned short | msg_len |
unsigned char | request_code |
unsigned char | msg_fmt |
unsigned short | reserved2 |
The type 4 message family is associated with a PCICA card.
The four members of the family are described below.
Note that all unsigned char arrays are right-justified and left-padded with zeroes.
Note that all reserved fields must be zeroes.
Definition at line 39 of file zcrypt_pcica.h.
unsigned char msg_fmt |
Definition at line 44 of file zcrypt_pcica.h.
unsigned short msg_len |
Definition at line 42 of file zcrypt_pcica.h.
unsigned char msg_type_code |
Definition at line 41 of file zcrypt_pcica.h.
unsigned char request_code |
Definition at line 43 of file zcrypt_pcica.h.
unsigned char reserved1 |
Definition at line 40 of file zcrypt_pcica.h.
unsigned short reserved2 |
Definition at line 45 of file zcrypt_pcica.h.