Linux Kernel
3.7.1
|
#include <zcrypt_cca_key.h>
Data Fields | |
unsigned char | token_identifier |
unsigned char | version |
unsigned short | token_length |
unsigned char | reserved [4] |
mapping for the cca private ME key token. Three parts of interest here: the header, the private section and the public section.
mapping for the cca key token header
Definition at line 42 of file zcrypt_cca_key.h.
unsigned char reserved[4] |
Definition at line 46 of file zcrypt_cca_key.h.
unsigned char token_identifier |
Definition at line 43 of file zcrypt_cca_key.h.
unsigned short token_length |
Definition at line 45 of file zcrypt_cca_key.h.
unsigned char version |
Definition at line 44 of file zcrypt_cca_key.h.