Linux Kernel
3.7.1
|
#include <zcrypt_cex2a.h>
Data Fields | |
unsigned char | reserved1 |
unsigned char | msg_type_code |
unsigned short | msg_len |
unsigned char | reserved2 |
unsigned char | ignored |
unsigned short | reserved3 |
The type 50 message family is associated with a CEX2A 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_cex2a.h.
unsigned char ignored |
Definition at line 44 of file zcrypt_cex2a.h.
unsigned short msg_len |
Definition at line 42 of file zcrypt_cex2a.h.
unsigned char msg_type_code |
Definition at line 41 of file zcrypt_cex2a.h.
unsigned char reserved1 |
Definition at line 40 of file zcrypt_cex2a.h.
unsigned char reserved2 |
Definition at line 43 of file zcrypt_cex2a.h.
unsigned short reserved3 |
Definition at line 45 of file zcrypt_cex2a.h.